diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index 29929d736..c77af8cef 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -882,4 +882,15 @@ div[data-notify="container"] { #options-dialog input[type=number] { text-align: right; +} + +.help-cards ul { + padding-left: 20px; +} + +.help-cards kbd { + color: var(--main-text-color); + background-color: var(--accented-background-color); + border: 1px solid var(--main-border-color); + padding: 2px; } \ No newline at end of file diff --git a/src/views/dialogs/help.ejs b/src/views/dialogs/help.ejs index a9766545d..72e6983a3 100644 --- a/src/views/dialogs/help.ejs +++ b/src/views/dialogs/help.ejs @@ -1,6 +1,6 @@
UP, DOWN - go up/down in the list of notes, CTRL-SHIFT-UP and CTRL-SHIFT-DOWN work also from editorLEFT, RIGHT - collapse/expand nodeALT+LEFT, ALT+RIGHT - go back / forwards in the historyCTRL+J - show [["Jump to" dialog|Note navigation#jump-to-note]]CTRL+. - scroll to current note (useful when you scroll away from your note or your focus is currently in the editor)BACKSPACE - jumps to parent noteALT+C - collapse whole note treeALT+- (alt with minus sign) - collapse sub-tree (if some subtree takes too much space on tree pane you can collapse it)+
See demo of some of these features in [[note navigation|Note navigation]].
++
CTRL+O - creates new note after the current noteCTRL+P - creates new sub-note into current noteF2 - edit [[prefix|Tree concepts#prefix]] of current note clone+
CTRL+UP, CTRL+DOWN - move note up/down in the note listCTRL+LEFT - move note up in the note treeCTRL+RIGHT - move note down in the note treeSHIFT+UP, SHIFT+DOWN - multi-select note above/belowCTRL+A - select all notes in the current levelCTRL+click - multi select note which you clicked on CTRL+C - copies current note (or current selection) into clipboard (used for [[cloning|Cloning notes]])CTRL+X - cuts current (or current selection) note into clipboard (used for moving notes)CTRL+V - pastes note(s) as sub-note into current note (which is either move or clone depending on whether it was copied or cut into clipboard)DEL - delete note / sub-tree+
ENTER in tree pane switches from tree pane into note title. Enter from note title switches focus to text editor. CTRL+. switches back from editor to tree pane.CTRL+K - create / edit [[external link|Links]]CTRL+L - create [[internal (note) link|Links]]ALT+T - inserts current date and time at caret positionCTRL+. - jump away from the editor to tree pane and scroll to current note+
These are hooked in Electron to be similar to native browser keyboard shortcuts.
+F5, CTRL-R - reloads trilium frontendCTRL+SHIFT+I - show developer toolsCTRL+F - show search dialog+
ALT+O - show SQL console (use only if you know what you're doing)ALT+M - distraction-free mode - display only note editor, everything else is hiddenCTRL+S - toggle [[search]] form in tree paneALT+A - show note [[attributes]] dialog+