vault backup: 2026-03-07 01:21:21

This commit is contained in:
2026-03-07 01:21:21 +01:00
parent 551f229037
commit baf5a49958
62 changed files with 712 additions and 781 deletions
+103 -103
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -6,5 +6,5 @@
"description": "Integrate Git version control with automatic backup and other advanced features.",
"isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/vinzent",
"version": "2.37.1"
"version": "2.38.0"
}
+5
View File
@@ -81,6 +81,11 @@
height: 100%;
}
/* Re-enable wrapping of nav buttns to prevent overflow on smaller screens #*/
.workspace-drawer .git-view .nav-buttons-container {
flex-wrap: wrap;
}
.git-tools {
display: flex;
margin-left: auto;
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,7 +1,7 @@
{
"id": "obsidian-tasks-plugin",
"name": "Tasks",
"version": "7.22.0",
"version": "7.23.1",
"minAppVersion": "1.4.0",
"description": "Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.",
"helpUrl": "https://publish.obsidian.md/tasks/",
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,7 +1,7 @@
{
"id": "obsidian-tracker",
"name": "Tracker",
"version": "1.18.0",
"version": "1.19.0",
"minAppVersion": "0.9.12",
"description": "A plugin tracks occurrences and numbers in your notes",
"author": "pyrochlore",
+70 -2
View File
@@ -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",
+63 -59
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -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",
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,7 +1,7 @@
{
"id": "task-list-kanban",
"name": "Task List Kanban",
"version": "1.5.0",
"version": "1.8.0",
"minAppVersion": "1.5.3",
"description": "Organizes all of the tasks within your files into a kanban view. Reduce duplication of effort when managing and prioritising tasks by simply using the task format in your files to automatically appear in your Task List Kanban.",
"author": "Chris Kerr, Erika Rice Scherpelz",