diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Text/Keyboard shortcuts.html b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Text/Keyboard shortcuts.html
index bcc73cd29..df312d7bf 100644
--- a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Text/Keyboard shortcuts.html
+++ b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Note Types/Text/Keyboard shortcuts.html
@@ -45,6 +45,36 @@
Alt+T |
⌥+T |
+
+ Increase paragraph indentation |
+ Tab
+ |
+ ⇥
+ |
+
+
+ Decrease paragraph indentation |
+ Shift + Tab
+ |
+ ⇧ + ⇥
+ |
+
+
+ Mark selected text as keyboard shortcut
+ |
+ Ctrl + Alt + K
+ |
+ ⌘+ ⌥+ K
+ |
+
+
+ Insert Math Equations
+ |
+ Ctrl + M
+ |
+ ⌘+ M
+ |
+
Move blocks (lists, paragraphs, etc.) up |
Ctrl+↑ |
diff --git a/docs/Release Notes/Release Notes/v0.94.0.md b/docs/Release Notes/Release Notes/v0.94.0.md
index 15d64f3de..d29363220 100644
--- a/docs/Release Notes/Release Notes/v0.94.0.md
+++ b/docs/Release Notes/Release Notes/v0.94.0.md
@@ -63,6 +63,7 @@
* Add documentation links and updated pnpm commands to README by @perfectra1n
* Add documentation around setting the various environment variables to control upload size limit by @perfectra1n
* README improvements by @FliegendeWurst
+* Improved the documentation of text note keyboard shortcuts (including adding missing shortcuts).
## 🌍 Internationalization
diff --git a/docs/User Guide/!!!meta.json b/docs/User Guide/!!!meta.json
index ec33beba1..705ee5099 100644
--- a/docs/User Guide/!!!meta.json
+++ b/docs/User Guide/!!!meta.json
@@ -6140,6 +6140,20 @@
"value": "QEAPj01N5f7w",
"isInheritable": false,
"position": 50
+ },
+ {
+ "type": "relation",
+ "name": "internalLink",
+ "value": "UYuUB1ZekNQU",
+ "isInheritable": false,
+ "position": 60
+ },
+ {
+ "type": "relation",
+ "name": "internalLink",
+ "value": "YfYAtQBcfo5V",
+ "isInheritable": false,
+ "position": 70
}
],
"format": "markdown",
diff --git a/docs/User Guide/User Guide/Note Types/Text/Keyboard shortcuts.md b/docs/User Guide/User Guide/Note Types/Text/Keyboard shortcuts.md
index 392b2eff9..efd114e07 100644
--- a/docs/User Guide/User Guide/Note Types/Text/Keyboard shortcuts.md
+++ b/docs/User Guide/User Guide/Note Types/Text/Keyboard shortcuts.md
@@ -1,7 +1,7 @@
# Keyboard shortcuts
## Trilium-specific shortcuts
-Action | PC | Mac |
---|
Bring up inline formatting toolbar (arrow keys ←,→ to navigate, Enter to apply) | Alt+F10 | ⌥+F10 |
Bring up block formatting toolbar | Alt+F10 | ⌥+F10 |
Create external link | Ctrl+K | ⌘+K |
Create internal (note) link | Ctrl+L | ⌘+L |
Inserts current date and time at caret position | Alt+T | ⌥+T |
Move blocks (lists, paragraphs, etc.) up | Ctrl+↑ | ⌘+↑ |
Alt+↑ | ⌥+↑ |
Move blocks (lists, paragraphs, etc.) down | Ctrl+↑ | ⌘+↑ |
Alt+↓ | ⌥+↓ |
+Action | PC | Mac |
---|
Bring up inline formatting toolbar (arrow keys ←,→ to navigate, Enter to apply) | Alt+F10 | ⌥+F10 |
Bring up block formatting toolbar | Alt+F10 | ⌥+F10 |
Create external link | Ctrl+K | ⌘+K |
Create internal (note) link | Ctrl+L | ⌘+L |
Inserts current date and time at caret position | Alt+T | ⌥+T |
Increase paragraph indentation | Tab | ⇥ |
Decrease paragraph indentation | Shift + Tab | ⇧ + ⇥ |
Mark selected text as keyboard shortcut | Ctrl + Alt + K | ⌘+ ⌥+ K |
Insert Math Equations | Ctrl + M | ⌘+ M |
Move blocks (lists, paragraphs, etc.) up | Ctrl+↑ | ⌘+↑ |
Alt+↑ | ⌥+↑ |
Move blocks (lists, paragraphs, etc.) down | Ctrl+↑ | ⌘+↑ |
Alt+↓ | ⌥+↓ |
## Common shortcuts