mirror of
https://github.com/natelandau/obsidian-metadata.git
synced 2025-11-19 10:23:39 -05:00
feat: initial application release
This commit is contained in:
8
tests/fixtures/sample_vault_config.toml
vendored
Normal file
8
tests/fixtures/sample_vault_config.toml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
vault = "tests/fixtures/sample_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"
|
||||
Reference in New Issue
Block a user