Add shortcut for seeing whiteboards and minor fixes

See #6812 for the catch and we should be using our util fns
for ref chars
This commit is contained in:
Gabriel Horner
2022-09-24 00:44:29 -04:00
parent 3cf0f46de6
commit 639001971d
4 changed files with 13 additions and 5 deletions

View File

@@ -333,6 +333,9 @@
:go/all-graphs {:binding "g shift+g"
:fn route-handler/redirect-to-all-graphs}
:go/whiteboards {:binding "g w"
:fn route-handler/redirect-to-whiteboard-dashboard!}
:go/keyboard-shortcuts {:binding "g s"
:fn #(route-handler/redirect! {:to :shortcut-setting})}
@@ -542,6 +545,7 @@
:go/flashcards
:go/graph-view
:go/all-graphs
:go/whiteboards
:go/keyboard-shortcuts
:go/tomorrow
:go/next-journal
@@ -609,6 +613,7 @@
:go/all-pages
:go/graph-view
:go/all-graphs
:go/whiteboards
:go/flashcards
:go/tomorrow
:go/next-journal