mirror of
https://github.com/zadam/trilium.git
synced 2025-12-04 14:34:24 +01:00
Updated Tree manipulation (markdown)
parent
ded92525ce
commit
482bb7df4a
@ -1,22 +0,0 @@
|
||||
This page describes how you can manipulate the note tree - specifically moving notes.
|
||||
|
||||
## Drag and drop
|
||||
|
||||
You can manipulate the tree simply by dragging and dropping notes as you can see in the demo:
|
||||
|
||||
[[gifs/drag-and-drop.gif]]
|
||||
|
||||
## Keyboard manipulation
|
||||
|
||||
Trilium provides fast keyboard based manipulation with following [[shortcuts|keyboard shortcuts]]:
|
||||
|
||||
* `CTRL-UP` and `CTRL-DOWN` - move note up or down in the order
|
||||
* `CTRL-LEFT` - move note upwards in the hierarchy by changing a note's parent to note's parent's parent.
|
||||
* `CTRL-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` and `RIGHT` expands and collapses a sub-tree
|
||||
|
||||
[[gifs/move-note-with-keyboard.gif]]
|
||||
|
||||
## Context menu
|
||||
|
||||
You can also move notes with familiar cut & paste from context menu or associated keyboard [[shortcuts|keyboard shortcuts]] `CTRL-X` (cut) and `CTRL-V` (paste).
|
||||
1
Tree-manipulation.md
Normal file
1
Tree-manipulation.md
Normal file
@ -0,0 +1 @@
|
||||
See https://docs.triliumnotes.org/user-guide/concepts/ui/note-tree.
|
||||
Loading…
x
Reference in New Issue
Block a user