mirror of
https://github.com/zadam/trilium.git
synced 2024-12-27 01:34:05 +08:00
added mermaid and canvas note types
parent
2b8d53c5a9
commit
bac0136ea0
1 changed files with 2 additions and 0 deletions
2
Note.md
2
Note.md
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue