flowing-abyss123 downloadsManifest-driven metadata validation, auto-fix, and field picker for notes.
Manifest-driven metadata validation for Obsidian. Put manifest.md files in a schemes/ folder — they inherit down the tree. Notes get the schema of the closest manifest above them.
vault/
└── schemes/
├── manifest.md ← base schema
├── sources/
│ ├── manifest.md ← extends base
│ └── books/
│ └── manifest.md ← extends sources
└── people/
└── manifest.md ← extends base
flowing-abyss/obsidian-metadata-validator