From 8cc91212e371634d9b1d93d02432eb08ab62bdcb Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Fri, 10 Jul 2026 19:28:37 -0400 Subject: [PATCH] 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