mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-28 10:32:27 +08:00
34 lines
2.1 KiB
Markdown
34 lines
2.1 KiB
Markdown
# Vertical and horizontal layout
|
||
## Layouts
|
||
|
||
Trilium supports two different layouts, based on your preference.
|
||
|
||
### Vertical layout
|
||
|
||
The vertical layout is Trilium's original layout:
|
||
|
||
* The [Launcher Bar](Launch%20Bar.md) is positioned on the left side of the screen, with buttons being laid out vertically.
|
||
* The tab bar is at the top, but to the right of the [Note Tree](Note%20Tree.md).
|
||
* The [Quick search](Quick%20search.md) is at the top of the [Note Tree](Note%20Tree.md).
|
||
* The [Note Tree](Note%20Tree.md) can be collapsed by pressing the  button at the bottom of the [Launcher Bar](Launch%20Bar.md).
|
||
* The [Global menu](Global%20menu.md) can be accessed via the  icon at the top of the [Launcher Bar](Launch%20Bar.md).
|
||
|
||

|
||
|
||
### Horizontal layout
|
||
|
||
The horizontal layout is a more traditional layout, since it bears similarity with other applications. In this mode:
|
||
|
||
* The [Launcher Bar](Launch%20Bar.md) is at the top of the screen, with the buttons laid horizontally.
|
||
* The tab bar is at the top of the screen, but now covers the entirety of the width, allowing for more tabs to be displayed at once.
|
||
* The [Quick search](Quick%20search.md) is now part of the [Launcher Bar](Launch%20Bar.md). It can be moved around according to preference and even removed if needed.
|
||
* The [Note Tree](Note%20Tree.md) can be collapsed by pressing the small  button to the left of the first tab.
|
||
* The [Global menu](Global%20menu.md) can be accessed via the  button at the end of the [Launcher Bar](Launch%20Bar.md).
|
||
|
||

|
||
|
||
## Changing the layout
|
||
|
||
Go to [Settings](#root/_hidden/_lbRoot/_lbVisibleLaunchers/_lbSettings) and look for the _Appearance_ option on the left. Then look for the _Layout_ section, where there is the possibility to switch between the two available layouts.
|
||
|
||
Selecting an option will immediately apply the new layout by reloading the window. |