1.4.2
New: option to restore pre-Obsidian 1.12-style image click behavior in Live Preview
New Drag & scroll resize option: Disable Obsidian image selection on click
From 1.12 default Obsidian behaviour makes you click on image and only then resize it. To show the link you have to click on image and then another on "Edit" button. That's a multi click process.

What new option allows you to do is simply bring back the old behaviour: Click on image to show link. It hides edit-block icon from image. Removes image outline, and corner resizing.

- Cursor placement. After clicking on image, it is possible to set where cursor is placed: at the front of the link or at the back. For that currently it reuses existing
Cursor position after drop/pastesetting.
New: Skip folders in Process current note
Added a new Skip folders option to Process current note, so you can exclude images in selected folders from conversion, compression, and resizing.
Examples:
images,/images, or/images/→ skips that folder and everything inside itimages/*→ skips only files directly inside that folderimages/**→ skips that folder and all nested subfolders
The new option supports plain folder paths, glob patterns, and regex matching. It also includes folder suggestions/autocomplete based on existing vault folders, it should make it easier to select valid paths and avoid typos.
Other
- Improved image annotation undo behaviour so arrow drawing creates a single undo step instead of multiple - #168
- Some new
defaultswhen installing plugin from fresh:- Global preset
Webp 75will be the new default: this simply makes any new drop/pasted image to be converted intoWebpformat, and file naming will be set to{notename}-{timestamp}. The location where images are saved is not affected, your Obsidian defaults are still followed. It only affects fresh installs. - Captions are now disabled by default. Captions input field is no longer showing up inside Context menu when Caption is disabled.
- "Lock the aspect ratio when dragging" is now ON by default.
- Global preset
Full Changelog: 1.4.1...1.4.2