Update plugins, hotkeys, and ignore graph.json changes
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -2,3 +2,5 @@ workspace.json
|
|||||||
workspace-mobile.json
|
workspace-mobile.json
|
||||||
workspaces.json
|
workspaces.json
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
graph.json
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"backlink": true,
|
"backlink": true,
|
||||||
"canvas": true,
|
"canvas": true,
|
||||||
"outgoing-link": true,
|
"outgoing-link": true,
|
||||||
"tag-pane": true,
|
"tag-pane": false,
|
||||||
"footnotes": false,
|
"footnotes": false,
|
||||||
"properties": false,
|
"properties": false,
|
||||||
"page-preview": true,
|
"page-preview": true,
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
"markdown-importer": false,
|
"markdown-importer": false,
|
||||||
"zk-prefixer": false,
|
"zk-prefixer": false,
|
||||||
"random-note": false,
|
"random-note": false,
|
||||||
"outline": true,
|
"outline": false,
|
||||||
"word-count": true,
|
"word-count": true,
|
||||||
"slides": false,
|
"slides": false,
|
||||||
"audio-recorder": false,
|
"audio-recorder": false,
|
||||||
|
|||||||
36
hotkeys.json
36
hotkeys.json
@@ -84,24 +84,6 @@
|
|||||||
"key": "ArrowDown"
|
"key": "ArrowDown"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"tag-pane:open": [
|
|
||||||
{
|
|
||||||
"modifiers": [
|
|
||||||
"Mod",
|
|
||||||
"Shift"
|
|
||||||
],
|
|
||||||
"key": "G"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"outline:open": [
|
|
||||||
{
|
|
||||||
"modifiers": [
|
|
||||||
"Mod",
|
|
||||||
"Shift"
|
|
||||||
],
|
|
||||||
"key": "O"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"file-explorer:open": [
|
"file-explorer:open": [
|
||||||
{
|
{
|
||||||
"modifiers": [
|
"modifiers": [
|
||||||
@@ -370,5 +352,23 @@
|
|||||||
],
|
],
|
||||||
"key": "2"
|
"key": "2"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"backlink:open": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod",
|
||||||
|
"Shift"
|
||||||
|
],
|
||||||
|
"key": "B"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outgoing-links:open": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod",
|
||||||
|
"Shift"
|
||||||
|
],
|
||||||
|
"key": "O"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user