diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Keyboard Shortcuts.html b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Keyboard Shortcuts.html
index a9c2d7c65..c50cd159a 100644
--- a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Keyboard Shortcuts.html
+++ b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Keyboard Shortcuts.html
@@ -5,69 +5,50 @@
Keyboard shortcuts. Using global: prefix, you can assign a shortcut
which will work even without Trilium being in focus (requires app restart
to take effect).
Ctrl + . - scroll to current note (useful when you
+
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 note
-
Alt + C - collapse whole note tree
-
Alt + - (alt with minus sign) - collapse subtree (if
- some subtree takes too much space on tree pane you can collapse it)
-
you can define a label#keyboardShortcut with
- e.g. value Ctrl + I . Pressing this keyboard combination
- will then bring you to the note on which it is defined. Note that Trilium
- must be reloaded/restarted (Ctrl + R ) for changes to
- be in effect.
+
Backspace – jumps to parent note
+
Alt + C – collapse whole note tree
+
Alt + - (alt with minus sign) – collapse subtree (if
+ some subtree takes too much space on tree pane you can collapse it)
+
you can define a label#keyboardShortcut with
+ e.g. value Ctrl + I . Pressing this keyboard combination
+ will then bring you to the note on which it is defined. Note that Trilium
+ must be reloaded/restarted (Ctrl + R ) for changes to
+ be in effect.
Enter in tree pane switches from tree pane into note title.
+
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+. - jump away from the editor to tree pane and
+
Ctrl+. – jump away from the editor to tree pane and
scroll to current note
Runtime shortcuts
These are hooked in Electron to be similar to native browser keyboard
shortcuts.
-
F5, Ctrl-R - reloads Trilium front-end
-
Ctrl+Shift+I - show developer tools
-
Ctrl+F - show search dialog
-
Ctrl+- - zoom out
-
Ctrl+= - zoom in
+
F5, Ctrl+R – reloads Trilium front-end
+
Ctrl+Shift+I – show developer tools
+
Ctrl+F – show search dialog
+
Ctrl+- – zoom out
+
Ctrl+= – zoom in
Other
-
Alt+O - show SQL console (use only if you know what
+
Alt + O – show SQL console (use only if you know what
you're doing)
-
Alt+M - distraction-free mode - display only note
+
Alt + M – distraction-free mode - display only note
editor, everything else is hidden
Ctrl+C to copy one or more notes based on selection
+ (see Cloning Notes).
+
Ctrl+X to cut one or more notes (for moving them).
+
Ctrl+V to paste them somewhere (which results in
+ a copy or move based on the shortcut used).
+
+
Moving notes
+
+
Ctrl + ↑ , Ctrl + ↓ -
+ move note up/down in the note list.
+
Ctrl + ← - move note up in the note tree.
+
Ctrl+→ - move note down in the note
+ tree.
+
Del - deletes note and optionally its subtree (asked in the
+ dialog).
+
+
Multiple selection
+
See Multiple selection for
+ more information about how selection works.
+
+
Alt+Click – add a single note to the current selection.
+
Shift+Click – select a range of notes, starting from
+ the current note (the highlighted one) to the one that is being clicked.
+
Shift+↑, Shift+↓ –
+ multi-select not above/below.
+
Ctrl+A – select all notes in the current level
\ No newline at end of file
diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Collections/List View.html b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Collections/List View.html
index 6ff3dc0a4..034f3c653 100644
--- a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Collections/List View.html
+++ b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Collections/List View.html
@@ -12,9 +12,9 @@
as a single continuous document.
Interaction
-
Each note can be expanded or collapsed by clicking on the arrow to the
+
Each note can be expanded or collapsed by clicking on the arrow to the
left of the title.
In the Ribbon,
in the Collection tab there are options to expand and to collapse
all notes easily.
@@ -25,16 +25,15 @@
If exported to PDF within the desktop application, there is additional
functionality:
-
The table of contents of the PDF will reflect the structure of the notes.
-
Reference and inline links to other notes within the same hierarchy will
+
The table of contents of the PDF will reflect the structure of the notes.
+
Reference and inline links to other notes within the same hierarchy will
be functional (will jump to the corresponding page). If a link refers to
a note that is not in the printed hierarchy, it will be unlinked.
Expanding and collapsing multiple notes at once
Apart from individually expanding or collapsing notes, it's also possible
to expand or collapse them all at once. To do so, go to the Collection Properties tab
- in the Ribbon and
+ in the Ribbon and
look for the corresponding button.
By default, the Expand button will only expand the direct children
(first level) of the collection. Starting with v0.100.0, it's possible
@@ -45,7 +44,7 @@