Manual backup: 2022-12-22 17:21:07
This commit is contained in:
parent
0bbac22bde
commit
1302a50ec5
5 changed files with 1368 additions and 1423 deletions
578
.obsidian/plugins/obsidian-git/main.js
vendored
578
.obsidian/plugins/obsidian-git/main.js
vendored
File diff suppressed because it is too large
Load diff
3
.obsidian/plugins/obsidian-git/manifest.json
vendored
3
.obsidian/plugins/obsidian-git/manifest.json
vendored
|
@ -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"
|
||||
}
|
||||
|
|
1470
.obsidian/plugins/templater-obsidian/main.js
vendored
1470
.obsidian/plugins/templater-obsidian/main.js
vendored
File diff suppressed because one or more lines are too long
|
@ -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",
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue