[nb] Commit
This commit is contained in:
14
.obsidian/plugins/templater-obsidian/data.json
vendored
14
.obsidian/plugins/templater-obsidian/data.json
vendored
@@ -12,17 +12,25 @@
|
||||
"enable_system_commands": false,
|
||||
"shell_path": "",
|
||||
"user_scripts_folder": "",
|
||||
"enable_folder_templates": true,
|
||||
"enable_folder_templates": false,
|
||||
"folder_templates": [
|
||||
{
|
||||
"folder": "sources/clippings",
|
||||
"template": ""
|
||||
},
|
||||
{
|
||||
"folder": "/",
|
||||
"template": "templates/default new note.md"
|
||||
}
|
||||
],
|
||||
"enable_file_templates": false,
|
||||
"enable_file_templates": true,
|
||||
"file_templates": [
|
||||
{
|
||||
"regex": ".*",
|
||||
"regex": "^(?!\\/?(sources\\/clippings|daily)\\/).*",
|
||||
"template": "templates/default new note.md"
|
||||
},
|
||||
{
|
||||
"regex": "",
|
||||
"template": ""
|
||||
}
|
||||
],
|
||||
|
Reference in New Issue
Block a user