Expand description
Markdown to tasks: the extraction step itself.
A document is parsed with comrak, and every heading carrying an org-mode
keyword (TODO, DONE, …) becomes a Task, together with the timestamp,
priority and clock entries found in its body.
Structs§
- Heading
Line - A heading line as it sits in a file, located token by token.
- Heading
Token - A token found on a heading line, with the byte range it occupies.
Functions§
- display_
text - The text of a markdown fragment as the agenda shows it, with the inline markup taken off.
- extract_
tasks - Extract tasks from markdown content with a per-call warning budget.
- extract_
tasks_ with_ counter - Extract tasks from markdown content with a caller-owned warning counter.
- parse_
heading_ line - Locate the parts of a heading line, or return
Nonewhenlineis not a heading.