1
0
Fork 0

Update community plugins

This commit is contained in:
Alexander Schäferdiek 2022-08-23 18:25:36 +02:00
parent d4d031b2ae
commit 28b8505a3f
9 changed files with 918 additions and 316 deletions

View file

@ -13,6 +13,5 @@
"starred", "starred",
"markdown-importer", "markdown-importer",
"word-count", "word-count",
"open-with-default-app",
"file-recovery" "file-recovery"
] ]

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.34", "version": "0.5.42",
"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

@ -1,3 +1,12 @@
/** Live Preview padding fixes, specifically for DataviewJS custom HTML elements. */
.is-live-preview .block-language-dataviewjs > p, .is-live-preview .block-language-dataviewjs > span {
line-height: 1.0;
}
/*****************/
/** Table Views **/
/*****************/
/* List View Default Styling; rendered internally as a table. */ /* List View Default Styling; rendered internally as a table. */
.table-view-table { .table-view-table {
width: 100%; width: 100%;
@ -28,13 +37,12 @@
text-align: left; text-align: left;
border: none; border: none;
font-weight: 400; font-weight: 400;
max-width: 100%; max-width: 100%;
} }
/** Live Preview padding fixes, specifically for DataviewJS custom HTML elements. */ .table-view-table ul, .table-view-table ol {
.is-live-preview .block-language-dataviewjs > p, .is-live-preview .block-language-dataviewjs > span { margin-block-start: 0.2em !important;
line-height: 1.0; margin-block-end: 0.2em !important;
} }
/** Rendered value styling for any view. */ /** Rendered value styling for any view. */
@ -58,9 +66,7 @@
/*******************/ /*******************/
.dataview.inline-field-key { .dataview.inline-field-key {
border-top-left-radius: 250px; padding-left: 8px;
border-bottom-left-radius: 250px;
padding-left: 16px;
padding-right: 8px; padding-right: 8px;
font-family: var(--font-monospace); font-family: var(--font-monospace);
background-color: var(--background-primary-alt); background-color: var(--background-primary-alt);
@ -68,19 +74,16 @@
} }
.dataview.inline-field-value { .dataview.inline-field-value {
border-top-right-radius: 250px;
border-bottom-right-radius: 250px;
padding-left: 8px; padding-left: 8px;
padding-right: 16px; padding-right: 8px;
font-family: var(--font-monospace); font-family: var(--font-monospace);
background-color: var(--background-secondary-alt); background-color: var(--background-secondary-alt);
color: var(--text-nav-selected); color: var(--text-nav-selected);
} }
.dataview.inline-field-standalone-value { .dataview.inline-field-standalone-value {
border-radius: 250px; padding-left: 8px;
padding-left: 16px; padding-right: 8px;
padding-right: 16px;
font-family: var(--font-monospace); font-family: var(--font-monospace);
background-color: var(--background-secondary-alt); background-color: var(--background-secondary-alt);
color: var(--text-nav-selected); color: var(--text-nav-selected);
@ -126,5 +129,14 @@ div.dataview-error-box {
.dataview.small-text { .dataview.small-text {
font-size: smaller; font-size: smaller;
color: var(--text-selection); color: var(--text-muted);
margin-left: 3px;
}
.dataview.small-text::before {
content: "(";
}
.dataview.small-text::after {
content: ")";
} }

File diff suppressed because one or more lines are too long

View file

@ -1,8 +1,8 @@
{ {
"id": "obsidian-kanban", "id": "obsidian-kanban",
"name": "Kanban", "name": "Kanban",
"version": "1.2.40", "version": "1.3.17",
"minAppVersion": "0.12.3", "minAppVersion": "0.15.3",
"description": "Create markdown-backed Kanban boards in Obsidian.", "description": "Create markdown-backed Kanban boards in Obsidian.",
"author": "mgmeyers", "author": "mgmeyers",
"authorUrl": "https://github.com/mgmeyers/obsidian-kanban", "authorUrl": "https://github.com/mgmeyers/obsidian-kanban",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

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