1
0
Fork 0

Manual backup: 2023-10-14 10:24:03

This commit is contained in:
Alexander Schäferdiek 2023-10-14 10:24:03 +02:00
parent a93ced3d29
commit 35fb9f5031
6 changed files with 352 additions and 333 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.59", "version": "0.5.61",
"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>",

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{ {
"id": "templater-obsidian", "id": "templater-obsidian",
"name": "Templater", "name": "Templater",
"version": "1.16.0", "version": "1.16.4",
"description": "Create and use templates", "description": "Create and use templates",
"minAppVersion": "0.11.13", "minAppVersion": "0.11.13",
"author": "SilentVoid", "author": "SilentVoid",

View file

@ -107,142 +107,81 @@ textarea.templater-prompt-input:focus {
} }
.cm-s-obsidian .cm-templater-command.cm-templater-interpolation-tag { .cm-s-obsidian .cm-templater-command.cm-templater-interpolation-tag {
color: #008bff; color: var(--code-property, #008bff);
} }
.cm-s-obsidian .cm-templater-command.cm-templater-execution-tag { .cm-s-obsidian .cm-templater-command.cm-templater-execution-tag {
color: #c0d700; color: var(--code-function, #c0d700);
} }
.theme-dark .cm-s-obsidian .cm-templater-command.cm-keyword { .cm-s-obsidian .cm-templater-command.cm-keyword {
color: #00a7aa; color: var(--code-keyword, #00a7aa);
font-weight: normal; font-weight: normal;
} }
.theme-dark .cm-s-obsidian .cm-templater-command.cm-atom { .cm-s-obsidian .cm-templater-command.cm-atom {
color: #f39b35; color: var(--code-normal, #f39b35);
} }
.theme-dark .cm-s-obsidian .cm-templater-command.cm-number { .cm-s-obsidian .cm-templater-command.cm-value,
color: #a06fca; .cm-s-obsidian .cm-templater-command.cm-number,
.cm-s-obsidian .cm-templater-command.cm-type {
color: var(--code-value, #a06fca);
} }
.theme-dark .cm-s-obsidian .cm-templater-command.cm-type { .cm-s-obsidian .cm-templater-command.cm-def,
color: #a06fca; .cm-s-obsidian .cm-templater-command.cm-type.cm-def {
color: var(--code-normal, var(--text-normal));
} }
.theme-dark .cm-s-obsidian .cm-templater-command.cm-def { .cm-s-obsidian .cm-templater-command.cm-property,
color: #98e342; .cm-s-obsidian .cm-templater-command.cm-property.cm-def,
.cm-s-obsidian .cm-templater-command.cm-attribute {
color: var(--code-function, #98e342);
} }
.theme-dark .cm-s-obsidian .cm-templater-command.cm-property { .cm-s-obsidian .cm-templater-command.cm-variable,
color: #d4d4d4; .cm-s-obsidian .cm-templater-command.cm-variable-2,
.cm-s-obsidian .cm-templater-command.cm-variable-3,
.cm-s-obsidian .cm-templater-command.cm-meta {
color: var(--code-property, #d4d4d4);
} }
.theme-dark .cm-s-obsidian .cm-templater-command.cm-variable { .cm-s-obsidian .cm-templater-command.cm-callee,
color: #d4d4d4; .cm-s-obsidian .cm-templater-command.cm-operator,
.cm-s-obsidian .cm-templater-command.cm-qualifier,
.cm-s-obsidian .cm-templater-command.cm-builtin {
color: var(--code-operator, #fc4384);
} }
.theme-dark .cm-s-obsidian .cm-templater-command.cm-variable-2 { .cm-s-obsidian .cm-templater-command.cm-tag {
color: #da7dae; color: var(--code-tag, #fc4384);
} }
.theme-dark .cm-s-obsidian .cm-templater-command.cm-variable-3 { .cm-s-obsidian .cm-templater-command.cm-comment,
color: #a06fca; .cm-s-obsidian .cm-templater-command.cm-comment.cm-tag,
.cm-s-obsidian .cm-templater-command.cm-comment.cm-attribute {
color: var(--code-comment, #696d70);
} }
.theme-dark .cm-s-obsidian .cm-templater-command.cm-type.cm-def { .cm-s-obsidian .cm-templater-command.cm-string,
color: #fc4384; .cm-s-obsidian .cm-templater-command.cm-string-2 {
color: var(--code-string, #e6db74);
} }
.theme-dark .cm-s-obsidian .cm-templater-command.cm-property.cm-def { .cm-s-obsidian .cm-templater-command.cm-header,
color: #fc4384; .cm-s-obsidian .cm-templater-command.cm-hr {
color: var(--code-keyword, #da7dae);
} }
.theme-dark .cm-s-obsidian .cm-templater-command.cm-callee { .cm-s-obsidian .cm-templater-command.cm-link {
color: #fc4384; color: var(--code-normal, #696d70);
} }
.theme-dark .cm-s-obsidian .cm-templater-command.cm-operator { .cm-s-obsidian .cm-templater-command.cm-error {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-qualifier {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-tag {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-tag.cm-bracket {
color: #d4d4d4;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-attribute {
color: #a06fca;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-comment {
color: #696d70;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-comment.cm-tag {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-comment.cm-attribute {
color: #d4d4d4;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-string {
color: #e6db74;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-string-2 {
color: #f39b35;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-meta {
color: #d4d4d4;
background: inherit;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-builtin {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-header {
color: #da7dae;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-hr {
color: #98e342;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-link {
color: #696d70;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-error {
border-bottom: 1px solid #c42412; border-bottom: 1px solid #c42412;
} }
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-keyword {
font-weight: normal;
}
.theme-dark
.cm-s-obsidian
.cm-templater-command.CodeMirror-activeline-background {
background: #272727;
}
.theme-dark .cm-s-obsidian .cm-templater-command.CodeMirror-matchingbracket {
outline: 1px solid grey;
color: #d4d4d4 !important;
}
.CodeMirror-hints { .CodeMirror-hints {
position: absolute; position: absolute;
z-index: 10; z-index: 10;

View file

@ -4,11 +4,11 @@
"type": "split", "type": "split",
"children": [ "children": [
{ {
"id": "e3bd7f2e0960e66f", "id": "1087b450f262b613",
"type": "tabs", "type": "tabs",
"children": [ "children": [
{ {
"id": "b80dbb8933d0b4b3", "id": "8b827181a4fc3cb5",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "empty", "type": "empty",
@ -119,19 +119,19 @@
}, },
"left-ribbon": { "left-ribbon": {
"hiddenItems": { "hiddenItems": {
"markdown-table-editor:Open Markdown Table Editor": false,
"switcher:Open quick switcher": false, "switcher:Open quick switcher": false,
"graph:Open graph view": false, "graph:Open graph view": false,
"canvas:Create new canvas": false, "canvas:Create new canvas": false,
"command-palette:Open command palette": false, "command-palette:Open command palette": false,
"markdown-importer:Open format converter": false, "markdown-importer:Open format converter": false,
"markdown-table-editor:Open Markdown Table Editor": false,
"templater-obsidian:Templater": false "templater-obsidian:Templater": false
} }
}, },
"active": "b80dbb8933d0b4b3", "active": "8b827181a4fc3cb5",
"lastOpenFiles": [ "lastOpenFiles": [
"KB/Linux/Server/Docker Volume Migration.md",
"KB/Linux/Server/PostgreSQL.md", "KB/Linux/Server/PostgreSQL.md",
"KB/Linux/Server/Docker Volume Migration.md",
"KB/Linux/Server/Domains.md", "KB/Linux/Server/Domains.md",
"KB/Linux/Server/DNS.md", "KB/Linux/Server/DNS.md",
"KB/Linux/Server/Bootstrap.md", "KB/Linux/Server/Bootstrap.md",