🔗 Excalidraw
An Obsidian plugin to edit and view Excalidraw drawings
favorite
share
by Zsolt Viczian
3340
602,017
Latest Version
6 days ago
Changelog

Fixed

  • Fixed the aspect ratio of an Excalidraw embedded within another Excalidraw not updating. #1707
  • Some plugins automatically add document properties to all files in the Vault. Users with this configuration were unable to run Excalidraw scripts. Excalidraw now removes document properties from the script before execution.
  • The very last markdown edit sometimes wasn't saved when immediately switching from Markdown to Excalidraw View. I now force a save before switching views.
  • The setting to disable/enable CTRL/CMD + CLICK on text with [[links]] or [](links) to open them works again. #1704
  • Annotation and cropping of images in Markdown notes now also work with Markdown links that have encoded characters e.g.: ![images with](markdown%20links).
  • Solved compatibility issue of Taskbone OCR on Android.

New

  • New settings:
    • Under "Appearance and Behavior": Option to render Excalidraw file as an image in Markdown reading mode. This setting is disabled by default. #1706, #1705
    • Under "Embedding Excalidraw … and Exporting"/"Export Settings": Option to render Excalidraw file as an image when exporting to PDF in Markdown mode. This option is disabled by default. When enabled, exporting an Excalidraw drawing in markdown view mode to PDF will render the image on the page.
  • Enhanced annotation and cropping of images in Markdown documents:
    • Newly embedded links will now follow the style of the original link. If the original format was a ![markdown](link), the annotated file will follow this format. For [[wiki links]], it will follow that style. Additionally, if an alias was specified like [[link|alias]], the annotated or cropped image will retain the alias.
    • Introduced a new setting under "Saving" titled "Preserve image size when annotating". This setting is disabled by default. When enabled, the embed link replacing the annotated image will maintain the size of the original image.
  • Option to automaticaly embed the scene in exported PNG and SVG image files. Including the scene will allow users to open the picture on Excalidraw.com or in another Obsidian Vault as an editable Excalidraw file.New setting is under the Export category. The new frontmatter tag is: excalidraw-export-embed-scene: true/false.