Obsidian:更新插件
This commit is contained in:
parent
7db573b022
commit
085102b93e
1
.obsidian/community-plugins.json
vendored
1
.obsidian/community-plugins.json
vendored
@ -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"
|
||||||
|
13570
.obsidian/plugins/obsidian-git/main.js
vendored
13570
.obsidian/plugins/obsidian-git/main.js
vendored
File diff suppressed because one or more lines are too long
3
.obsidian/plugins/obsidian-git/manifest.json
vendored
3
.obsidian/plugins/obsidian-git/manifest.json
vendored
@ -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"
|
||||||
}
|
}
|
||||||
|
37
.obsidian/plugins/obsidian-git/styles.css
vendored
37
.obsidian/plugins/obsidian-git/styles.css
vendored
@ -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 {
|
||||||
|
@ -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
|
||||||
}
|
}
|
@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"splitDirection": "vertical",
|
|
||||||
"nodeMinHeight": 16,
|
|
||||||
"lineHeight": "1em",
|
|
||||||
"spacingVertical": 5,
|
|
||||||
"spacingHorizontal": 80,
|
|
||||||
"paddingX": 8
|
|
||||||
}
|
|
32629
.obsidian/plugins/obsidian-mind-map/main.js
vendored
32629
.obsidian/plugins/obsidian-mind-map/main.js
vendored
File diff suppressed because one or more lines are too long
@ -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
@ -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
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user