vault backup: 2026-03-07 01:21:21
This commit is contained in:
Vendored
+70
-2
@@ -141,8 +141,7 @@
|
||||
"Areas/Arbeitszimmer/Projekte",
|
||||
"Areas/cimt AG/Projekte",
|
||||
"Areas/Wohnung/Projekte",
|
||||
"Areas/cimt AG/Weiterbildung",
|
||||
"Areas/cimt AG/Lightning Talks"
|
||||
"Areas/cimt AG/Weiterbildung"
|
||||
],
|
||||
"chooseWhenCreatingNote": false,
|
||||
"createInSameFolderAsActiveFile": false,
|
||||
@@ -329,6 +328,75 @@
|
||||
]
|
||||
},
|
||||
"runOnStartup": false
|
||||
},
|
||||
{
|
||||
"id": "5975effc-3773-452d-adf2-b3bc88c74000",
|
||||
"name": "Add Lightning Talk",
|
||||
"type": "Macro",
|
||||
"command": true,
|
||||
"runOnStartup": false,
|
||||
"macro": {
|
||||
"id": "aa3bf363-8469-4804-85f3-cd2e5bce54c5",
|
||||
"name": "Add Project",
|
||||
"commands": [
|
||||
{
|
||||
"name": "Create Lightning Talk note",
|
||||
"type": "NestedChoice",
|
||||
"id": "f10ef0eb-ffe9-4ddb-bd76-45cc80253d34",
|
||||
"choice": {
|
||||
"id": "4acf0e97-f9c7-44e0-b73e-97764a5e5466",
|
||||
"name": "Create Lightning Talk note",
|
||||
"type": "Template",
|
||||
"command": false,
|
||||
"templatePath": "Resources/Templates/process-lightning-talk.md",
|
||||
"fileNameFormat": {
|
||||
"enabled": true,
|
||||
"format": "{{VALUE:Add Vortrag}}"
|
||||
},
|
||||
"folder": {
|
||||
"enabled": true,
|
||||
"folders": [
|
||||
"Areas/cimt AG/Präsentation"
|
||||
],
|
||||
"chooseWhenCreatingNote": false,
|
||||
"createInSameFolderAsActiveFile": false,
|
||||
"chooseFromSubfolders": false
|
||||
},
|
||||
"appendLink": false,
|
||||
"openFileInNewTab": {
|
||||
"enabled": false,
|
||||
"direction": "vertical",
|
||||
"focus": true
|
||||
},
|
||||
"openFile": false,
|
||||
"openFileInMode": "default",
|
||||
"fileExistsMode": "Increment the file name",
|
||||
"setFileExistsBehavior": false,
|
||||
"fileOpening": {
|
||||
"location": "tab",
|
||||
"direction": "vertical",
|
||||
"focus": true,
|
||||
"mode": "default"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Wait",
|
||||
"type": "Wait",
|
||||
"id": "82c6c80d-a7fa-4939-b709-03e4e3b4ccf9",
|
||||
"time": 200
|
||||
},
|
||||
{
|
||||
"filePath": "Areas/cimt AG/Präsentation/{{VALUE:Add Vortrag}}.md",
|
||||
"type": "OpenFile",
|
||||
"id": "4yATqUiQ4Wt0pdyX9Xem6",
|
||||
"openInNewTab": false,
|
||||
"location": "tab",
|
||||
"focus": true,
|
||||
"name": "Open file: Areas/cimt AG/Präsentation/{{VALUE:Add Vortrag}}.md"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"inputPrompt": "single-line",
|
||||
|
||||
Vendored
+63
-59
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "quickadd",
|
||||
"name": "QuickAdd",
|
||||
"version": "2.11.0",
|
||||
"version": "2.12.0",
|
||||
"minAppVersion": "1.11.4",
|
||||
"description": "Quickly add new pages or content to your vault.",
|
||||
"author": "Christian B. B. Houmann",
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user