From bac0136ea0aed5235d9891fd8357b408d6910770 Mon Sep 17 00:00:00 2001 From: Tom Free <7283497+thfrei@users.noreply.github.com> Date: Fri, 13 May 2022 11:39:18 +0200 Subject: [PATCH] added mermaid and canvas note types --- Note.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Note.md b/Note.md index f0229ac..0d90ab7 100644 --- a/Note.md +++ b/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 * [[relation map]] note - visualizes notes and their relations * [[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.