New
- New frontmatter option
excalidraw-embed-md
. When set totrue
, embedding this Excalidraw file into another markdown file will display its markdown content (the "back of the note") instead of rendering it as an image.- If you want to always display the drawing as an image, even when
excalidraw-embed-md
is enabled, use the special embed syntax:![[drawing#^as-image]]
. Here,as-image
is a phantom block reference that forces image rendering.
- If you want to always display the drawing as an image, even when
- Added Spanish translation by @Joakim31 #2425
- Incremental minor updates from the main Excalidraw project.