You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to add a button to change the page direction?
This is useful for Japanese novels and books, where the text is normally read vertically right to left, with pages being turned from right to left.
This requires adding a parameter to the spine tag in contents.opf (around line 163 of saveEbook.js)
The default spine is defined as: '<spine toc="ncx">'
A right-to-left spine is defined as: '<spine toc="ncx" page-progression-direction="rtl">'
I have attempted implementing a button for the functionality but ended up breaking the locally unpacked extension for Chrome.
The text was updated successfully, but these errors were encountered:
Would it be possible to add a button to change the page direction?
This is useful for Japanese novels and books, where the text is normally read vertically right to left, with pages being turned from right to left.
This requires adding a parameter to the spine tag in contents.opf (around line 163 of saveEbook.js)
The default spine is defined as:
'<spine toc="ncx">'
A right-to-left spine is defined as:
'<spine toc="ncx" page-progression-direction="rtl">'
I have attempted implementing a button for the functionality but ended up breaking the locally unpacked extension for Chrome.
The text was updated successfully, but these errors were encountered: