sioyek icon indicating copy to clipboard operation
sioyek copied to clipboard

Feature recto verso adjustment for two page mode

Open aw-cloud opened this issue 7 months ago • 2 comments

Documents with missing pages, especially title pages and covers, can end up with the pages flipped so that recto pages are incorrectly displayed on the left and vice versa. This PR adds an offset and associated command to toggle the offset so documents can be correctly displayed.

PR also fixes some typos I found along the way. Let me know what you think.

aw-cloud avatar May 11 '25 18:05 aw-cloud

Thanks, I like the idea but I think it is better if it is a config rather than command (that way, if the user is reading a long book that requires adjustment they can temporarily set it in their config file so they don't have to readjust it every time, though it does mean that it is a global config for all files which might not be what the user wants but I might add per-file configs in the future which will solve this issue.). I have added it in https://github.com/ahrm/sioyek/commit/eb03410682f70fa27cbe2f9ec3bf59ac086457d7 as a config.

ahrm avatar May 13 '25 14:05 ahrm

That makes sense. I tend to work with lots of files so a command suits my workflow better but I can understand how the change being nonpersistent could get annoying if you mostly read one thing at a time. Per-file configs would be nice if that's the easiest way to get both persistence and a toggle.

aw-cloud avatar May 13 '25 19:05 aw-cloud