vault backup: 2026-05-12 17:00:33

This commit is contained in:
2026-05-12 17:00:33 -04:00
parent 064deed369
commit ac4c1ef230
49 changed files with 10941 additions and 7279 deletions
File diff suppressed because one or more lines are too long
+8 -2
View File
@@ -1,11 +1,17 @@
{
"id": "templater-obsidian",
"name": "Templater",
"version": "2.20.0",
"description": "Create and use templates",
"version": "2.20.4",
"description": "Advanced templating and automation using handlebars-like syntax.",
"minAppVersion": "1.12.2",
"author": "SilentVoid",
"authorUrl": "https://github.com/SilentVoid13",
"fundingUrl": {
"GitHub Sponser (Zachatoo, maintainer)": "https://github.com/sponsors/Zachatoo",
"Ko-fi (Zachatoo, maintainer)": "https://ko-fi.com/zachatoo",
"GitHub Sponser (SilentVoid13, creator)": "https://github.com/sponsors/SilentVoid13",
"Paypal (SilentVoid13, creator)": "https://www.paypal.com/donate?hosted_button_id=U2SRGAFYXT32Q"
},
"helpUrl": "https://silentvoid13.github.io/Templater/",
"isDesktopOnly": false
}
+1 -1
View File
@@ -221,6 +221,6 @@ textarea.templater-prompt-input:focus {
}
li.CodeMirror-hint-active {
background: #08f;
background: #0088ff;
color: white;
}