Frontmatter is a YAML header that records metadata for a markdown file.
Purpose
- Identify the document (
id,titleorname). - Record provenance (
authors,date-created). - Provide routing data (
tags,dependencies,references).
Consistency
Keep metadata stable and machine-readable so tools can query a vault reliably.