refactor(docs): reposition calendar view

This commit is contained in:
Elian Doran
2025-04-05 01:09:30 +03:00
parent ed53b034f7
commit 1e6c197794
33 changed files with 306 additions and 286 deletions

View File

@@ -12,7 +12,7 @@ By default, the notes will be displayed in a grid, however there are also some o
![](1_Note%20List_image.png)
The title and a short snippet of the content of the note will be displayed in a grid format.
This view presents the child notes in a grid format, allowing for a more visual navigation experience.
* For [Text](../../Note%20Types/Text.md) note, the text can be slighly scrollable via the mouse wheel to reveal more context.
* For [Code](../../Note%20Types/Code.md) notes, syntax highlighting is applied.
@@ -31,4 +31,4 @@ In the list view mode, each note is displayed in a single row with only the titl
![](2_Note%20List_image.png)
In the calendar view, child notes are represented as events, with a start date and optionally an end date. The view also has interaction support such as moving or creating new events. See [Calendar View](../../Note%20Types/Book/Calendar%20View.md) for more information.
In the calendar view, child notes are represented as events, with a start date and optionally an end date. The view also has interaction support such as moving or creating new events. See [Calendar View](Note%20List/Calendar%20View.md) for more information.

View File

@@ -7,14 +7,8 @@ In the example above, the "node.js" note on the left panel contains several chil
## Features
### Linear Display
The Book Note format compiles the contents of all child notes into one continuous view. This makes it ideal for reading extensive information broken into smaller, manageable segments.
### Grid View Option
It uses the [Note List](../Basic%20Concepts%20and%20Features/Notes/Note%20List.md) mechanism to display the child notes, allowing the use of any of the view types (grid, list, calendar).
Trilium also offers a "Grid View" option within the Book Note properties. This view presents the child notes in a grid format, allowing for a more visual navigation experience.
![](Book_image.png)
Switching between these views can be easily managed through the Book Note's settings (or `viewType` attribute), allowing users to choose the format that best suits their reading or navigation preferences.
To adjust the view type, see the dedicated _Book_ tab in the [Ribbon](../Basic%20Concepts%20and%20Features/UI%20Elements/Ribbon.md).