Releases: zsviczian/obsidian-excalidraw-plugin
Excalidraw 1.2.15
New Feature
- Implemented link hover preview inside Excalidraw: #127
Excalidraw 1.2.14
New feature
Added feature to select if SVG or PNG images are rendered in Markdown Preview. PNG images will be scaled depending on the embed size, to avoid image quality issues with PNG. The new feature is linked to Excalidraw issue #3910.
Fixes
In the case of complex drawings, the hover preview was displayed extremely slowly. On less powerful PCs Obsidian appeared to freeze for minutes. The root cause of the issue was found to be the markdown preview of extremely large code blocks (of over several hundreds of KBs). The drawing section of Excalidraw markdown files is now placed within markdown comments %%
blocking preview from picking up these code blocks. The fix does not include automatic patching of all existing drawings. Drawings will get migrated to the new commented format as they are opened and edited. Migrated drawings will display quickly in hover preview.
Excalidraw 1.2.13
New Feature
- Support link navigation in Exclidraw View Mode
- Preserve Zen Mode / View Mode when loading a new drawing into the view
Update
- Chinese translation
Fixes
- Fixed "exit zen mode" button style on the iPad
Excalidarw 1.2.12
Excalidraw Chinese (zh-cn) translation. Thank you @Quorafind
Excalidraw 1.2.11
New feature
- Insert link now produces a link in preview mode or raw mode as appropriate based on TextMode of the drawing.
Excalidraw 1.2.10
New Features
- using latest Excalidraw build, now includes mobile UNDO/REDO buttons
- #100 Implemented WYSIWYG for text elements.
- Drawings no longer need to be changed from locked to unlocked mode. When an element is edited the underlying Markdown is displayed for editing.
- Changed LOCK/UNLOCK to RAW/PREVIEW mode. In raw mode, markdown is displayed always.
- #107 Added PNG export scale setting. The setting applies to auto-export as well as to embeds and on-demand exports.
- #95 Added support for
#tags
. Clicking a TAG will open up the search. - #109 Added button to toggle Excalidraw full-screen mode
Fixes
- Auto export was not working. Fixed.
- When the same drawing was open on two devices, with Obsidian Sync active, if the drawing was edited on device 1, device 2 triggered an autosave sometimes overwriting the changes on the first device. Fixed.
- #101 pointer precision degraded over time. Fixed by deploying the latest Excalidraw build.
- #97 workaround implemented for exporting stencil library and drawings in Excalidraw format on mobile. Don't have a solution for ChromeOS yet.
Excalidraw 1.2.9
Corrected bug with saving Excalidraw settings
Excalidraw 1.2.8
Fixes:
- If sync merges two versions of a file such that the files are concatenated Excalidraw won't choke on it
- Added additional controls to ensure autosave does not accidentally save
Excalidraw 1.2.7
Minor improvements
- Added the following text right below the frontmatter to the default drawing template
==⚠ Switch to EXCALIDRAW VIEW in the MORE OPTIONS menu of this document. ⚠== - Tweaked autosave
Excalidraw 1.2.6
Fixed
- Zoom to fit when opening a new drawing
- Autosave now works without glitching - I've taken the setting to disable autosave out.
- solved #90: delete did not close the open excalidraw view