Plugin: Simple Image Resize [v1.5.17]

v1.5.1

Added support for Android/Web app (and maybe iOS but untested)

EDIT: It looks like iOS only allows installing recommended plugins, so the only way to use the plugin on iOS may be via the web app as a PWA, see: I can only see recommended plugins on iOS - #3 by jeanmiaulas

  • Only the dialog is supported on mobile (launched via toolbar button), as there's no support for context menus/keyboard shortcuts on mobile.
  • Dialog has been slightly simplified/made more compact so that it's reasonably sized on both desktop and mobile
  • The plugin no longer supports the legacy markdown editor, the last release that works with the legacy editor is v1.4.1
  • I have only tested the Web app and Android, I don't have any iOS devices.

Full Changelog: v1.4.1...v1.5.1

v1.5.2

  • Sanitize markdown alt text to remove brackets

v1.5.3

  • Added option to disable toast messages (they can be kind of annoying when using the quick resize shortcuts)

v1.5.4

  • Added context menu entry to copy image to clipboard
  • This is disabled by default (can be enabled in settings) so that users of Rich Markdown plugin don't get duplicate copy image context menu entries.

v1.5.5

  • Fix copying webp and avif images to clipboard (need to convert them to png due to plugin API limitation: laurent22/joplin#12859)

v1.5.6 - v1.5.7

  • Moved image detection/extraction to the content script
  • Update CSS to use ellipsis overflow for alt text field

v1.5.8

  • Added setting for default percentage when opening the resize dialogue
  • Various small fixes

v1.5.9

  • Focus alt text field when opening dialogue- makes it so that hitting enter right after opening the dialog immediately submits the form with the default resize percentage/size. This also fixes the issue related to the "Improve plugin panel, editor, and dialog security" setting.
  • Fix regression with getting original image dimensions in web app
  • Improve performance of opening the dialog in web app

v1.5.10 - v1.5.12

  • Verify expected line text before replacing
  • Implement settings cache to improve performance of opening the dialog
  • feat: support svg (rasterized to png) when copying image

v1.5.14 - v1.5.15

  • Use mousedown event listener instead of current cursor position to detect images, fixes issue on linux (ubuntu/gnome) where right click would sometimes show stale context menu entries.
  • The cursor changes were reverted (doesn't play nicely with the rendered markup setting, because markdown being revealed on right click can result in difference between right click position and resulting cursor position)

v1.5.16

  • Add separator before context menu items