1
0
Fork 0

Manual backup: 2022-12-22 17:21:07

This commit is contained in:
Alexander Schäferdiek 2022-12-22 17:21:07 +01:00
parent 0bbac22bde
commit 1302a50ec5
5 changed files with 1368 additions and 1423 deletions

File diff suppressed because it is too large Load diff

View file

@ -3,6 +3,7 @@
"name": "Obsidian Git",
"description": "Backup your vault with Git.",
"isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/vinzent",
"js": "main.js",
"version": "2.9.4"
"version": "2.14.0"
}

File diff suppressed because one or more lines are too long

View file

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

View file

@ -24,6 +24,10 @@
align-self: center;
}
.templater_donating {
margin: 10px;
}
.templater_title {
margin: 0;
padding: 0;
@ -110,10 +114,6 @@ textarea.templater-prompt-input:focus {
color: #c0d700;
}
.cm-s-obsidian .cm-templater-command.cm-templater-raw-tag {
color: green;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-keyword {
color: #00a7aa;
font-weight: normal;