vault update: plugins, templates
This commit is contained in:
47
.obsidian/plugins/templater-obsidian/data.json
vendored
Normal file
47
.obsidian/plugins/templater-obsidian/data.json
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"command_timeout": 5,
|
||||
"templates_folder": "",
|
||||
"templates_pairs": [
|
||||
[
|
||||
"",
|
||||
""
|
||||
]
|
||||
],
|
||||
"trigger_on_file_creation": true,
|
||||
"auto_jump_to_cursor": false,
|
||||
"enable_system_commands": false,
|
||||
"shell_path": "",
|
||||
"user_scripts_folder": "",
|
||||
"enable_folder_templates": true,
|
||||
"folder_templates": [
|
||||
{
|
||||
"folder": "200 projects",
|
||||
"template": "templates/tmpl_project.md"
|
||||
},
|
||||
{
|
||||
"folder": "400 resources/430 Movies Books Plays Games",
|
||||
"template": "templates/tmpl_media_resource.md"
|
||||
},
|
||||
{
|
||||
"folder": "400 resources/440 Code Cheats Snips CLI",
|
||||
"template": "templates/tmpl_technical_snippet.md"
|
||||
}
|
||||
],
|
||||
"enable_file_templates": false,
|
||||
"file_templates": [
|
||||
{
|
||||
"regex": ".*",
|
||||
"template": ""
|
||||
}
|
||||
],
|
||||
"syntax_highlighting": true,
|
||||
"syntax_highlighting_mobile": false,
|
||||
"enabled_templates_hotkeys": [
|
||||
""
|
||||
],
|
||||
"startup_templates": [
|
||||
""
|
||||
],
|
||||
"intellisense_render": 1,
|
||||
"ignore_folders_on_creation": []
|
||||
}
|
||||
Reference in New Issue
Block a user