[obsidian] vault backup: 2025-10-29 21:59:52[
All checks were successful
Build / build (push) Successful in 5m18s

This commit is contained in:
2025-10-29 21:59:52 -04:00
parent 04ab16ea87
commit c09ba760f2
6 changed files with 254 additions and 230 deletions

View File

@@ -1,15 +1,3 @@
[ [
"templater-obsidian", "obsidian-git"
"better-word-count",
"obsidian-excalidraw-plugin",
"obsidian-git",
"obsidian-auto-link-title",
"2hop-links-plus",
"obsidian-focus-mode",
"obsidian-zotero-desktop-connector",
"obsidian-outliner",
"obsidian-local-rest-api",
"mcp-tools",
"obsidian-pandoc-reference-list",
"smart-connections"
] ]

File diff suppressed because one or more lines are too long

View File

@@ -6,5 +6,5 @@
"description": "Integrate Git version control with automatic backup and other advanced features.", "description": "Integrate Git version control with automatic backup and other advanced features.",
"isDesktopOnly": false, "isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/vinzent", "fundingUrl": "https://ko-fi.com/vinzent",
"version": "2.33.0" "version": "2.35.1"
} }

View File

@@ -14,11 +14,19 @@
} }
.workspace-leaf-content[data-type="git-view"] .view-content { .workspace-leaf-content[data-type="git-view"] .view-content {
padding: 0; padding-left: 0;
padding-top: 0;
padding-right: 0;
} }
.workspace-leaf-content[data-type="git-history-view"] .view-content { .workspace-leaf-content[data-type="git-history-view"] .view-content {
padding: 0; padding-left: 0;
padding-top: 0;
padding-right: 0;
}
.loading {
overflow: hidden;
} }
.loading > svg { .loading > svg {
@@ -55,6 +63,15 @@
.tooltip.mod-right { .tooltip.mod-right {
overflow-wrap: break-word; overflow-wrap: break-word;
} }
/* Limits the scrollbar to the view body */
.git-view {
display: flex;
flex-direction: column;
position: relative;
height: 100%;
}
.git-tools { .git-tools {
display: flex; display: flex;
margin-left: auto; margin-left: auto;
@@ -81,6 +98,21 @@
height: auto; height: auto;
} }
.workspace-leaf-content[data-type="git-view"] .tree-item-self,
.workspace-leaf-content[data-type="git-history-view"] .tree-item-self {
align-items: center;
}
.workspace-leaf-content[data-type="git-view"]
.tree-item-self:hover
.clickable-icon,
.workspace-leaf-content[data-type="git-history-view"]
.tree-item-self:hover
.clickable-icon {
color: var(--icon-color-hover);
}
/* Highlight an item as active if it's diff is currently opened */
.is-active .git-tools .buttons > * { .is-active .git-tools .buttons > * {
color: var(--nav-item-color-active); color: var(--nav-item-color-active);
} }
@@ -575,14 +607,6 @@
background-color: #22bb2230; background-color: #22bb2230;
} }
/* Limits the scrollbar to the view body */
.git-view {
display: flex;
flex-direction: column;
position: relative;
height: 100%;
}
.git-obscure-prompt[git-is-obscured="true"] #git-show-password:after { .git-obscure-prompt[git-is-obscured="true"] #git-show-password:after {
-webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-eye"><path d="M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"></path><circle cx="12" cy="12" r="3"></circle></svg>'); -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-eye"><path d="M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"></path><circle cx="12" cy="12" r="3"></circle></svg>');
} }

View File

@@ -51,4 +51,5 @@ obsidian-gitのプラグインには、バックアップの作成時にsubmodul
`quartz/components/ContentMeta.tsx`をいじってcreated date, modified dateに加えて、git historyへのURLを追加するこの辺はQuartzのDiscordに書いてあったものを参考にしたので割愛 `quartz/components/ContentMeta.tsx`をいじってcreated date, modified dateに加えて、git historyへのURLを追加するこの辺はQuartzのDiscordに書いてあったものを参考にしたので割愛
テスト
[[Quartzにもテロメア(Line Authoring)をできるようにする]]

View File

@@ -0,0 +1,3 @@
#quartz #software
[[テロメア]]をObsidian-gitで