Knowtation
Vault-native version control for Knowtation Markdown knowledge bases. Tracks notes, structured frontmatter, sections, wiki-links, entity labels, and mist attachment IDs as six independently-mergeable dimensions of multidimensional structured state.
How this domain's generic viewer renders its declared dimensions.
Each dimension is independently mergeable — two agents editing different dimensions of the same snapshot never produce a conflict.
Hierarchical tree of all Markdown note files in the vault. Three-way merge resolves renames and content edits.
YAML frontmatter parsed as a map of key → value set. Tag, entity, and attachment sets merge independently via union.
Ordered sequence of Markdown heading-delimited sections. Myers diff applied per-note.
Set of wiki-links and URL references found in note bodies. Union merge accumulates link additions from both branches.
Set of entity labels from frontmatter entity fields across the vault. Union merge accumulates entity additions.
Set of 12-char base58 mist blob IDs from frontmatter attachment fields. Union merge accumulates blob references.