vault backup: 2026-05-27 15:20:56

This commit is contained in:
Thomas Peetz
2026-05-27 15:20:56 +02:00
parent 5476eca7bf
commit ca323718a7
19 changed files with 1835 additions and 582 deletions
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -1,8 +1,8 @@
{
"id": "templater-obsidian",
"name": "Templater",
"version": "2.20.3",
"description": "Create and use templates",
"version": "2.20.5",
"description": "Advanced templating and automation using handlebars-like syntax.",
"minAppVersion": "1.12.2",
"author": "SilentVoid",
"authorUrl": "https://github.com/SilentVoid13",
+1 -1
View File
@@ -221,6 +221,6 @@ textarea.templater-prompt-input:focus {
}
li.CodeMirror-hint-active {
background: #08f;
background: #0088ff;
color: white;
}