Fixed
- Excalidraw broke Obsidian's UI in Arabic, Persian, and Hebrew due to LTR, RTL conflict. #2423
- Styling issues impacting native Obsidian search/replace dialogs. #2420
- Now using native Obsidian attachment location function. 🙏 mnaoumov #2421, potentially fixes #179 of the Obsidian Custom Attachment Location plugin issue.
New
- New frontmatter option
excalidraw-embed-md
. When set totrue
, embedding the drawing into a markdown note will render the "back of the note" (its markdown content) 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.