[obsidian] vault backup: 2024-08-04 10:59:39[

This commit is contained in:
2024-08-04 10:59:39 +09:00
parent 482ee07fb9
commit 6e48832ea4
12 changed files with 1540 additions and 5256 deletions

View File

@ -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"
]

File diff suppressed because one or more lines are too long

View File

@ -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"
}

View File

@ -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