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
|
||||
workspaces.json
|
||||
.DS_Store
|
||||
graph.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,
|
||||
|
||||
36
hotkeys.json
36
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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user