-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Tree manipulation
azivner edited this page Aug 29, 2018
·
5 revisions
This page describes how you can manipulate the note tree - specifically moving notes.
You can manipulate the tree simply by dragging and dropping notes as you can see in the demo:
Trilium provides fast keyboard based manipulation with following shortcuts:
-
SHIFT-UP
andSHIFT-DOWN
- move note up or down in the order -
SHIFT-LEFT
- move note upwards in the hierarchy by changing a note's parent to note's parent's parent. -
SHIFT-RIGHT
- move note downwards in the hierarchy by setting parent to the note currently above (this is a bit hard to explain - it's best to see a demo or try it for yourself) -
LEFT
andRIGHT
expands and collapses a sub-tree
You can also move notes with familiar cut & paste from context menu or associated keyboard shortcuts CTRL-X
(cut) and CTRL-V
(paste).
Back to Overview
- Screenshot tour
- Basic concepts
- Installation & setup
- Advanced usage
- Developer guides
- FAQ
- Troubleshooting