Frontmatter Commands - YAML/JSON Header Manipulation #41
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
UseCase: The user can access and manipulate frontmatter (YAML/JSON headers) separately through dedicated CLI commands, enabling fine-grained control over document metadata configuration.
Technical Requirements:
Implement frontmatter-stats, frontmatter-keys, frontmatter-get, frontmatter-set commands following MarkdownMatters.md specification. Support YAML, TOML, and JSON formats with proper delimiter handling.
Acceptance Criteria:
Dependencies: