09-09-2015, 05:37 PM | #1 |
I need a chapter break
Posts: 4,042
Karma: 56058267
Join Date: Mar 2015
Location: Israel
Device: Kobo Glo
|
Turn page left to right.
I make a book in ".htm" extension convert it to ".epub" extension.
when I send the book to my Kobo as ".kepub.epub", it work well but it turn right to left. can I change it to turn page left to right. |
09-09-2015, 06:02 PM | #2 | |
Well trained by Cats
Posts: 30,444
Karma: 58055868
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
Quote:
body { <the usual stuff> direction : rtl; } |
|
Advert | |
|
09-09-2015, 06:20 PM | #3 | |
I need a chapter break
Posts: 4,042
Karma: 56058267
Join Date: Mar 2015
Location: Israel
Device: Kobo Glo
|
Quote:
Can't find the Body style. or do you mean to add it to the code "<body lang="he" vlink="black" link="blue" class="calibre">" in edit book? Last edited by oren64; 09-09-2015 at 06:36 PM. |
|
09-09-2015, 06:31 PM | #4 |
Well trained by Cats
Posts: 30,444
Karma: 58055868
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
|
09-09-2015, 06:35 PM | #5 |
Well trained by Cats
Posts: 30,444
Karma: 58055868
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
Sorry, I use the editor for most changes
You can force it during conversion settings: Look and feel: Extra CSS Past this into that box and finish the conversion Code:
body { direction : rtl; } |
Advert | |
|
09-09-2015, 07:55 PM | #6 |
I need a chapter break
Posts: 4,042
Karma: 56058267
Join Date: Mar 2015
Location: Israel
Device: Kobo Glo
|
It change the highlight direction to rtl but not the page turn, it still default is ltr.
EDIT:I just notice that the text is grey color and when i highlight it, the highlight text change to black. Last edited by oren64; 09-09-2015 at 08:28 PM. |
09-09-2015, 09:15 PM | #7 |
Well trained by Cats
Posts: 30,444
Karma: 58055868
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
Kobo (KEPUB) might not honor the direction
A Kobo expert needs to chime in I chose Body (the over all point), LTR might be coded at or nearer to the Paragraph level. The Editor on a plain EPUB is your friend. The Kobo will show those. |
09-09-2015, 09:20 PM | #8 |
Grand Sorcerer
Posts: 12,752
Karma: 75000002
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
|
It's worth while looking at https://github.com/kobolabs/epub-spec and seeing what it says regarding left to right.
|
09-10-2015, 12:28 AM | #9 |
Enthusiast
Posts: 34
Karma: 67986
Join Date: Feb 2014
Device: Kobo Glo, Kobo Aura H2O
|
If you're meaning page turning direction instead of writing direction...
There's at least three ways to change page turning direction in Kobo: 1. In "Reading setting -> Page Controls", the third method is chosen. In that case, just choose another method. 2. In opf file, page-progression-direction="rtl" is set. In that case, remove the property, and make Kobo reparse the book.* 3. Something directly updated content.PageProgressDirection='rtl' in KoboReader.sqlite. There's at least one hack automatically does this if you install it on your device**. In that case, uninstall the hack and make Kobo reparse the book.* * Which means you have to delete the book on the device and resend it again. If you delete the book while connecting it to a PC, you have to disconnect and reconnect again before resending. ** Although the script I mentioned here only modifies cbz / pdf / cbr, not epub. Last edited by anavin; 09-10-2015 at 12:34 AM. |
09-10-2015, 05:04 AM | #10 |
I need a chapter break
Posts: 4,042
Karma: 56058267
Join Date: Mar 2015
Location: Israel
Device: Kobo Glo
|
Can I fix the grey text, I think the text show in blue color like the table of contents ?
Yes I know that, but the swipe is ltr. Last edited by oren64; 09-10-2015 at 05:55 AM. |
09-10-2015, 08:57 AM | #11 |
Grand Sorcerer
Posts: 12,752
Karma: 75000002
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
|
The swipe to turn pages with Kobo is always right to left to page forward. You can only alter the tap page turn option.
|
09-10-2015, 10:30 AM | #12 |
Enthusiast
Posts: 34
Karma: 67986
Join Date: Feb 2014
Device: Kobo Glo, Kobo Aura H2O
|
The swipe respects the page-progression-direction; that is, if the property is rtl, you swipe left to right to go forward. (But then, if you alter the tap option, it becomes tap right to go forward again.)
|
09-11-2015, 06:04 PM | #13 |
I need a chapter break
Posts: 4,042
Karma: 56058267
Join Date: Mar 2015
Location: Israel
Device: Kobo Glo
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
In case you want to turn off "Time left in book" function... | DmitryZzz | Amazon Kindle | 15 | 03-09-2019 12:13 PM |
PW3: How to page forward with left hand? | pdurrant | Amazon Kindle | 6 | 08-22-2015 12:57 PM |
Right to Left Page progression | sunnyabraham | Calibre | 0 | 06-27-2012 08:09 AM |