Skip to content

feat: add support for Pandoc YAML metadata blocks#98

Open
mcepl wants to merge 1 commit into
redsolver:masterfrom
openSUSE-Python:pandoc-YAML-metadata
Open

feat: add support for Pandoc YAML metadata blocks#98
mcepl wants to merge 1 commit into
redsolver:masterfrom
openSUSE-Python:pandoc-YAML-metadata

Conversation

@mcepl
Copy link
Copy Markdown

@mcepl mcepl commented May 31, 2026

Update PersistentStore.readNote to support Pandoc-compatible metadata:

  • Map 'date' key as a fallback for the note creation date.
  • Treat 'category' metadata as additional tags.
  • Enhance 'tags' parsing to support both single string and list formats, normalizing them into the note's tag list.

Update PersistentStore.readNote to support Pandoc-compatible metadata:
- Map 'date' key as a fallback for the note creation date.
- Treat 'category' metadata as additional tags.
- Enhance 'tags' parsing to support both single string and list formats,
  normalizing them into the note's tag list.
@mcepl mcepl force-pushed the pandoc-YAML-metadata branch from c6ccdcf to aae4bcc Compare June 2, 2026 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant