From 7d40405b8c67438c091074e6276e763230022294 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Fri, 4 Apr 2025 21:01:05 +0300 Subject: [PATCH] feat(docs): document note tree in relation to split view --- docs/User Guide/!!!meta.json | 14 +++++++++++++ .../UI Elements/Split View.md | 13 +++++++++++- .../app/doc_notes/en/User Guide/!!!meta.json | 14 +++++++++++++ .../UI Elements/Split View.html | 20 ++++++++++++++++++- 4 files changed, 59 insertions(+), 2 deletions(-) diff --git a/docs/User Guide/!!!meta.json b/docs/User Guide/!!!meta.json index a3ab98606..990b7c5d1 100644 --- a/docs/User Guide/!!!meta.json +++ b/docs/User Guide/!!!meta.json @@ -1743,6 +1743,20 @@ "value": "3seOhtN8uLIY", "isInheritable": false, "position": 20 + }, + { + "type": "relation", + "name": "internalLink", + "value": "OR8WJ7Iz9K4U", + "isInheritable": false, + "position": 40 + }, + { + "type": "relation", + "name": "internalLink", + "value": "oPVyFC7WL2Lp", + "isInheritable": false, + "position": 50 } ], "format": "markdown", diff --git a/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Split View.md b/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Split View.md index 24155c012..b87fa30bc 100644 --- a/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Split View.md +++ b/docs/User Guide/User Guide/Basic Concepts and Features/UI Elements/Split View.md @@ -10,4 +10,15 @@ In Trilium, is possible to work with two or more notes side-by-side. * Only horizontal splits are possible, vertical or drag & dropping is not supported. * When at least one split is open, press the ![](https://file+.vscode-resource.vscode-cdn.net/home/elian/UI%20Elements/3_Split%20View_image.png)![](Split%20View_3_Split%20View_im.png) button next to it to close it. * Use the ![](Split%20View_4_Split%20View_im.png)![](https://file+.vscode-resource.vscode-cdn.net/home/elian/UI%20Elements/4_Split%20View_image.png) or the ![](Split%20View_1_Split%20View_im.png)![](https://file+.vscode-resource.vscode-cdn.net/home/elian/UI%20Elements/1_Split%20View_image.png) 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). \ No newline at end of file +* 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 [Note Tree](Note%20Tree.md) will also indicate the note that is being edited. + +It is possible for each of the splits to have their own [Note Hoisting](../Navigation/Note%20Hoisting.md). + +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. \ No newline at end of file diff --git a/src/public/app/doc_notes/en/User Guide/!!!meta.json b/src/public/app/doc_notes/en/User Guide/!!!meta.json index 47623834c..46d2030eb 100644 --- a/src/public/app/doc_notes/en/User Guide/!!!meta.json +++ b/src/public/app/doc_notes/en/User Guide/!!!meta.json @@ -1743,6 +1743,20 @@ "value": "3seOhtN8uLIY", "isInheritable": false, "position": 20 + }, + { + "type": "relation", + "name": "internalLink", + "value": "OR8WJ7Iz9K4U", + "isInheritable": false, + "position": 40 + }, + { + "type": "relation", + "name": "internalLink", + "value": "oPVyFC7WL2Lp", + "isInheritable": false, + "position": 50 } ], "format": "html", diff --git a/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/UI Elements/Split View.html b/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/UI Elements/Split View.html index da5738b53..4072b57ff 100644 --- a/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/UI Elements/Split View.html +++ b/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/UI Elements/Split View.html @@ -46,8 +46,26 @@ alt="">button to move around the splits.
  • Each tab 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).
  • + views). + + +

    Splits and the note tree & hoisting

    +

    Clicking on the content of a split will focus that split. While focused, + the Note Tree will + also indicate the note that is being edited.

    +

    It is possible for each of the splits to have their own Note Hoisting.

    +

    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.