docs/User Guide/User Guide/Collections/Presentation.md
The Presentation view allows the creation of slideshows directly from within Trilium.
Right click on an existing note in the <a class="reference-link" href="../Basic%20Concepts%20and%20Features/UI%20Elements/Note%20Tree.md">Note Tree</a> and select Insert child note and look for Presentation.
In the floating buttons section (top-right):
The following keyboard shortcuts are supported:
Unlike traditional presentation software such as Microsoft PowerPoint, the slides in Trilium can be laid out horizontally or vertically in order to create depth or better organize the slides by topic.
This horizontal/vertical organization affects transitions (especially on the “slide” transition), however it is most noticeable in navigation.
All direct children of the collection will be laid out horizontally. If a direct child also has children, those children will be placed as vertical slides.
In the following example, the note structure is as follows:
At collection level, it's possible to adjust:
At slide level:
#slide:background to a hex color.#slide:background to a CSS gradient definition such as: linear-gradient(to bottom, #283b95, #17b2c3).Consider using a transparent background for <a class="reference-link" href="../Note%20Types/Canvas.md">Canvas</a>, if the slides have a custom background (go to the hamburger menu in the Canvas, press the button select a custom color and write transparent).
For <a class="reference-link" href="../Note%20Types/Mermaid%20Diagrams.md">Mermaid Diagrams</a>, some of them have a predefined background which can be changed via the frontmatter. For example, for XY-charts:
---
config:
themeVariables:
xyChart:
backgroundColor: transparent
---
The Presentation view uses Reveal.js to handle the navigation and layout of the slides.