Skip to content

Releases: zsviczian/obsidian-excalidraw-plugin

Excalidraw 2.6.7

10 Nov 13:32
Compare
Choose a tag to compare

Hoping to finally move on to 2.7.0... but still have one last bug to fix in 2.6.x!

Fixed

I misread a line in the Excalidraw package code... ended up breaking image loading in 2.6.6. The icon library script didn't work right, and updating nested drawings caused all images in the scene to be dropped from memory. This led to image placeholders in exports and broke copy-paste to Excalidraw.com and between drawings. I am surprised no one reported it! 😳

2.6.6

07 Nov 20:03
Compare
Choose a tag to compare

Fixed

  • Images and LaTeX formulas did not update in the scene when the source was changed until the Excalidraw drawing was closed and reopened. #2105

Excalidraw 2.6.5

04 Nov 22:44
Compare
Choose a tag to compare

Fixed

  • Text sizing issue in the drawing that is first loaded after Obsidian restarts #2086
  • Excalidraw didn't load if there was a file in the Excalidraw folder with a name that starts the same way as the Scripts folder name. #2095
  • OVERSIZED EXCALIDRAW TOOLBAR: Added a new setting under "Excalidraw Appearance and Behavior > Theme and Styling" called "Limit Obsidian Font Size to Editor Text." This setting is off by default. When enabled, it restricts Obsidian’s custom font size adjustments to editor text only, preventing unintended scaling of Excalidraw UI elements and other themes that rely on the default interface font size. Feel free to experiment with this setting to improve Excalidraw UI consistency. However, because this change affects the broader Obsidian UI, it’s recommended to turn it off if any layout issues arise. #2087

Excalidraw 2.6.5-beta-1

04 Nov 18:11
79da8af
Compare
Choose a tag to compare
Pre-release

Fixed

  • text sizing issue in the drawing first loaded after Obsidian restart #2086
  • Excalidraw fails to load if Excalidraw folder includes a file with a filename starting with the same character sequence as the scripts folder. e.g. Script Folder is Excalidraw/Scripts and the Excalidraw folder has a file called Scripts-whatever.md #2095

Excalidraw 2.6.4

03 Nov 16:56
Compare
Choose a tag to compare

Fixed

  • Error saving when cropping images embedded from a URL (not from a file in the Vault) #2096

Excalidraw 2.6.3

03 Nov 14:07
Compare
Choose a tag to compare

Thumbnail - 20241103 Excalidraw 2 6 3

New

  • Cropping PDF Pages
    • Improved PDF++ cropping: You can now double-click cropped images in Excalidraw to adjust the crop area, which will also appear as a highlight in PDF++. This feature applies to PDF cut-outs created in version 2.6.3 and beyond.
  • Insert Last Active PDF Page as Image
    • New command palette action lets you insert the currently active PDF page into Excalidraw. Ideal for setups with PDF and Excalidraw side-by-side. You can assign a hotkey for quicker access. Cropped areas in Excalidraw will show as highlights in PDF++.

Fixed

  • Fixed Close Settings button toggle behavior #2085
  • Resolved text wrapping issues causing layout shifts due to trailing whitespaces #8714
  • Aspect Ratio and Size Reset commands now function correctly with cropped images.
  • Cropped Drawings: Adjustments to cropped Excalidraw drawings are now supported. However, for nested Excalidraw drawings, it's recommended to use area, group, and frame references instead of cropping.

Refactoring

  • Further font loading optimizations on Excalidraw.com; no impact expected in Obsidian #8693
  • Text wrapping improvements #8715
  • Plugin initiation and error handling

Excalidraw 2.6.3-beta-6

03 Nov 12:32
Compare
Choose a tag to compare
Pre-release

Handle the case plugin.settings.previousRelease === null

Excalidraw 2.6.3-beta-5

02 Nov 23:54
Compare
Choose a tag to compare
Pre-release

startup error handling for debug purposes

Excalidraw 2.6.3-beta-4

02 Nov 19:05
Compare
Choose a tag to compare
Pre-release

On a quest to find out why Excalidraw won't start for @wernsting. Slightly reordered startup sequence.

Excalidraw 2.6.3-beta-3

02 Nov 06:50
5cbd98e
Compare
Choose a tag to compare
Pre-release

Refactoring

I reworked plugin initiation sequence and cleaned up some of the unfinished work 2.6.0