Frontmatter Commands - YAML/JSON Header Manipulation #41

Closed
opened 2025-09-30 19:04:38 +00:00 by tegwick · 0 comments
Owner

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:

  • Commands work with all frontmatter formats, provide statistics, enable key-value operations, maintain file integrity, include comprehensive error handling

Dependencies:

  • Issue #38 Phase 1 (db-data command), MarkdownMatters.md specification
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: - [ ] Commands work with all frontmatter formats, provide statistics, enable key-value operations, maintain file integrity, include comprehensive error handling Dependencies: - Issue #38 Phase 1 (db-data command), MarkdownMatters.md specification
tegwick added this to the MarkdownMatters project 2025-09-30 19:06:23 +00:00
Sign in to join this conversation.