Fixes for Obsidian's automated plugin review — no user-facing behavior changes.
- Styles are no longer assigned directly; show/hide now uses CSS classes, and the dynamic ones (resize cursor, swipe-to-dismiss backdrop) use
setCssStyles. - The "Related images" settings heading uses
Setting.setHeading()instead of a raw<h3>. - Detached scratch elements use Obsidian's
createElhelper. - Dropped the deprecated
setDynamicTooltip()— the slider value is shown inline now.
If you are coming from 0.8.1, see the 0.9.0 notes for the Obsidian 1.13 changes.
To update in Obsidian: Settings → Community plugins → check for updates.