Update community plugins
This commit is contained in:
parent
462805461e
commit
d4d031b2ae
5 changed files with 928 additions and 17809 deletions
1508
.obsidian/plugins/dataview/main.js
vendored
1508
.obsidian/plugins/dataview/main.js
vendored
File diff suppressed because one or more lines are too long
2
.obsidian/plugins/dataview/manifest.json
vendored
2
.obsidian/plugins/dataview/manifest.json
vendored
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "dataview",
|
||||
"name": "Dataview",
|
||||
"version": "0.5.23",
|
||||
"version": "0.5.34",
|
||||
"minAppVersion": "0.13.11",
|
||||
"description": "Complex data views for the data-obsessed.",
|
||||
"author": "Michael Brenan <blacksmithgu@gmail.com>",
|
||||
|
|
5
.obsidian/plugins/dataview/styles.css
vendored
5
.obsidian/plugins/dataview/styles.css
vendored
|
@ -43,6 +43,11 @@
|
|||
margin: 0em !important;
|
||||
}
|
||||
|
||||
.dataview-result-list-ul {
|
||||
margin-block-start: 0.2em !important;
|
||||
margin-block-end: 0.2em !important;
|
||||
}
|
||||
|
||||
/** Generic grouping styling. */
|
||||
.dataview.result-group {
|
||||
padding-left: 8px;
|
||||
|
|
17216
.obsidian/plugins/obsidian-tasks-plugin/main.js
vendored
17216
.obsidian/plugins/obsidian-tasks-plugin/main.js
vendored
File diff suppressed because one or more lines are too long
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"id": "obsidian-tasks-plugin",
|
||||
"name": "Tasks",
|
||||
"version": "1.6.0",
|
||||
"version": "1.8.0",
|
||||
"minAppVersion": "0.13.21",
|
||||
"description": "Task management for Obsidian",
|
||||
"author": "Martin Schenck",
|
||||
"authorUrl": "https://github.com/schemar",
|
||||
"author": "Martin Schenck and Clare Macrae",
|
||||
"authorUrl": "https://github.com/obsidian-tasks-group",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue