From b7ea641655254d8aa6971917ca6fcf2154b5fa7a Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Fri, 10 Jul 2026 19:20:14 -0400 Subject: [PATCH 1/4] Update mobile toolbar --- app.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app.json b/app.json index 674add0..4da2c8a 100644 --- a/app.json +++ b/app.json @@ -10,9 +10,8 @@ "editor:swap-line-down", "editor:move-caret-up", "editor:move-caret-down", - "editor:move-caret-left", - "editor:move-caret-right", "editor:insert-wikilink", + "editor:insert-tag", "insert-current-date", "editor:toggle-checklist-status", "editor:toggle-bullet-list", From 8cc91212e371634d9b1d93d02432eb08ab62bdcb Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Fri, 10 Jul 2026 19:28:37 -0400 Subject: [PATCH 2/4] Update plugins, hotkeys, and ignore graph.json changes --- .gitignore | 4 +++- core-plugins.json | 4 ++-- hotkeys.json | 36 ++++++++++++++++++------------------ 3 files changed, 23 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index c227010..11ac278 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ workspace.json workspace-mobile.json workspaces.json -.DS_Store \ No newline at end of file +.DS_Store +graph.json + diff --git a/core-plugins.json b/core-plugins.json index be0aa38..337e499 100644 --- a/core-plugins.json +++ b/core-plugins.json @@ -6,7 +6,7 @@ "backlink": true, "canvas": true, "outgoing-link": true, - "tag-pane": true, + "tag-pane": false, "footnotes": false, "properties": false, "page-preview": true, @@ -20,7 +20,7 @@ "markdown-importer": false, "zk-prefixer": false, "random-note": false, - "outline": true, + "outline": false, "word-count": true, "slides": false, "audio-recorder": false, diff --git a/hotkeys.json b/hotkeys.json index b2b0387..4dbaa4b 100644 --- a/hotkeys.json +++ b/hotkeys.json @@ -84,24 +84,6 @@ "key": "ArrowDown" } ], - "tag-pane:open": [ - { - "modifiers": [ - "Mod", - "Shift" - ], - "key": "G" - } - ], - "outline:open": [ - { - "modifiers": [ - "Mod", - "Shift" - ], - "key": "O" - } - ], "file-explorer:open": [ { "modifiers": [ @@ -370,5 +352,23 @@ ], "key": "2" } + ], + "backlink:open": [ + { + "modifiers": [ + "Mod", + "Shift" + ], + "key": "B" + } + ], + "outgoing-links:open": [ + { + "modifiers": [ + "Mod", + "Shift" + ], + "key": "O" + } ] } \ No newline at end of file From c5373e8780bb00c5e8f9e970c3672043446c2725 Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Mon, 13 Jul 2026 10:48:39 -0400 Subject: [PATCH 3/4] Update mobile toolbar --- app.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app.json b/app.json index 4da2c8a..7155f01 100644 --- a/app.json +++ b/app.json @@ -17,6 +17,7 @@ "editor:toggle-bullet-list", "editor:indent-list", "editor:unindent-list", + "editor:insert-footnote", "editor:configure-toolbar" ], "promptDelete": true, From 1cd01a3beeec6b211d6375a6d2eab4ec5411681e Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Tue, 21 Jul 2026 17:15:43 -0400 Subject: [PATCH 4/4] Replace tabs with spaces --- plugins/obsidian-hider/manifest.json | 18 +++++++++--------- .../obsidian-minimal-settings/manifest.json | 18 +++++++++--------- themes/Minimal/manifest.json | 12 ++++++------ 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/plugins/obsidian-hider/manifest.json b/plugins/obsidian-hider/manifest.json index 3e0d6fa..a8bd773 100644 --- a/plugins/obsidian-hider/manifest.json +++ b/plugins/obsidian-hider/manifest.json @@ -1,11 +1,11 @@ { - "id": "obsidian-hider", - "name": "Hider", - "version": "1.6.2", - "minAppVersion": "1.11.1", - "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 + "id": "obsidian-hider", + "name": "Hider", + "version": "1.6.2", + "minAppVersion": "1.11.1", + "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 } diff --git a/plugins/obsidian-minimal-settings/manifest.json b/plugins/obsidian-minimal-settings/manifest.json index 32e6e7c..bd461d8 100644 --- a/plugins/obsidian-minimal-settings/manifest.json +++ b/plugins/obsidian-minimal-settings/manifest.json @@ -1,11 +1,11 @@ { - "id": "obsidian-minimal-settings", - "name": "Minimal Theme Settings", - "version": "8.2.3", - "minAppVersion": "1.11.1", - "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 + "id": "obsidian-minimal-settings", + "name": "Minimal Theme Settings", + "version": "8.2.3", + "minAppVersion": "1.11.1", + "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 } diff --git a/themes/Minimal/manifest.json b/themes/Minimal/manifest.json index e725aa5..ab7e47b 100644 --- a/themes/Minimal/manifest.json +++ b/themes/Minimal/manifest.json @@ -1,8 +1,8 @@ { - "name": "Minimal", - "version": "8.2.1", - "minAppVersion": "1.9.0", - "author": "@kepano", - "authorUrl": "https://twitter.com/kepano", - "fundingUrl": "https://www.buymeacoffee.com/kepano" + "name": "Minimal", + "version": "8.2.1", + "minAppVersion": "1.9.0", + "author": "@kepano", + "authorUrl": "https://twitter.com/kepano", + "fundingUrl": "https://www.buymeacoffee.com/kepano" }