package
0.0.0-20250222100956-e28f65d3c641
Repository: https://github.com/andreoliwa/logseq-go.git
Documentation: pkg.go.dev
# Functions
AddAutomaticParagraphs wraps all nodes that are not blocks in paragraphs.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewMacro creates a new macro with the given name and arguments.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewProperties creates a new Properties node with the given Property children.
NewProperty creates a new Property node with the given name and values.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewTaskMarkerFromString creates a new task marker from a TO DO/DOING/DONE/etc.
No description provided by the author
No description provided by the author
No description provided by the author
ParseTaskStatus parses a task status from a TO DO/DOING/DONE/etc.
# Constants
No description provided by the author
No description provided by the author
PreviousLineTypeAutomatic is the default value, which lets block nodes pick what kind of previous line type they want.
PreviousLineTypeBlank is used when the previous line was blank.
PreviousLineTypeNonBlank is used when the previous line was not blank.
TaskStatusCanceled is a CANCELED task.
TaskStatusCancelled is a CANCELLED task.
TaskStatusDoing is a DOING task.
TaskStatusDone is a DONE task.
TaskStatusInProgress is a IN-PROGRESS task.
TaskStatusLater is a LATER task.
No description provided by the author
TaskStatusNow is a NOW task.
TaskStatusTodo is a TODO task.
TaskStatusWait is a WAIT task.
TaskStatusWaiting is a WAITING task.
# Structs
AdvancedCommand represents an unknown command that is a BEGIN..END section within a block.
No description provided by the author
Block is a piece of information in an outline, either belonging to a page or another block.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Logbook represents a logbook of a task.
LogbookEntryRaw represents a raw logbook entry, this is used for entries that are not supported by this library.
Macro represents a macro, which in the source is on the form `{{macro-name arg1, arg2, ..., argN}}`.
No description provided by the author
No description provided by the author
No description provided by the author
Properties is a collection of Property nodes.
Property is a node that represents a property, which is a key that can have multiple values.
Query represents a simple query in the source, on the form `{{query datalog query}}`.
QueryCommand is a command represented by #+BEGIN_QUERY..#+END_QUERY in a block.
QuoteCommand is a command represented by #+BEGIN_QUOTE..#+END_QUOTE in a block.
No description provided by the author
No description provided by the author
RawText is used to wrap a string of text that should not be processed as Markdown.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
HasLinkURL is used for nodes that are links, such as `Link` and `AutoLink`.
No description provided by the author
LogbookEntry represents a single entry in a logbook.
Node is the basic building block of a document.
PageRef is a reference to a page, such as a `PageLink` or `Hashtag`.
PreviousLineAware is an interface that can be implemented by block nodes to get information about the previous line.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PreviousLineType contains information about the previous line, commonly saved while parsing.
TaskStatus is the type of a task.