Feature recto verso adjustment for two page mode#1391
Feature recto verso adjustment for two page mode#1391aw-cloud wants to merge 2 commits intoahrm:developmentfrom
Conversation
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 commit adds an offset and associated command to toggle the offset so documents can be correctly displayed
|
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 eb03410 as a config. |
|
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. |
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.