Update plugins, hotkeys, and ignore graph.json changes

This commit is contained in:
2026-07-10 19:28:37 -04:00
parent b7ea641655
commit 8cc91212e3
3 changed files with 23 additions and 21 deletions

4
.gitignore vendored
View File

@@ -1,4 +1,6 @@
workspace.json
workspace-mobile.json
workspaces.json
.DS_Store
.DS_Store
graph.json

View File

@@ -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,

View File

@@ -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"
}
]
}