Contentmatter Commands - MMD Key-Value Processing #42

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

UseCase: The user can access and manipulate contentmatter (MultiMarkdown key-value pairs within content body) through dedicated CLI commands, enabling extraction and analysis of inline contextual metadata.

Technical Requirements:
Implement contentmatter-stats, contentmatter-get, contentmatter-keys, contentmatter-extract commands following MarkdownMatters.md specification. Support MMD 'Key: Value' format scanning within main content body.

Acceptance Criteria:

  • Commands scan entire content body, extract MMD key-value pairs, provide statistics, enable selective retrieval, maintain content integrity, handle edge cases

Dependencies:

  • Issue #38 Phase 1 (db-data command), MarkdownMatters.md specification, MMD parsing capabilities
UseCase: The user can access and manipulate contentmatter (MultiMarkdown key-value pairs within content body) through dedicated CLI commands, enabling extraction and analysis of inline contextual metadata. Technical Requirements: Implement contentmatter-stats, contentmatter-get, contentmatter-keys, contentmatter-extract commands following MarkdownMatters.md specification. Support MMD 'Key: Value' format scanning within main content body. Acceptance Criteria: - [ ] Commands scan entire content body, extract MMD key-value pairs, provide statistics, enable selective retrieval, maintain content integrity, handle edge cases Dependencies: - Issue #38 Phase 1 (db-data command), MarkdownMatters.md specification, MMD parsing capabilities
tegwick added this to the MarkdownMatters project 2025-09-30 19:06:23 +00:00
Sign in to join this conversation.