Skip to content

v1.0.0-beta.2

Pre-release
Pre-release

Choose a tag to compare

@FusionC0rn FusionC0rn released this 12 Aug 16:05
· 6 commits to main since this release

What's Changed

πŸ› Fix: zoom now works in pop-out windows

Notes opened via "Open in new window" previously couldn't be zoomed with
Ctrl/Cmd + Scroll or pinch-to-zoom β€” the listeners were only registered
on the main window. The plugin now detects every open window and registers
listeners on each.

πŸ› Fix: zoom targeted the wrong window in multi-window setups

With two windows side by side, Ctrl/Cmd + Scroll applied to the window
that had focus instead of the window under the cursor. Wheel and pinch
now locate the note under the pointer directly from the event target:

  • βœ… Zoom always applies to the note under your cursor
  • βœ… Pinch-to-zoom no longer requires clicking the note first
  • βœ… Ctrl/Cmd + Scroll over non-note UI areas no longer zooms
  • βœ… Status bar, commands, and slider unchanged

Install

Download main.js + manifest.json and replace the files in
<vault>/.obsidian/plugins/note-zoom/, then reload Obsidian.