Releases: zsviczian/obsidian-excalidraw-plugin
Releases · zsviczian/obsidian-excalidraw-plugin
Excalidraw 2.6.3-beta-2
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
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 2.6.2
Fixed
- Image scaling issue with SVGs that miss the width and height property. #8729
Excalidraw 2.6.1
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
Excalidraw 2.6.0
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
- CN translation 🙏@dmscode
Excalidraw 2.6.0-beta-2
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
Fixed some loading issues
Excalidraw 2.6.0-beta-3
I reduced plugin startup time to a range of ~200ms
Excalidraw 2.6.0-beta-1
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
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