Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Metadata ¶
Metadata represents the structured metadata from a note file
func ExtractStrict ¶
ExtractStrict is a convenience function for strict parsing
type ParseError ¶
ParseError represents a metadata parsing error
func (ParseError) Error ¶
func (e ParseError) Error() string
type ParseResult ¶
type ParseResult struct {
Metadata *Metadata
Errors []ParseError
Warnings []string
}
ParseResult contains the parsing outcome with detailed error information
Click to show internal directories.
Click to hide internal directories.