Metadata Validator

by flowing-abyss
5
4
3
2
1
Score: 51/100

Description

Reviews

No reviews yet.

Stats

0
stars
604
downloads
0
forks
9
days
7
days
7
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
164
commits

README file from

Github

Metadata Validator

Available in Obsidian Release Downloads

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