Fixed
- Fixed issues with creating Markdown or Excalidraw files for non-existing documents #1385
- Resolved a bug where changing the section/block filter after duplicating a markdown embeddable now works correctly on the first attempt #1387
New
- Easily create a markdown file and embed it as an embedded frame with a single click when clicking a link pointing to a non-existent file.
- Offline LaTeX support. The MathJax package is now included in the plugin, eliminating the need for an internet connection. #1383, #936, #1289
Minor Updates from excalidraw.com
- Improved the laser pointer in dark mode.
- Removed bound arrows from frames.
- Enhanced fill rendering.
- Maintained the z-order of elements added to frames.
New in ExcalidrawAutomate
- Introduced two LZString functions in ExcalidrawAutomate:
compressToBase64(str:string):string;
decompressFromBase64(str:string):string;