Skip to content

Commit a4ddfc7

Browse files
committed
vault backup: 2025-09-01 10:57:24
Affected files: .obsidian/plugins/obsidian-advanced-uri/main.js .obsidian/plugins/obsidian-advanced-uri/manifest.json .obsidian/plugins/obsidian-git/main.js .obsidian/plugins/obsidian-git/manifest.json .obsidian/plugins/obsidian-git/styles.css .obsidian/workspace.json
1 parent 6d0e6f5 commit a4ddfc7

File tree

6 files changed

+262
-245
lines changed

6 files changed

+262
-245
lines changed

.obsidian/plugins/obsidian-advanced-uri/main.js

Lines changed: 16 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.obsidian/plugins/obsidian-advanced-uri/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"isDesktopOnly": false,
66
"js": "main.js",
77
"fundingUrl": "https://ko-fi.com/vinzent",
8-
"version": "1.44.3",
8+
"version": "1.46.0",
99
"author": "Vinzent",
1010
"authorUrl": "https://github.com/Vinzent03"
1111
}

.obsidian/plugins/obsidian-git/main.js

Lines changed: 213 additions & 205 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.obsidian/plugins/obsidian-git/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"description": "Integrate Git version control with automatic backup and other advanced features.",
77
"isDesktopOnly": false,
88
"fundingUrl": "https://ko-fi.com/vinzent",
9-
"version": "2.34.0"
9+
"version": "2.35.0"
1010
}

.obsidian/plugins/obsidian-git/styles.css

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,15 @@
5555
.tooltip.mod-right {
5656
overflow-wrap: break-word;
5757
}
58+
59+
/* Limits the scrollbar to the view body */
60+
.git-view {
61+
display: flex;
62+
flex-direction: column;
63+
position: relative;
64+
height: 100%;
65+
}
66+
5867
.git-tools {
5968
display: flex;
6069
margin-left: auto;
@@ -81,6 +90,21 @@
8190
height: auto;
8291
}
8392

93+
.workspace-leaf-content[data-type="git-view"] .tree-item-self,
94+
.workspace-leaf-content[data-type="git-history-view"] .tree-item-self {
95+
align-items: center;
96+
}
97+
98+
.workspace-leaf-content[data-type="git-view"]
99+
.tree-item-self:hover
100+
.clickable-icon,
101+
.workspace-leaf-content[data-type="git-history-view"]
102+
.tree-item-self:hover
103+
.clickable-icon {
104+
color: var(--icon-color-hover);
105+
}
106+
107+
/* Highlight an item as active if it's diff is currently opened */
84108
.is-active .git-tools .buttons > * {
85109
color: var(--nav-item-color-active);
86110
}
@@ -575,14 +599,6 @@
575599
background-color: #22bb2230;
576600
}
577601

578-
/* Limits the scrollbar to the view body */
579-
.git-view {
580-
display: flex;
581-
flex-direction: column;
582-
position: relative;
583-
height: 100%;
584-
}
585-
586602
.git-obscure-prompt[git-is-obscured="true"] #git-show-password:after {
587603
-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>');
588604
}

.obsidian/workspace.json

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,17 @@
44
"type": "split",
55
"children": [
66
{
7-
"id": "63eaa8d2eb4e6a5b",
7+
"id": "cefc7f05cc9e06f9",
88
"type": "tabs",
99
"children": [
1010
{
11-
"id": "8348e79006ab5d80",
11+
"id": "fe8efd2ea200186d",
1212
"type": "leaf",
1313
"state": {
14-
"type": "markdown",
15-
"state": {
16-
"file": "fleeting-notes/2025-09-01.md",
17-
"mode": "source",
18-
"source": false
19-
},
14+
"type": "empty",
15+
"state": {},
2016
"icon": "lucide-file",
21-
"title": "2025-09-01"
17+
"title": "New tab"
2218
}
2319
}
2420
]
@@ -173,11 +169,11 @@
173169
"obsidian-kanban:Create new board": false
174170
}
175171
},
176-
"active": "8348e79006ab5d80",
172+
"active": "fe8efd2ea200186d",
177173
"lastOpenFiles": [
178-
"conflict-files-obsidian-git.md",
179174
"fleeting-notes/2025-09-01.md",
180175
"fleeting-notes/2025-08-30.md",
176+
"conflict-files-obsidian-git.md",
181177
"fleeting-notes/2025-08-27.md",
182178
"permanent-notes/whats-installed-on-my-macbook.md",
183179
"permanent-notes/media-server.md",

0 commit comments

Comments
 (0)