[obsidian] vault backup: 2025-10-29 21:59:52[
All checks were successful
Build / build (push) Successful in 5m18s
All checks were successful
Build / build (push) Successful in 5m18s
This commit is contained in:
14
content/.obsidian/community-plugins.json
vendored
14
content/.obsidian/community-plugins.json
vendored
@@ -1,15 +1,3 @@
|
||||
[
|
||||
"templater-obsidian",
|
||||
"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"
|
||||
"obsidian-git"
|
||||
]
|
||||
418
content/.obsidian/plugins/obsidian-git/main.js
vendored
418
content/.obsidian/plugins/obsidian-git/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -6,5 +6,5 @@
|
||||
"description": "Integrate Git version control with automatic backup and other advanced features.",
|
||||
"isDesktopOnly": false,
|
||||
"fundingUrl": "https://ko-fi.com/vinzent",
|
||||
"version": "2.33.0"
|
||||
"version": "2.35.1"
|
||||
}
|
||||
|
||||
@@ -14,11 +14,19 @@
|
||||
}
|
||||
|
||||
.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 {
|
||||
padding: 0;
|
||||
padding-left: 0;
|
||||
padding-top: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.loading {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.loading > svg {
|
||||
@@ -55,6 +63,15 @@
|
||||
.tooltip.mod-right {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
/* Limits the scrollbar to the view body */
|
||||
.git-view {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.git-tools {
|
||||
display: flex;
|
||||
margin-left: auto;
|
||||
@@ -81,6 +98,21 @@
|
||||
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 > * {
|
||||
color: var(--nav-item-color-active);
|
||||
}
|
||||
@@ -575,14 +607,6 @@
|
||||
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 {
|
||||
-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>');
|
||||
}
|
||||
|
||||
@@ -51,4 +51,5 @@ obsidian-gitのプラグインには、バックアップの作成時にsubmodul
|
||||
|
||||
`quartz/components/ContentMeta.tsx`をいじってcreated date, modified dateに加えて、git historyへのURLを追加する!この辺はQuartzのDiscordに書いてあったものを参考にしたので割愛
|
||||
|
||||
テスト
|
||||
|
||||
[[Quartzにもテロメア(Line Authoring)をできるようにする]]
|
||||
3
content/Quartzにもテロメア(Line Authoring)をできるようにする.md
Normal file
3
content/Quartzにもテロメア(Line Authoring)をできるようにする.md
Normal file
@@ -0,0 +1,3 @@
|
||||
#quartz #software
|
||||
|
||||
[[テロメア]]をObsidian-gitで
|
||||
Reference in New Issue
Block a user