Documentation
¶
Index ¶
Constants ¶
View Source
const ( HeadingNodeType = "Heading" SourceNodeType = "Source" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HeadingNode ¶
type HeadingNode struct {
Title string
Level int
Todo string
Tags []string
Properties map[string]any
ScheduledTime *time.Time
DeadlineTime *time.Time
Logbook []LogbookEntry
Children []Node
}
func (*HeadingNode) Type ¶
func (n *HeadingNode) Type() string
type SourceNode ¶
func (*SourceNode) Type ¶
func (n *SourceNode) Type() string
type TodoKeyword ¶
Click to show internal directories.
Click to hide internal directories.