You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/shared/Dialogs/Messages.ts
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,12 @@ I build this plugin in my free time, as a labor of love. Curious about the philo
21
21
## Fixed
22
22
- New back of the note cards are not visible until the drawing is saved. When adding a back-of-the-note card using the context menu, the card got placed at the absolute 0,0 position in the scene instead of the current pointer position. [#9949](https://github.com/excalidraw/excalidraw/issues/9949)
23
23
- Drawings created 4 years ago don't open [#2479](https://github.com/zsviczian/obsidian-excalidraw-plugin/issues/2479)
24
+
- On Obsidian Mobile, when an element has multiple links, clicking the link icon, the link selector pops up and immediately closes
25
+
- Improved handling of importing external images and drag and drop of images from inside Obsidian. Features like (Convert SVG to Strokes) and (Flip the card) now work immediately, you don't need to force save, or wait for autosave to kick in.
24
26
25
27
## New
26
28
- Added startup check that detects when Obsidian's recorded plugin version differs from the installed Excalidraw code (e.g. after partial sync of large files) and offers to update or ignore, with a setting to disable the check.
29
+
- When Excalidraw is open in two or more tabs—either as Markdown or Excalidraw—auto-zoom is disabled. This allows you to work in multiple tabs on the same drawing at once: focusing on different areas of the same drawing, or editing the Markdown and Excalidraw views in parallel.
//elements: excalidrawData.elements.concat(deletedElements??[]), //need to preserve deleted elements during autosave if images, links, etc. are updated
window.setTimeout(()=>this.save(),30);//removed prevent reload = false, as reload was triggered when pasted containers were processed and there was a conflict with the new elements
window.setTimeout(()=>this.save(preventReload),30);//removed prevent reload = false, as reload was triggered when pasted containers were processed and there was a conflict with the new elements
4241
4265
}
4242
4266
4243
4267
//process pasted text after it was processed into elements by Excalidraw
0 commit comments