0.9.0
Obsidian 1.13 compatibility
Obsidian 1.13 ships its own native lightbox for images in notes. Image Peek used to handle those too, so both opened at once.
- In-note images now hand off to Obsidian's native lightbox on 1.13+ — no more double handling.
- Image Peek still powers Canvas images, where there is no native lightbox.
- On Obsidian 1.12 and earlier, nothing changes — Image Peek handles notes as before.
New
- Action capsule on the native lightbox — Obsidian's lightbox only offers a close button, so Image Peek injects Copy image and Reveal in Finder / Show in file explorer into it.
- Canvas and in-note previews now share one implementation, so the buttons look and behave identically in both.
Fixed
- Action buttons in the title bar were unclickable (the native title bar sets
pointer-events: none). - The image counter rendered behind the image.
- Canvas preview had a different background from the in-note one.
- The action capsule was injecting itself into Image Peek's own overlay.
Removed
- Share button. On desktop it used the macOS share menu, which can only be positioned by its top-left corner while its own size is unmeasurable — with the capsule pinned to the bottom of the screen it always ended up covering the button. The mobile Web Share path did not work reliably either. Copy image is unaffected.
- "Open in default app" is gone from the native-lightbox capsule — the lightbox is the previewer, so opening a second one was redundant. It remains in the legacy (pre-1.13) window-style action bar.
To update in Obsidian: Settings → Community plugins → check for updates.