From 45cc73bced360ce18e22ee3d138e6b8b1722eb17 Mon Sep 17 00:00:00 2001 From: akulij Date: Mon, 17 Nov 2025 08:25:08 +0700 Subject: [PATCH 1/2] vault backup: 2025-11-17 08:25:08 --- .obsidian/app.json | 3 +- .obsidian/appearance.json | 3 +- .obsidian/plugins/cmdr/data.json | 50 +++++++++++++++++-- .../plugins/obsidian-git/obsidian_askpass.sh | 0 .obsidian/workspace-mobile.json | 6 +-- 5 files changed, 52 insertions(+), 10 deletions(-) mode change 100755 => 100644 .obsidian/plugins/obsidian-git/obsidian_askpass.sh diff --git a/.obsidian/app.json b/.obsidian/app.json index 0281356..4728c5d 100644 --- a/.obsidian/app.json +++ b/.obsidian/app.json @@ -1,3 +1,4 @@ { - "vimMode": true + "vimMode": true, + "mobilePullAction": "command-palette:open" } \ No newline at end of file diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json index 82c7ea2..c9f829a 100644 --- a/.obsidian/appearance.json +++ b/.obsidian/appearance.json @@ -1,3 +1,4 @@ { - "cssTheme": "Material 3" + "cssTheme": "Material Flat", + "showViewHeader": true } \ No newline at end of file diff --git a/.obsidian/plugins/cmdr/data.json b/.obsidian/plugins/cmdr/data.json index e8d5ed7..8bcfde6 100644 --- a/.obsidian/plugins/cmdr/data.json +++ b/.obsidian/plugins/cmdr/data.json @@ -2,15 +2,55 @@ "confirmDeletion": true, "showAddCommand": true, "debug": false, - "editorMenu": [], - "fileMenu": [], + "editorMenu": [ + { + "id": "app:open-settings", + "icon": "lucide-settings", + "name": "Open settings", + "mode": "any" + } + ], + "fileMenu": [ + { + "id": "app:open-settings", + "icon": "lucide-settings", + "name": "Open settings", + "mode": "any" + } + ], "leftRibbon": [], "rightRibbon": [], "titleBar": [], - "statusBar": [], + "statusBar": [ + { + "id": "app:open-settings", + "icon": "lucide-settings", + "name": "Open settings", + "mode": "any" + } + ], "pageHeader": [], - "macros": [], - "explorer": [], + "macros": [ + { + "macro": [ + { + "action": 0, + "commandId": "app:open-settings" + } + ], + "name": "Macro Namex", + "icon": "star", + "startup": false + } + ], + "explorer": [ + { + "id": "app:open-settings", + "icon": "lucide-settings", + "name": "Open settings", + "mode": "any" + } + ], "hide": { "statusbar": [], "leftRibbon": [] diff --git a/.obsidian/plugins/obsidian-git/obsidian_askpass.sh b/.obsidian/plugins/obsidian-git/obsidian_askpass.sh old mode 100755 new mode 100644 diff --git a/.obsidian/workspace-mobile.json b/.obsidian/workspace-mobile.json index b36df0c..47a07b8 100644 --- a/.obsidian/workspace-mobile.json +++ b/.obsidian/workspace-mobile.json @@ -27,12 +27,12 @@ "state": { "type": "markdown", "state": { - "file": "4.2/1.md", + "file": "4.2/2.md", "mode": "source", "source": false }, "icon": "lucide-file", - "title": "1" + "title": "2" } } ], @@ -171,10 +171,10 @@ }, "active": "b03817930b35b23c", "lastOpenFiles": [ + "4.2/1.md", "4.2/2.md", "4.2/3.md", "Untitled.md", - "4.2/1.md", "/4.2/3.md", "/4.2", "conflict-files-obsidian-git.md" From 3e3f25613bba5e2326e4877ce9eac1230ba9b1a4 Mon Sep 17 00:00:00 2001 From: akulij Date: Mon, 17 Nov 2025 08:32:42 +0700 Subject: [PATCH 2/2] vault backup: 2025-11-17 08:32:42 --- .obsidian/app.json | 26 ++++++++++++++++- .obsidian/community-plugins.json | 3 +- .obsidian/plugins/cmdr/data.json | 50 ++++---------------------------- .obsidian/workspace-mobile.json | 12 +++++++- 4 files changed, 42 insertions(+), 49 deletions(-) diff --git a/.obsidian/app.json b/.obsidian/app.json index 4728c5d..d2c5204 100644 --- a/.obsidian/app.json +++ b/.obsidian/app.json @@ -1,4 +1,28 @@ { "vimMode": true, - "mobilePullAction": "command-palette:open" + "mobilePullAction": "command-palette:open", + "mobileToolbarCommands": [ + "editor:insert-wikilink", + "editor:insert-embed", + "editor:insert-tag", + "editor:attach-file", + "editor:set-heading", + "editor:toggle-bold", + "editor:toggle-italics", + "editor:toggle-strikethrough", + "editor:toggle-highlight", + "editor:toggle-code", + "editor:toggle-blockquote", + "editor:insert-link", + "editor:toggle-bullet-list", + "editor:toggle-numbered-list", + "editor:toggle-checklist-status", + "editor:indent-list", + "editor:unindent-list", + "editor:undo", + "editor:redo", + "editor:configure-toolbar", + "app:open-settings", + "cmdr:open-commander-settings" + ] } \ No newline at end of file diff --git a/.obsidian/community-plugins.json b/.obsidian/community-plugins.json index 2179c44..d3f66fa 100644 --- a/.obsidian/community-plugins.json +++ b/.obsidian/community-plugins.json @@ -1,4 +1,3 @@ [ - "obsidian-git", - "cmdr" + "obsidian-git" ] \ No newline at end of file diff --git a/.obsidian/plugins/cmdr/data.json b/.obsidian/plugins/cmdr/data.json index 8bcfde6..e8d5ed7 100644 --- a/.obsidian/plugins/cmdr/data.json +++ b/.obsidian/plugins/cmdr/data.json @@ -2,55 +2,15 @@ "confirmDeletion": true, "showAddCommand": true, "debug": false, - "editorMenu": [ - { - "id": "app:open-settings", - "icon": "lucide-settings", - "name": "Open settings", - "mode": "any" - } - ], - "fileMenu": [ - { - "id": "app:open-settings", - "icon": "lucide-settings", - "name": "Open settings", - "mode": "any" - } - ], + "editorMenu": [], + "fileMenu": [], "leftRibbon": [], "rightRibbon": [], "titleBar": [], - "statusBar": [ - { - "id": "app:open-settings", - "icon": "lucide-settings", - "name": "Open settings", - "mode": "any" - } - ], + "statusBar": [], "pageHeader": [], - "macros": [ - { - "macro": [ - { - "action": 0, - "commandId": "app:open-settings" - } - ], - "name": "Macro Namex", - "icon": "star", - "startup": false - } - ], - "explorer": [ - { - "id": "app:open-settings", - "icon": "lucide-settings", - "name": "Open settings", - "mode": "any" - } - ], + "macros": [], + "explorer": [], "hide": { "statusbar": [], "leftRibbon": [] diff --git a/.obsidian/workspace-mobile.json b/.obsidian/workspace-mobile.json index 47a07b8..a08f85d 100644 --- a/.obsidian/workspace-mobile.json +++ b/.obsidian/workspace-mobile.json @@ -154,9 +154,19 @@ "icon": "lucide-list", "title": "Outline" } + }, + { + "id": "81af349cea453064", + "type": "leaf", + "state": { + "type": "git-view", + "state": {}, + "icon": "git-pull-request", + "title": "Source Control" + } } ], - "currentTab": 0 + "currentTab": 3 }, "left-ribbon": { "hiddenItems": {