mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
1.2 KiB
Vendored
1.2 KiB
Vendored
Grid View

This view presents the child notes in a grid format, allowing for a more visual navigation experience.
Each tile contains:
- The title of a note.
- A snippet of the content.
- For empty notes, the sub-children are also displayed, allowing for quick navigation.
Depending on the type of note:
- For Text notes, the text can be slightly scrollable via the mouse wheel to reveal more context.
- For Code notes, syntax highlighting is applied.
- For File notes, a preview is made available for audio, video and PDF notes.
- If the note does not have a content, a list of its child notes will be displayed instead.
The grid view is also used by default in the Note List of every note, making it easy to navigate to children notes.
Configuration
Unlike most other view types, the grid view is not actually configurable.