update vault

This commit is contained in:
2026-03-07 08:36:11 +01:00
parent baf5a49958
commit 747795e370
9 changed files with 1 additions and 20862 deletions
-2
View File
@@ -13,7 +13,6 @@
"templater-obsidian",
"table-editor-obsidian",
"metaedit",
"obsidian-kanban",
"quickadd",
"obsidian-contextual-typography",
"journals",
@@ -22,7 +21,6 @@
"obsidian-style-settings",
"callout-manager",
"find-unlinked-files",
"task-list-kanban",
"contribution-graph",
"datacore",
"friend-tracker",
-4
View File
@@ -1,4 +0,0 @@
{
"date-picker-week-start": 1,
"show-checkboxes": true
}
File diff suppressed because one or more lines are too long
-11
View File
@@ -1,11 +0,0 @@
{
"id": "obsidian-kanban",
"name": "Kanban",
"version": "2.0.51",
"minAppVersion": "1.0.0",
"description": "Create markdown-backed Kanban boards in Obsidian.",
"author": "mgmeyers",
"authorUrl": "https://github.com/mgmeyers/obsidian-kanban",
"helpUrl": "https://publish.obsidian.md/kanban/Obsidian+Kanban+Plugin",
"isDesktopOnly": false
}
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -405,7 +405,7 @@
"devMode": false,
"templateFolderPath": "Resources/Templates",
"announceUpdates": "all",
"version": "2.11.0",
"version": "2.12.0",
"globalVariables": {},
"onePageInputEnabled": false,
"disableOnlineFeatures": true,
File diff suppressed because one or more lines are too long
-10
View File
@@ -1,10 +0,0 @@
{
"id": "task-list-kanban",
"name": "Task List Kanban",
"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",
"authorUrl": "https://github.com/erikars",
"isDesktopOnly": false
}
-21
View File
@@ -1,21 +0,0 @@
/*
This CSS file will be included with your plugin, and
available in the app when your plugin is enabled.
If your plugin does not need CSS, delete this file.
*/
.setting-item.column {
flex-direction: column;
align-items: stretch;
}
.setting-item.column .setting-item-control {
margin-top: var(--size-4-2);
}
.setting-item.column .setting-item-control > input {
width: 100%;
}