Adds Ctrl/Cmd +/-/0 and Ctrl/Cmd scroll shortcuts that change only markdown editor font size.
Add editor zoom shortcuts #108
Thanks! Two things though: this PR is branched off an older main, so it also re-includes your notes-list toggle (#89) and bumps the version back to 1.2.10, which conflicts with the current 1.3.1. Could you rebase on the latest main and trim this PR down to just the editor-zoom change (the +page.svelte part)? Keep #89 as its own PR. One design question before I merge: this remaps Ctrl +/-/0 and Ctrl+scroll to change only the editor font size, overriding the usual whole-app zoom - was that the intent? We already have a Font Size setting and an Interface Scale, so I want to make sure the shortcut targets the right one. Will revisit after 1.3.1 ships.
e089e86460
to fe56924bd1
Hey!
My intent was to resize only the editor text, not the whole UI. That works better for my accessibility needs because I often want larger reading text without scaling the interface.
If you’d prefer the standard behavior, we could keep Ctrl/Cmd+scroll for editor text size and let Ctrl/Cmd +/-/0 resize the whole UI instead.
Longer term, customizable keybindings would probably be the best solution.
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?