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",
"obsidian-hider",
"templater-obsidian",
"obsidian-mind-map",
"periodic-notes",
"obsidian-git",
"obsidian-minimal-settings"

File diff suppressed because one or more lines are too long

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.12.1"
"version": "2.19.0"
}

View File

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

View File

@ -1,10 +1,11 @@
{
"id": "obsidian-hider",
"name": "Hider",
"version": "1.2.3",
"version": "1.2.4",
"minAppVersion": "0.16.0",
"description": "Hide UI elements such as tooltips, status, titlebar and more",
"author": "@kepano",
"authorUrl": "https://www.twitter.com/kepano",
"fundingUrl": "https://www.buymeacoffee.com/kepano",
"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",
"name": "Minimal Theme Settings",
"version": "6.1.0",
"version": "6.3.1",
"minAppVersion": "0.16.0",
"description": "Change the colors, fonts and features of Minimal Theme.",
"author": "@kepano",
"authorUrl": "https://www.twitter.com/kepano",
"fundingUrl": "https://www.buymeacoffee.com/kepano",
"isDesktopOnly": false
}