New
- The Community Script Store now has a searchable card-based library, a focused update section with Update all, and a compact top area for Excalidraw Mastery, support, and creating your own scripts. Script details now support reinstalling, opening local files in a new tab, uninstalling, and moving managed scripts between groups under the Downloaded folder. Update detection keeps the existing
directory-info.jsonmodified-time contract, ignores private copies outside Downloaded, and handles duplicate managed copies consistently. #2944
Fixed / Refactored
- Fixed a bug where, with "Render Excalidraw as Image in Obsidian PDF Export" enabled, exporting a Hybrid Note (an Excalidraw drawing with your own Markdown content alongside it) to PDF could render blank sections wherever a regular image (or other non-Excalidraw) embed appeared on the Markdown side. #2292, 🙏bluechallenge #2936
New/Fixed in Excalidraw Automate
- Unbound arrows created with Excalidraw Automate's
addArrow()no longer contain incomplete binding data that could cause an error when selected. - Updated the ea-script-template. Read EA Script prompting with AI is magical
What's Changed
- Fix exponential nested dependency traversal by @zsviczian in #2942
- Fix blank sections in Hybrid Note PDF export when Markdown side has an image embed by @bluechallenge in #2936
- feat: Reimagine the Community Script Store by @zsviczian in #2944
New Contributors
- @bluechallenge made their first contribution in #2936
Full Changelog: 2.28.0-beta.1...2.28.0-beta.2