vault backup: 2026-05-06 16:27:05

This commit is contained in:
2026-05-06 16:27:05 +08:00
parent 28705f86e8
commit 052d45104e
10 changed files with 1368 additions and 80508 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,11 +1,17 @@
{
"id": "templater-obsidian",
"name": "Templater",
"version": "2.2.3",
"version": "2.20.2",
"description": "Create and use templates",
"minAppVersion": "1.5.0",
"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
}

View File

@@ -54,7 +54,8 @@
justify-content: center;
}
.templater-prompt-div {
.templater-prompt-div,
.templater-multisuggester-div {
display: flex;
}
@@ -63,7 +64,8 @@
flex-grow: 1;
}
.templater-prompt-input {
.templater-prompt-input,
.templater-multisuggester-input {
flex-grow: 1;
}
@@ -82,6 +84,10 @@ textarea.templater-prompt-input:focus {
border-color: var(--interactive-accent);
}
.templater-multisuggester-list {
margin: 1.5em 0;
}
.cm-s-obsidian .templater-command-bg {
left: 0px;
right: 0px;