mirror of
https://github.com/natelandau/obsidian-metadata.git
synced 2025-11-18 01:43:39 -05:00
* feat: add new inline metadata to notes * fix: prepend note content after frontmatter * refactor: cleanup search patterns * feat(regex): find top of note * test: add headers * fix: insert to specified location * test: improve test coverage * docs: add inline metadata
8 lines
280 B
TOML
8 lines
280 B
TOML
["Sample Vault"]
|
|
exclude_paths = [".git", ".obsidian", "ignore_folder"]
|
|
insert_location = "top"
|
|
path = "tests/fixtures/sample_vault"
|
|
["Test Vault"]
|
|
exclude_paths = [".git", ".obsidian", "ignore_folder"]
|
|
path = "tests/fixtures/test_vault"
|