Files
my-vault/.obsidian/plugins/templater-obsidian/data.json
T
windyboy 12ee06d8f8 fix broken wikilinks in LLM_Evaluation zone; update Obsidian plugins
- Rewrite folder-relative wikilinks (resolved from vault root) to unique
  basenames or full vault-root paths so they actually resolve in Obsidian
- Fix malformed table links with spaces around the | alias separator
- Plugin updates from Obsidian (any-block, omnisearch, quickadd, etc.)
2026-08-21 15:44:03 +08:00

32 lines
856 B
JSON

{
"data_version": 2,
"command_timeout": 5,
"templates_folder": "06_Metadata/Templates",
"templates_pairs": [],
"trigger_on_file_creation_mode": "folder",
"auto_jump_to_cursor": false,
"jump_to_cursor_after_file_name": false,
"shell_path": "",
"user_scripts_folder": "",
"folder_templates": [
{
"folder": "00_Inbox",
"template": "06_Metadata/Templates/Daily Note Template.md"
},
{
"folder": "01_Projects",
"template": "06_Metadata/Templates/Project Template.md"
},
{
"folder": "03_Resources/Books",
"template": "06_Metadata/Templates/book-note.md"
}
],
"file_templates": [],
"syntax_highlighting": true,
"syntax_highlighting_mobile": false,
"enabled_templates_hotkeys": [],
"startup_templates": [],
"intellisense_render": "1",
"ignore_folders_on_creation": []
}