Files
Trilium/docs/User Guide/User Guide/Collections/Grid View.md
2025-10-30 08:07:09 +02:00

23 lines
1.2 KiB
Markdown
Vendored
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Grid View
<figure class="image"><img style="aspect-ratio:990/590;" src="Grid View_image.png" width="990" height="590"></figure>
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 <a class="reference-link" href="../Note%20Types/Text.md">Text</a> notes, the text can be slightly scrollable via the mouse wheel to reveal more context.
* For <a class="reference-link" href="../Note%20Types/Code.md">Code</a> notes, syntax highlighting is applied.
* For <a class="reference-link" href="../Note%20Types/File.md">File</a> 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 <a class="reference-link" href="../Basic%20Concepts%20and%20Features/Notes/Note%20List.md">Note List</a> of every note, making it easy to navigate to children notes.
## Configuration
Unlike most other view types, the grid view is not actually configurable.