vault backup: 2026-04-18 01:28:21

This commit is contained in:
2026-04-18 01:28:22 -04:00
parent cade76bc24
commit 0743e6f194
352 changed files with 1885 additions and 1251 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"canvas": false,
"outgoing-link": true,
"tag-pane": true,
"properties": true,
@@ -16,7 +16,7 @@
"slash-command": false,
"editor-status": true,
"bookmarks": true,
"markdown-importer": true,
"markdown-importer": false,
"zk-prefixer": true,
"random-note": false,
"outline": true,
+2 -1
View File
@@ -68,5 +68,6 @@
],
"key": "C"
}
]
],
"table-editor-obsidian:table-control-bar": []
}
+1 -1
View File
@@ -53,7 +53,7 @@
},
"yaml-key-sort": {
"enabled": true,
"yaml-key-priority-sort-order": "id\naliases\ntitle\ntags\ndaily\nweekly\nmonthly\nquarterly\nyearly\ndg-publish",
"yaml-key-priority-sort-order": "id\naliases\ntitle\ntags\ndaily\nweekly\nmonthly\nquarterly\nyearly\nup\nprevious\ndg-publish",
"priority-keys-at-start-of-yaml": true,
"yaml-sort-order-for-other-keys": "Ascending Alphabetical"
},
+26 -6
View File
@@ -1,13 +1,13 @@
{
"command_timeout": 5,
"templates_folder": "",
"templates_folder": "templates",
"templates_pairs": [
[
"echo",
"echo $a"
]
],
"trigger_on_file_creation": false,
"trigger_on_file_creation": true,
"auto_jump_to_cursor": false,
"enable_system_commands": true,
"shell_path": "",
@@ -15,8 +15,28 @@
"enable_folder_templates": true,
"folder_templates": [
{
"folder": "",
"template": ""
"folder": "periodic/daily",
"template": "templates/daily.md"
},
{
"folder": "periodic/weekly",
"template": "templates/weekly.md"
},
{
"folder": "periodic/monthly",
"template": "templates/monthly.md"
},
{
"folder": "periodic/quarterly",
"template": "templates/quarterly.md"
},
{
"folder": "periodic/yearly",
"template": "templates/yearly.md"
},
{
"folder": "/",
"template": "templates/default.md"
}
],
"enable_file_templates": false,
@@ -29,10 +49,10 @@
"syntax_highlighting": true,
"syntax_highlighting_mobile": false,
"enabled_templates_hotkeys": [
""
"templates/daily.md"
],
"startup_templates": [
""
"templates/startup.md"
],
"intellisense_render": 1
}