[obsidian] vault backup: 2024-08-04 10:59:39[
This commit is contained in:
6
content/.obsidian/community-plugins.json
vendored
6
content/.obsidian/community-plugins.json
vendored
@ -1,11 +1,9 @@
|
||||
[
|
||||
"obsidian-zotero-desktop-connector",
|
||||
"2hop-links-plus",
|
||||
"obsidian-auto-link-title",
|
||||
"obsidian-pandoc-reference-list",
|
||||
"templater-obsidian",
|
||||
"better-word-count",
|
||||
"obsidian-local-rest-api",
|
||||
"obsidian-excalidraw-plugin",
|
||||
"obsidian-git"
|
||||
"obsidian-git",
|
||||
"obsidian-auto-link-title"
|
||||
]
|
3487
content/.obsidian/plugins/obsidian-git/main.js
vendored
3487
content/.obsidian/plugins/obsidian-git/main.js
vendored
File diff suppressed because one or more lines are too long
@ -1,9 +1,10 @@
|
||||
{
|
||||
"author": "Vinzent",
|
||||
"authorUrl": "https://github.com/Vinzent03",
|
||||
"id": "obsidian-git",
|
||||
"name": "Git",
|
||||
"description": "Backup your vault with Git.",
|
||||
"description": "Integrate Git version control with automatic backup and other advanced features.",
|
||||
"isDesktopOnly": false,
|
||||
"fundingUrl": "https://ko-fi.com/vinzent",
|
||||
"js": "main.js",
|
||||
"version": "2.24.3"
|
||||
"version": "2.25.0"
|
||||
}
|
||||
|
@ -77,6 +77,10 @@
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.is-active .git-tools .buttons > * {
|
||||
color: var(--nav-item-color-active);
|
||||
}
|
||||
|
||||
.git-author {
|
||||
color: var(--text-accent);
|
||||
}
|
||||
@ -550,7 +554,7 @@
|
||||
white-space: pre; /* Keep spaces and do not collapse them. */
|
||||
}
|
||||
|
||||
@media(max-width:800px){
|
||||
@media (max-width: 800px) {
|
||||
/* hide git blame gutter not to superpose text */
|
||||
.cm-gutterElement.obs-git-blame-gutter {
|
||||
display: none;
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user