Skip to content

1.4.2

Choose a tag to compare

@github-actions github-actions released this 21 Mar 22:29
· 16 commits to main since this release

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.
Obsidian_y0l0QR1FCE

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.
Obsidian_BoLHw3jdfW

  • 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/paste setting.

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 it
  • images/* → skips only files directly inside that folder
  • images/** → 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 defaults when installing plugin from fresh:
    • Global preset Webp 75 will be the new default: this simply makes any new drop/pasted image to be converted into Webp format, 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.

Full Changelog: 1.4.1...1.4.2