Skip to content

Releases: zsviczian/obsidian-excalidraw-plugin

Excalidraw 2.6.8-beta-2

01 Dec 15:32
Compare
Choose a tag to compare
Pre-release

New

  • Dynamic cursor color based on the text color of the text element #2123

Excalidraw 2.6.8-beta-1

01 Dec 15:24
Compare
Choose a tag to compare
Pre-release

This version includes the code for the new canvas element linking feature from Excalidraw.com... however, in Obsidian this feature is hidden since it was already solved long ago, and the solution from excalidraw.com would introduce additional UX complexity (and would also not work in Obsidian because of the different architecture in Obsidian compared to the web). I hope this new feature in the code will have no impact (has not created new bugs) in the Obsidian plugin... This will require careful testing over the next few days to verify).

New

  • Diagnostics to analyze startup time. After Obsidian has loaded open Developer Console (CTRL+SHIFT+i / CMD+OPT+i) and type the following ExcalidrawAutomate.printStartupBreakdown()

Fixed

  • BUG: icon on the ribbon menu keeps reappearing even if you hide it every time you reopen Obsidian #2115
  • In pen mode, when single-finger panning is enabled, allow actions with the mouse.
  • When editing an Excalidraw file in split mode (drawing on one side, markdown view on the other), editing the markdown sometimes causes the drawing to re-zoom and jump away from the selected area.

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