1
0
Fork 0

Update community plugins

This commit is contained in:
Alexander Schäferdiek 2022-06-16 00:20:02 +02:00
parent 462805461e
commit d4d031b2ae
5 changed files with 928 additions and 17809 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{ {
"id": "dataview", "id": "dataview",
"name": "Dataview", "name": "Dataview",
"version": "0.5.23", "version": "0.5.34",
"minAppVersion": "0.13.11", "minAppVersion": "0.13.11",
"description": "Complex data views for the data-obsessed.", "description": "Complex data views for the data-obsessed.",
"author": "Michael Brenan <blacksmithgu@gmail.com>", "author": "Michael Brenan <blacksmithgu@gmail.com>",

View file

@ -43,6 +43,11 @@
margin: 0em !important; margin: 0em !important;
} }
.dataview-result-list-ul {
margin-block-start: 0.2em !important;
margin-block-end: 0.2em !important;
}
/** Generic grouping styling. */ /** Generic grouping styling. */
.dataview.result-group { .dataview.result-group {
padding-left: 8px; padding-left: 8px;

File diff suppressed because one or more lines are too long

View file

@ -1,10 +1,10 @@
{ {
"id": "obsidian-tasks-plugin", "id": "obsidian-tasks-plugin",
"name": "Tasks", "name": "Tasks",
"version": "1.6.0", "version": "1.8.0",
"minAppVersion": "0.13.21", "minAppVersion": "0.13.21",
"description": "Task management for Obsidian", "description": "Task management for Obsidian",
"author": "Martin Schenck", "author": "Martin Schenck and Clare Macrae",
"authorUrl": "https://github.com/schemar", "authorUrl": "https://github.com/obsidian-tasks-group",
"isDesktopOnly": false "isDesktopOnly": false
} }