mirror of
https://github.com/natelandau/obsidian-metadata.git
synced 2025-11-08 13:13:47 -05:00
9 lines
287 B
TOML
9 lines
287 B
TOML
vault = "tests/fixtures/test_vault"
|
|
|
|
# folders to ignore when parsing content
|
|
exclude_paths = [".git", ".obsidian", "ignore_folder"]
|
|
|
|
[metadata]
|
|
metadata_location = "frontmatter" # "frontmatter", "top", "bottom"
|
|
tags_location = "top" # "frontmatter", "top", "bottom"
|