Skip to content

Releases: zsviczian/obsidian-excalidraw-plugin

Excalidraw 2.6.3-beta-2

01 Nov 06:44
Compare
Choose a tag to compare
Pre-release

New

  • PDF++ cropping support improved. This will not apply to old cut-outs. Now if you select a crop area in PDF++, you can easily adjust in Excalidraw.
  • There is a new command palette action to Insert last active PDF page as image into the Scene. The way this is intended to work is that you have a PDF document open in one pane and Excalidraw in another, as you scroll the PDF view you can use a hotkey (or the command palette) to insert the relevant active page to Excalidraw. Then you can crop it in Excalidraw. The cropping will show up in PDF++

Excalidraw 2.6.3-beta-1

30 Oct 22:01
5972f83
Compare
Choose a tag to compare
Pre-release

Fixed

  • text wrapping fix trailing line whitespaces layout shift #8714
  • Reset aspect ratio and set to 100% of original size command palette actions will now work correctly with cropped images
  • Cropping Excalidraw drawings, then changing the cropped drawing will now work, albeit it is impossible to come up with an intelligent algorithm to maintain the right crop location. For this purpose I recommend the area, group, frame links.

Refactoring

  • Excalidraw.com made further changes to font loading. Hopefully these will have no unexpected impact in Obsidian #8693
  • Text wrapping #8715

Excalidraw 2.6.2

28 Oct 21:12
Compare
Choose a tag to compare

Fixed

  • Image scaling issue with SVGs that miss the width and height property. #8729

Excalidraw 2.6.1

28 Oct 19:27
Compare
Choose a tag to compare

New

  • Pen-mode single-finger panning enabled also for the "Selection" tool.
  • You can disable pen-mode single-finger panning in Plugin Settings under Excalidraw Appearance and Behavior #2080

Fixed

  • Text tool did not work in pen-mode using finger #2080
  • Pasting images to Excalidraw from the web resulted in filenames of "image_1.png", "image_2.png" instead of "Pasted Image <>" #2081

Excalidraw 2.6.0

27 Oct 14:57
Compare
Choose a tag to compare

Performance

  • Much faster plugin initialization. Down from 1000-3000ms to 100-300ms. According to my testing speed varies on a wide spectrum depending on device, size of Vault and other plugins being loaded. I measured values ranging from 84ms up to 782ms #2068
  • Faster loading of scenes with many embedded illustrations or PDF pages.
  • SVG export results in even smaller files by further optimizing which characters are included in the embedded fonts. #8641

New

  • Image cropping tool. Double click the image to crop it. #8613
  • Single finger panning in pen mode.
  • Native handwritten CJK Font support 8530
    • Created a new Fonts section in settings. This includes configuration of the "Local Font" and downloading of the CJK fonts in case you need them offline.
  • Option under Appearance and Behavior / Link Click to disable double-click link navigation in view mode. #2075
  • New RU translation 🙏@tovBender

Updated

Excalidraw 2.6.0-beta-2

26 Oct 06:39
Compare
Choose a tag to compare

New

  • Created a new Fonts section in settings. Downloading CJK fonts locally takes a few steps, but it works properly even when Obsidian does not have Internet access.
  • Added an option under Appearance and Behavior / Link Click to disable double-click link navigation in view mode. #2075

Excalidraw 2.6.0-beta-4

26 Oct 12:41
Compare
Choose a tag to compare
Pre-release

Fixed some loading issues

Excalidraw 2.6.0-beta-3

26 Oct 11:53
Compare
Choose a tag to compare
Pre-release

I reduced plugin startup time to a range of ~200ms

Excalidraw 2.6.0-beta-1

23 Oct 20:23
Compare
Choose a tag to compare
Pre-release

Everything in 2.5.3-beta-1,2,3 and 4.

New

  • Batching of adding images when loading a scene. Images are

Fixed

  • performance issue after the introduction of image cropping is resolved. Cropping is included in the build again
  • Excalidraw works again in pop-out windows
  • Console log error message about worker thread initiation is resolved

Excalidraw 2.5.3-beta-5

23 Oct 04:44
Compare
Choose a tag to compare
Pre-release

The new image cropping feature is a major performance hit on scene rendering.
I'll reintroduce this feature in a few days.
for more see: #8692