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",
|
||||
"obsidian-hider",
|
||||
"templater-obsidian",
|
||||
"obsidian-mind-map",
|
||||
"periodic-notes",
|
||||
"obsidian-git",
|
||||
"obsidian-minimal-settings"
|
||||
|
10628
.obsidian/plugins/obsidian-git/main.js
vendored
10628
.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",
|
||||
"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"
|
||||
}
|
||||
|
37
.obsidian/plugins/obsidian-git/styles.css
vendored
37
.obsidian/plugins/obsidian-git/styles.css
vendored
@ -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 {
|
||||
|
@ -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
|
||||
}
|
@ -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",
|
||||
"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
|
||||
}
|
Loading…
Reference in New Issue
Block a user