added mermaid and canvas note types

Tom Free 2022-05-13 11:39:18 +02:00
parent 2b8d53c5a9
commit bac0136ea0

@ -10,6 +10,8 @@ Note is a central entity in Trilium. Main attributes of note are title and conte
* [[saved search]] note - contains saved search query and dynamically displays result of the search as its sub-notes * [[saved search]] note - contains saved search query and dynamically displays result of the search as its sub-notes
* [[relation map]] note - visualizes notes and their relations * [[relation map]] note - visualizes notes and their relations
* [[book note]] - displays its children notes, useful for reading many short notes * [[book note]] - displays its children notes, useful for reading many short notes
* [[mermaid]] - create diagrams and flowcharts using [mermaid.js](https://github.com/mermaid-js/mermaid)
* [[canvas note]] - allows hand drawn notes and basic diagraming on an infinite canvas using [excalidraw](https://github.com/excalidraw/excalidraw)
In Trilium there's no specific "folder" note type. Any note can have children and thus be a folder. In Trilium there's no specific "folder" note type. Any note can have children and thus be a folder.