vault backup: 2025-12-10 11:37:35

This commit is contained in:
2023-05-15 17:16:05 +02:00
committed by Thomas Peetz
parent 91bf72fc87
commit 73f2162ddf
6049 changed files with 513094 additions and 227748 deletions
File diff suppressed because one or more lines are too long
+10
View File
@@ -0,0 +1,10 @@
{
"id": "task-list-kanban",
"name": "Task List Kanban",
"version": "1.3.4",
"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
@@ -0,0 +1,21 @@
/*
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%;
}