1
0

Obsidian:更新插件

This commit is contained in:
周中平 2023-04-03 17:07:58 +08:00
parent 7db573b022
commit 085102b93e
No known key found for this signature in database
GPG Key ID: B1DF9DD42D8E00DC
10 changed files with 9787 additions and 36525 deletions

View File

@ -2,7 +2,6 @@
"calendar", "calendar",
"obsidian-hider", "obsidian-hider",
"templater-obsidian", "templater-obsidian",
"obsidian-mind-map",
"periodic-notes", "periodic-notes",
"obsidian-git", "obsidian-git",
"obsidian-minimal-settings" "obsidian-minimal-settings"

File diff suppressed because one or more lines are too long

View File

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

View File

@ -12,6 +12,10 @@
padding: 0; padding: 0;
} }
.workspace-leaf-content[data-type='git-history-view'] .view-content {
padding: 0;
}
.loading>svg { .loading>svg {
animation: 2s linear infinite loading; animation: 2s linear infinite loading;
transform-origin: 50% 50%; transform-origin: 50% 50%;
@ -42,21 +46,28 @@
.tooltip.mod-right { .tooltip.mod-right {
overflow-wrap: break-word; overflow-wrap: break-word;
} }
.git-tools {
.obsidian-git-shortcuts {
margin: 10px;
}
.diff-err {
height: 100%;
display: flex; display: flex;
justify-content: center; margin-left: auto;
flex-direction: column;
align-items: center;
} }
.git-tools .type {
.diff-err-sign { padding-left: var(--size-2-1);
font-size: 2em; display: flex;
align-items: center;
justify-content: center;
}
.git-tools .type[data-type="M"] {
color: orange;
}
.git-tools .type[data-type="D"] {
color: red;
}
.git-tools .buttons {
display: flex;
}
.git-tools .buttons > * {
padding: 0 0;
height: auto;
} }
.workspace-leaf-content[data-type="diff-view"] .d2h-d-none { .workspace-leaf-content[data-type="diff-view"] .d2h-d-none {

View File

@ -1,10 +1,11 @@
{ {
"id": "obsidian-hider", "id": "obsidian-hider",
"name": "Hider", "name": "Hider",
"version": "1.2.3", "version": "1.2.4",
"minAppVersion": "0.16.0", "minAppVersion": "0.16.0",
"description": "Hide UI elements such as tooltips, status, titlebar and more", "description": "Hide UI elements such as tooltips, status, titlebar and more",
"author": "@kepano", "author": "@kepano",
"authorUrl": "https://www.twitter.com/kepano", "authorUrl": "https://www.twitter.com/kepano",
"fundingUrl": "https://www.buymeacoffee.com/kepano",
"isDesktopOnly": false "isDesktopOnly": false
} }

View File

@ -1,8 +0,0 @@
{
"splitDirection": "vertical",
"nodeMinHeight": 16,
"lineHeight": "1em",
"spacingVertical": 5,
"spacingHorizontal": 80,
"paddingX": 8
}

File diff suppressed because one or more lines are too long

View File

@ -1,8 +0,0 @@
{
"id": "obsidian-mind-map",
"name": "Mind Map",
"version": "1.1.0",
"description": "A plugin to preview notes as Markmap mind maps",
"isDesktopOnly": false,
"js": "main.js"
}

File diff suppressed because one or more lines are too long

View File

@ -1,10 +1,11 @@
{ {
"id": "obsidian-minimal-settings", "id": "obsidian-minimal-settings",
"name": "Minimal Theme Settings", "name": "Minimal Theme Settings",
"version": "6.1.0", "version": "6.3.1",
"minAppVersion": "0.16.0", "minAppVersion": "0.16.0",
"description": "Change the colors, fonts and features of Minimal Theme.", "description": "Change the colors, fonts and features of Minimal Theme.",
"author": "@kepano", "author": "@kepano",
"authorUrl": "https://www.twitter.com/kepano", "authorUrl": "https://www.twitter.com/kepano",
"fundingUrl": "https://www.buymeacoffee.com/kepano",
"isDesktopOnly": false "isDesktopOnly": false
} }