vault backup: 2026-05-05 16:45:34
This commit is contained in:
Vendored
+2
-1
@@ -24,5 +24,6 @@
|
||||
"pdf-plus",
|
||||
"copy-document-as-html",
|
||||
"templater-obsidian",
|
||||
"wikipedia-search"
|
||||
"wikipedia-search",
|
||||
"obsidian-toggle-list"
|
||||
]
|
||||
Vendored
+16
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
+1033
File diff suppressed because it is too large
Load Diff
@@ -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
@@ -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": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user