v1.0.0-beta.2
Pre-release
Pre-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.