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/app.json b/app.json index e43e844..e0a6a0b 100644 --- a/app.json +++ b/app.json @@ -10,14 +10,14 @@ "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", "editor:indent-list", "editor:unindent-list", + "editor:insert-footnote", "editor:configure-toolbar" ], "promptDelete": true, 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 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" }