mirror of
https://github.com/zadam/trilium.git
synced 2025-12-01 13:04:24 +01:00
Some checks are pending
Checks / main (push) Waiting to run
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Deploy Documentation / Build and Deploy Documentation (push) Waiting to run
Dev / Test development (push) Waiting to run
Dev / Build Docker image (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile) (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile.alpine) (push) Blocked by required conditions
/ Check Docker build (Dockerfile) (push) Waiting to run
/ Check Docker build (Dockerfile.alpine) (push) Waiting to run
/ Build Docker images (Dockerfile, ubuntu-24.04-arm, linux/arm64) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.alpine, ubuntu-latest, linux/amd64) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.legacy, ubuntu-24.04-arm, linux/arm/v7) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.legacy, ubuntu-24.04-arm, linux/arm/v8) (push) Blocked by required conditions
/ Merge manifest lists (push) Blocked by required conditions
playwright / E2E tests on linux-arm64 (push) Waiting to run
playwright / E2E tests on linux-x64 (push) Waiting to run
3.8 KiB
Vendored
3.8 KiB
Vendored
Keyboard Shortcuts
This is supposed to be a complete list of keyboard shortcuts. Note that some of these may work only in certain contexts (e.g. in tree pane or note editor).
It is also possible to configure most keyboard shortcuts in Options -> 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).
Tree
See the corresponding section: Keyboard shortcuts
Note navigation
- Alt + ←, Alt + → – go back / forwards in the history
- Ctrl + J – show "Jump to" dialog
- 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
#keyboardShortcutwith 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.
See demo of some of these features in note navigation.
Tabs
- Ctrl + 🖱 Left click – (or middle mouse click) on note link opens note in a new tab
Only in desktop (electron build):
- Ctrl + T – opens empty tab
- Ctrl + W – closes active tab
- Ctrl + Tab – activates next tab
- Ctrl + Shift + Tab – activates previous tab
Creating notes
- CTRL+O – creates new note after the current note
- CTRL+P – creates new sub-note into current note
- F2 – edit Branch prefix of current note clone
Editing notes
Note
For keyboard shortcuts specific to Text notes, refer to Keyboard shortcuts and Markdown-like formatting.
- 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 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
Other
- 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 hidden
- F11 – toggle full screen
- Ctrl + S – toggle search form in tree pane
- Alt +A – show note attributes dialog