mirror of
https://github.com/natelandau/obsidian-metadata.git
synced 2025-11-17 17:33:40 -05:00
When multiple vaults are added to the configuration file, the script will prompt you to select one at runtime
7 lines
247 B
TOML
7 lines
247 B
TOML
["Sample Vault]
|
|
exclude_paths = [".git", ".obsidian", "ignore_folder"]
|
|
path = "tests/fixtures/sample_vault"
|
|
["Test Vault"]
|
|
exclude_paths = [".git", ".obsidian", "ignore_folder"]
|
|
path = "tests/fixtures/test_vault"
|