Documentation
¶
Overview ¶
Package parser reads markdown task files with YAML frontmatter.
It extracts structured model.Task values from .md files, deriving task IDs and titles from filenames when not specified in frontmatter.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseTaskContent ¶
ParseTaskContent parses task content from bytes
Types ¶
type ParseError ¶
ParseError represents an error during parsing
func (*ParseError) Error ¶
func (e *ParseError) Error() string
Click to show internal directories.
Click to hide internal directories.