mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 11:02:28 +08:00
24 lines
1.8 KiB
Markdown
24 lines
1.8 KiB
Markdown
# Split View
|
||
In Trilium, is possible to work with two or more notes side-by-side.
|
||
|
||
<figure class="image image-style-align-center"><img style="aspect-ratio:1398/1015;" src="Split View_2_Split View_im.png" width="1398" height="1015"></figure>
|
||
|
||
## **Interactions**
|
||
|
||
* Press the  button to the right of a note's title to open a new split to the right of it.
|
||
* It is possible to have as many splits as desired, simply press again the button.
|
||
* Only horizontal splits are possible, vertical or drag & dropping is not supported.
|
||
* When at least one split is open, press the  button next to it to close it.
|
||
* Use the  or the  button to move around the splits.
|
||
* Each [tab](Tabs.md) has its own split view configuration (e.g. one tab can have two notes in a split view, whereas the others are one-note views).
|
||
* The tab will indicate only the title of the main note (the first one in the list).
|
||
|
||
## Splits and the note tree & hoisting
|
||
|
||
Clicking on the content of a split will focus that split. While focused, the <a class="reference-link" href="Note%20Tree.md">Note Tree</a> will also indicate the note that is being edited.
|
||
|
||
It is possible for each of the splits to have their own <a class="reference-link" href="../Navigation/Note%20Hoisting.md">Note Hoisting</a>.
|
||
|
||
When a new split is created, it will share the same note hoisting as the previous one. An easy solution to this is to simply hoist the notes after the split is created.
|
||
|
||
This is generally quite useful for reorganizing notes from one place to the other, by hoisting the old place in the first split and hoisting the new place to the second one. This will allow easy cut and paste without the tree jumping around from switching between notes. |