vault backup: 2026-06-26 19:53:16disable unused plugins
This commit is contained in:
Vendored
-4
@@ -3,7 +3,6 @@
|
|||||||
"dataview",
|
"dataview",
|
||||||
"obsidian-tasks-plugin",
|
"obsidian-tasks-plugin",
|
||||||
"obsidian-sortable",
|
"obsidian-sortable",
|
||||||
"auto-note-mover",
|
|
||||||
"tag-wrangler",
|
"tag-wrangler",
|
||||||
"obsidian-plugin-toc",
|
"obsidian-plugin-toc",
|
||||||
"obsidian-charts",
|
"obsidian-charts",
|
||||||
@@ -21,9 +20,6 @@
|
|||||||
"obsidian-style-settings",
|
"obsidian-style-settings",
|
||||||
"callout-manager",
|
"callout-manager",
|
||||||
"find-unlinked-files",
|
"find-unlinked-files",
|
||||||
"contribution-graph",
|
|
||||||
"datacore",
|
|
||||||
"desk",
|
|
||||||
"external-file-embed-and-link",
|
"external-file-embed-and-link",
|
||||||
"obsidian-kanban",
|
"obsidian-kanban",
|
||||||
"task-list-kanban",
|
"task-list-kanban",
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "obsidian-tasks-plugin",
|
"id": "obsidian-tasks-plugin",
|
||||||
"name": "Tasks",
|
"name": "Tasks",
|
||||||
"version": "8.2.1",
|
"version": "8.2.2",
|
||||||
"minAppVersion": "1.8.7",
|
"minAppVersion": "1.8.7",
|
||||||
"description": "Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.",
|
"description": "Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.",
|
||||||
"helpUrl": "https://publish.obsidian.md/tasks/",
|
"helpUrl": "https://publish.obsidian.md/tasks/",
|
||||||
|
|||||||
+4170
-1915
File diff suppressed because one or more lines are too long
+2
-2
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"id": "task-list-kanban",
|
"id": "task-list-kanban",
|
||||||
"name": "Task List Kanban",
|
"name": "Task List Kanban",
|
||||||
"version": "2.4.0",
|
"version": "2.7.3",
|
||||||
"minAppVersion": "1.5.3",
|
"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.",
|
"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",
|
"author": "Chris Kerr, Erika Rice Scherpelz",
|
||||||
"authorUrl": "https://github.com/erikars",
|
"authorUrl": "https://github.com/erikars",
|
||||||
"isDesktopOnly": false
|
"isDesktopOnly": false
|
||||||
}
|
}
|
||||||
+98
-65
@@ -227,13 +227,6 @@ If your plugin does not need CSS, delete this file.
|
|||||||
color: var(--text-muted);
|
color: var(--text-muted);
|
||||||
}
|
}
|
||||||
|
|
||||||
.column-editor-intro-actions {
|
|
||||||
display: flex;
|
|
||||||
gap: 8px;
|
|
||||||
flex: 0 0 auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.column-editor-intro-actions button,
|
|
||||||
.column-editor-controls button {
|
.column-editor-controls button {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
padding: 4px 10px;
|
padding: 4px 10px;
|
||||||
@@ -250,7 +243,7 @@ If your plugin does not need CSS, delete this file.
|
|||||||
.column-editor-row {
|
.column-editor-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
position: relative;
|
position: relative;
|
||||||
align-items: flex-start;
|
align-items: center;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
border: 1px solid var(--background-modifier-border);
|
border: 1px solid var(--background-modifier-border);
|
||||||
@@ -261,7 +254,6 @@ If your plugin does not need CSS, delete this file.
|
|||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.column-editor-row.is-collapsed,
|
|
||||||
.column-editor-row.is-bookend {
|
.column-editor-row.is-bookend {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
@@ -361,7 +353,7 @@ If your plugin does not need CSS, delete this file.
|
|||||||
|
|
||||||
.column-editor-summary {
|
.column-editor-summary {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: minmax(180px, 1fr) minmax(150px, auto) 24px auto;
|
grid-template-columns: minmax(180px, 1fr) 24px minmax(150px, auto);
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
@@ -372,21 +364,6 @@ If your plugin does not need CSS, delete this file.
|
|||||||
grid-template-columns: minmax(180px, 1fr) minmax(150px, auto);
|
grid-template-columns: minmax(180px, 1fr) minmax(150px, auto);
|
||||||
}
|
}
|
||||||
|
|
||||||
.column-editor-details {
|
|
||||||
display: flex;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
align-items: center;
|
|
||||||
gap: 10px 14px;
|
|
||||||
margin-top: 10px;
|
|
||||||
padding: 10px;
|
|
||||||
border-radius: var(--radius-s);
|
|
||||||
background: var(--background-secondary);
|
|
||||||
}
|
|
||||||
|
|
||||||
.column-editor-row.is-collapsed .column-editor-details {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.column-editor-pill {
|
.column-editor-pill {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -404,6 +381,63 @@ If your plugin does not need CSS, delete this file.
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.column-editor-popover-anchor {
|
||||||
|
position: relative;
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.column-editor-match-anchor {
|
||||||
|
justify-content: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
|
.column-editor-popover {
|
||||||
|
position: absolute;
|
||||||
|
top: calc(100% + 8px);
|
||||||
|
z-index: 20;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 10px;
|
||||||
|
padding: 10px;
|
||||||
|
border: 1px solid var(--background-modifier-border);
|
||||||
|
border-radius: var(--radius-s);
|
||||||
|
background: var(--background-primary);
|
||||||
|
box-shadow: var(--shadow-s);
|
||||||
|
}
|
||||||
|
|
||||||
|
.column-editor-color-popover {
|
||||||
|
left: 50%;
|
||||||
|
width: 230px;
|
||||||
|
transform: translateX(-50%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.column-editor-match-popover {
|
||||||
|
right: 0;
|
||||||
|
width: min(360px, calc(100vw - 64px));
|
||||||
|
}
|
||||||
|
|
||||||
|
.column-editor-popover-field {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 8px;
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.column-editor-summary-button {
|
||||||
|
appearance: none;
|
||||||
|
-webkit-appearance: none;
|
||||||
|
cursor: pointer;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.column-editor-summary-button:hover,
|
||||||
|
.column-editor-summary-button:focus-visible {
|
||||||
|
color: var(--text-normal);
|
||||||
|
background: var(--background-modifier-hover);
|
||||||
|
}
|
||||||
|
|
||||||
.column-editor-fields.column-editor-fields-inline {
|
.column-editor-fields.column-editor-fields-inline {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
@@ -464,7 +498,8 @@ If your plugin does not need CSS, delete this file.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.column-editor-field-match,
|
.column-editor-field-match,
|
||||||
.column-editor-field-visibility {
|
.column-editor-field-visibility,
|
||||||
|
.column-editor-field-status {
|
||||||
flex: 0 1 auto;
|
flex: 0 1 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -479,6 +514,18 @@ If your plugin does not need CSS, delete this file.
|
|||||||
min-width: 150px;
|
min-width: 150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.column-editor-field-status select {
|
||||||
|
min-width: 120px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.column-editor-field-status .setting-input {
|
||||||
|
width: 84px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.column-editor-field-status .setting-input:not(.is-visible) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.column-editor-inline-label {
|
.column-editor-inline-label {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
color: var(--text-muted);
|
color: var(--text-muted);
|
||||||
@@ -516,37 +563,6 @@ If your plugin does not need CSS, delete this file.
|
|||||||
justify-self: center;
|
justify-self: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.column-editor-expand-button {
|
|
||||||
width: auto;
|
|
||||||
min-width: 0;
|
|
||||||
height: 28px;
|
|
||||||
padding: 0 8px;
|
|
||||||
border-radius: var(--radius-s);
|
|
||||||
color: var(--text-muted);
|
|
||||||
display: inline-flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
gap: 4px;
|
|
||||||
font-size: var(--font-ui-smaller);
|
|
||||||
font-weight: 600;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: transparent;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.column-editor-expand-button:hover {
|
|
||||||
color: var(--text-normal);
|
|
||||||
background: var(--background-modifier-hover);
|
|
||||||
}
|
|
||||||
|
|
||||||
.column-editor-expand-icon {
|
|
||||||
display: inline-flex;
|
|
||||||
width: 14px;
|
|
||||||
height: 14px;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.column-editor-color-swatch.has-color {
|
.column-editor-color-swatch.has-color {
|
||||||
border-color: color-mix(in srgb, var(--background-modifier-border) 40%, var(--text-normal));
|
border-color: color-mix(in srgb, var(--background-modifier-border) 40%, var(--text-normal));
|
||||||
background-image: none;
|
background-image: none;
|
||||||
@@ -570,22 +586,25 @@ If your plugin does not need CSS, delete this file.
|
|||||||
font-size: var(--font-ui-smaller);
|
font-size: var(--font-ui-smaller);
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
|
cursor: pointer;
|
||||||
|
user-select: none;
|
||||||
|
padding: 2px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.column-editor-rename-option input,
|
||||||
|
.column-editor-rename-option label {
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.column-editor-remove-rail {
|
.column-editor-remove-rail {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-start;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
flex: 0 0 20px;
|
flex: 0 0 20px;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.column-editor-row.is-collapsed .column-editor-remove-rail,
|
|
||||||
.column-editor-row.is-bookend .column-editor-remove-rail {
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.column-editor-remove-rail > button {
|
.column-editor-remove-rail > button {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
@@ -642,7 +661,7 @@ If your plugin does not need CSS, delete this file.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.column-editor-summary {
|
.column-editor-summary {
|
||||||
grid-template-columns: minmax(160px, 1fr) auto auto auto;
|
grid-template-columns: minmax(160px, 1fr) auto auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -653,7 +672,6 @@ If your plugin does not need CSS, delete this file.
|
|||||||
|
|
||||||
.column-editor-intro,
|
.column-editor-intro,
|
||||||
.column-editor-summary,
|
.column-editor-summary,
|
||||||
.column-editor-details,
|
|
||||||
.column-editor-fields.column-editor-fields-inline,
|
.column-editor-fields.column-editor-fields-inline,
|
||||||
.column-editor-field {
|
.column-editor-field {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@@ -680,6 +698,7 @@ If your plugin does not need CSS, delete this file.
|
|||||||
.column-editor-field-tag,
|
.column-editor-field-tag,
|
||||||
.column-editor-field-match,
|
.column-editor-field-match,
|
||||||
.column-editor-field-visibility,
|
.column-editor-field-visibility,
|
||||||
|
.column-editor-field-status,
|
||||||
.column-editor-field-color {
|
.column-editor-field-color {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
}
|
}
|
||||||
@@ -689,8 +708,22 @@ If your plugin does not need CSS, delete this file.
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.column-editor-popover-anchor,
|
||||||
|
.column-editor-popover,
|
||||||
|
.column-editor-popover-field {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.column-editor-popover {
|
||||||
|
position: static;
|
||||||
|
transform: none;
|
||||||
|
margin-top: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
.column-editor-field-match select,
|
.column-editor-field-match select,
|
||||||
.column-editor-field-visibility select,
|
.column-editor-field-visibility select,
|
||||||
|
.column-editor-field-status select,
|
||||||
|
.column-editor-field-status .setting-input,
|
||||||
.column-editor-field-color .setting-input {
|
.column-editor-field-color .setting-input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
+16
-16
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "templater-obsidian",
|
"id": "templater-obsidian",
|
||||||
"name": "Templater",
|
"name": "Templater",
|
||||||
"version": "2.20.5",
|
"version": "2.20.6",
|
||||||
"description": "Advanced templating and automation using handlebars-like syntax.",
|
"description": "Advanced templating and automation using handlebars-like syntax.",
|
||||||
"minAppVersion": "1.12.2",
|
"minAppVersion": "1.12.2",
|
||||||
"author": "SilentVoid",
|
"author": "SilentVoid",
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ EMAIL[WORK]: wolfgang.grzybowski@cimt-ag.de
|
|||||||
TEL[CELL]: undefined
|
TEL[CELL]: undefined
|
||||||
TEL[HOME]: ""
|
TEL[HOME]: ""
|
||||||
TEL[WORK]: +49 40 53302 210
|
TEL[WORK]: +49 40 53302 210
|
||||||
BDAY: "null"
|
BDAY:
|
||||||
URL[WORK]: ""
|
URL[WORK]: ""
|
||||||
ORG: cimt objects AG
|
ORG: cimt objects AG
|
||||||
ROLE: ""
|
ROLE: ""
|
||||||
@@ -23,7 +23,7 @@ KIND: individual
|
|||||||
VERSION: "4.0"
|
VERSION: "4.0"
|
||||||
CATEGORIES: ""
|
CATEGORIES: ""
|
||||||
X-RELATIONSHIP: Kollege
|
X-RELATIONSHIP: Kollege
|
||||||
X-LAST-CHAT: "null"
|
X-LAST-CHAT: ""
|
||||||
SOCIALPROFILE[LINKEDIN]: ""
|
SOCIALPROFILE[LINKEDIN]: ""
|
||||||
ADR[WORK].LOCALITY: Hamburg
|
ADR[WORK].LOCALITY: Hamburg
|
||||||
X-MANAGER: "[[Tina Lentz]]"
|
X-MANAGER: "[[Tina Lentz]]"
|
||||||
|
|||||||
Reference in New Issue
Block a user