diff --git a/docs/User Guide/!!!meta.json b/docs/User Guide/!!!meta.json index 7eaac9488..38b67a041 100644 --- a/docs/User Guide/!!!meta.json +++ b/docs/User Guide/!!!meta.json @@ -4177,7 +4177,16 @@ ], "format": "markdown", "dataFileName": "Canvas.md", - "attachments": [] + "attachments": [ + { + "attachmentId": "DC9fvvootwwZ", + "title": "image.png", + "role": "image", + "mime": "image/png", + "position": 10, + "dataFileName": "Canvas_image.png" + } + ] }, { "isClone": false, diff --git a/docs/User Guide/User Guide/Note Types/Canvas.md b/docs/User Guide/User Guide/Note Types/Canvas.md index e69de29bb..83af3d5e7 100644 --- a/docs/User Guide/User Guide/Note Types/Canvas.md +++ b/docs/User Guide/User Guide/Note Types/Canvas.md @@ -0,0 +1,6 @@ +# Canvas +Available since Trilium v0.52. + +Canvas notes use the Excalidraw library to allow handwritten notes with mouse, pen or touch on an infinite canvas. It also supports basic diagramming, text and graphics input. + +![grafik](Canvas_image.png) \ No newline at end of file diff --git a/docs/User Guide/User Guide/Note Types/Canvas_image.png b/docs/User Guide/User Guide/Note Types/Canvas_image.png new file mode 100644 index 000000000..4ad24adf4 Binary files /dev/null and b/docs/User Guide/User Guide/Note Types/Canvas_image.png differ