vault backup: 2026-05-05 16:45:34

This commit is contained in:
2026-05-05 16:45:34 -04:00
parent d0527ac4f6
commit f85a71beb4
24 changed files with 1226 additions and 41 deletions
+2 -1
View File
@@ -24,5 +24,6 @@
"pdf-plus",
"copy-document-as-html",
"templater-obsidian",
"wikipedia-search"
"wikipedia-search",
"obsidian-toggle-list"
]
+16
View File
@@ -77,5 +77,21 @@
],
"key": "S"
}
],
"obsidian-toggle-list:Progress Checklist-Next": [
{
"modifiers": [
"Alt"
],
"key": "A"
}
],
"obsidian-toggle-list:Progress Checklist-Prev": [
{
"modifiers": [
"Alt"
],
"key": "X"
}
]
}
+40
View File
@@ -0,0 +1,40 @@
{
"pop_state": {
"popon": false,
"hot": false,
"incr": 0
},
"plot": false,
"cmd_list": [
{
"index": 0,
"name": "Progress Checklist",
"tmp_name": "Command 0",
"bindings": [
0
],
"isPopOver": true
}
],
"setup_list": [
{
"index": 0,
"all_states": "* [ ]\n* [/]\n* [x]",
"states": [
"* [ ]",
"* [/]",
"* [x]"
],
"sorteds": [
"* [ ]",
"* [/]",
"* [x]"
],
"states_dict": {}
}
],
"registedCmdName": [
"Progress Checklist-Next",
"Progress Checklist-Prev"
]
}
File diff suppressed because it is too large Load Diff
+10
View File
@@ -0,0 +1,10 @@
{
"id": "obsidian-toggle-list",
"name": "ToggleList",
"version": "1.2.7",
"minAppVersion": "0.15.0",
"description": "Toggle the list/checklist with custom states/prefixes and suffixes",
"author": "Lite C",
"authorUrl": "https://github.com/thingnotok/obsidian-toggle-list/",
"isDesktopOnly": false
}
+10 -1
View File
@@ -14,6 +14,10 @@
"user_scripts_folder": "scripts",
"enable_folder_templates": true,
"folder_templates": [
{
"folder": "timestamped",
"template": "templates/timestamped.md"
},
{
"folder": "periodic/daily",
"template": "templates/daily.md"
@@ -54,5 +58,10 @@
"startup_templates": [
"templates/startup.md"
],
"intellisense_render": 1
"intellisense_render": 1,
"ignore_folders_on_creation": [
{
"folder": ""
}
]
}