Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 03-26-2025, 12:36 PM   #76
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,012
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by SamLoki View Post
Thank you for Creating Calibre kovidgoyal. I am still learning it. Is there a book or manual or anything to learn more about using Calibre? Tutorials? Thanks again.
Learn Faster
Because it keeps evolving and getting better

Some of the videos may be a bit dated... BUT THE FUNCTION is still there.

Also, Do read the FAQ section on the help page.
Press F1 while the main Calibre app has focus to get there.
That will help both avoid later grief and offer solutions for common issues'
theducks is offline   Reply With Quote
Old 03-26-2025, 04:28 PM   #77
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,701
Karma: 29711016
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by SamLoki View Post
Thank you for Creating Calibre kovidgoyal. I am still learning it. Is there a book or manual or anything to learn more about using Calibre? Tutorials? Thanks again.
There are two sticky threads from Kovid at the top of this forum Ψ³

New to calibre? Start Here

Video Tutorials

BR
BetterRed is offline   Reply With Quote
Advert
Old 03-28-2025, 11:47 AM   #78
.tycho
Enthusiast
.tycho began at the beginning.
 
Posts: 45
Karma: 10
Join Date: Jan 2024
Device: Kobo Libra 2
Quote:
Originally Posted by kovidgoyal View Post
So I just installed 8.1.1, and I'm happy to report that my <style> tag now contains:
Code:
* {
    /* Vendor-prefixed CSS properties for hyphenation. Keep -webkit first since
     * some user agents also recognize -webkit properties and will apply them.
     */
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-after: 5;
    -webkit-hyphenate-limit-before: 3;
    -webkit-hyphenate-limit-chars: 8 3 5;
    -webkit-hyphenate-limit-lines: 2;

    /* CSS4 standard properties for hyphenation. If a property isn't represented
     * in the standard, don't put a vendor-prefixed property for it above.
     */
    hyphens: auto;
    hyphenate-limit-chars: 8 3 5;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: page;
}
The bad news, unfortunately, is that the hyphenation still isn't working for some reason? Clearly this is above my pay grade, but I'm definitely confused... It used to work with KoboTouchExtended. Anything I can do or look at to help troubleshoot?

Thank you!!
.tycho is offline   Reply With Quote
Old 03-28-2025, 12:06 PM   #79
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,308
Karma: 27111242
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
What does the hyphenate section for a kepub produced by KTE look like? It will be in one of the css files. As far as I can tell from looking at the code it should be identical.
kovidgoyal is offline   Reply With Quote
Old 03-28-2025, 12:13 PM   #80
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,471
Karma: 78880114
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
Just found this morning the option to select on a book by book basis whether to convert to kepub or not Great feature.

If like me you haven't seen it, go to Preferences | Plugins | KoboTouch | Customize plugin. On the Collections, covers & uploads tab select the option to Use Kobo viewer for EPUB books and then in the Template to decide conversion enter either {tags:str_in_list(\,,as_epub,false,true)} or {tags:str_in_list(\,,as_kepub,true,false)} depending on whether you want to only tag books to leave in EPUB format, or only those to convert to KEPUB.

Depending on which template you use, either tag ebooks with as_epub or as_kepub.
PeterT is offline   Reply With Quote
Advert
Old 03-28-2025, 12:24 PM   #81
.tycho
Enthusiast
.tycho began at the beginning.
 
Posts: 45
Karma: 10
Join Date: Jan 2024
Device: Kobo Libra 2
Quote:
Originally Posted by kovidgoyal View Post
What does the hyphenate section for a kepub produced by KTE look like? It will be in one of the css files. As far as I can tell from looking at the code it should be identical.
I'll resinstall 7.26 with KTE and create some KEPUBs, and then I'll be able to compare them to those created in 8.1.1 with KT. We'll get this nailed down!
.tycho is offline   Reply With Quote
Old 03-28-2025, 12:52 PM   #82
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,471
Karma: 78880114
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
Quote:
Originally Posted by .tycho View Post
I'll resinstall 7.26 with KTE and create some KEPUBs, and then I'll be able to compare them to those created in 8.1.1 with KT. We'll get this nailed down!
If you can, just install the portable version of 7.26 which can co-exist with the regular installation. You can't run both at the same time but still can have both installed at the same time.
PeterT is offline   Reply With Quote
Old 03-28-2025, 01:23 PM   #83
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,657
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by kovidgoyal View Post
What does the hyphenate section for a kepub produced by KTE look like? It will be in one of the css files. As far as I can tell from looking at the code it should be identical.
Here is what it looks like from calibre 7.24. This is in hyphenation.css.

Code:
* {
	/* Vendor-prefixed CSS properties for hyphenation. Keep -webkit last since
	 * some user agents also recognize -webkit properties and will apply them.
	 */
	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-after: 3;
	-webkit-hyphenate-limit-before: 3;
	-webkit-hyphenate-limit-chars: 6 3 3;
	-webkit-hyphenate-limit-lines: 2;

	/* CSS4 standard properties for hyphenation. If a property isn't represented
	 * in the standard, don't put a vendor-prefixed property for it above.
	 */
	hyphens: auto;
	hyphenate-limit-chars: 6 3 3;
	hyphenate-limit-lines: 2;
	hyphenate-limit-last: page;
}

h1, h2, h3, h4, h5, h6, td {
	-webkit-hyphens: none !important;
	hyphens: none !important;
}

Last edited by JSWolf; 03-28-2025 at 01:25 PM.
JSWolf is offline   Reply With Quote
Old 03-28-2025, 03:14 PM   #84
.tycho
Enthusiast
.tycho began at the beginning.
 
Posts: 45
Karma: 10
Join Date: Jan 2024
Device: Kobo Libra 2
Perhaps Kobos require the separate hyphenation.css files, and don’t work if it’s embedded in the chapter HTML files?

Does the hyphenation work on anyone else’s Kobo? I’ve got a Libra 2 running the latest firmware. Or am I the only one with the issue? Thanks!
.tycho is offline   Reply With Quote
Old 03-28-2025, 03:41 PM   #85
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,657
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by .tycho View Post
Perhaps Kobos require the separate hyphenation.css files, and don’t work if it’s embedded in the chapter HTML files?

Does the hyphenation work on anyone else’s Kobo? I’ve got a Libra 2 running the latest firmware. Or am I the only one with the issue? Thanks!
I'll test 8.1.1 on my Kobo when I get a chance.
JSWolf is offline   Reply With Quote
Old 03-28-2025, 09:07 PM   #86
Lavender
Connoisseur
Lavender ought to be getting tired of karma fortunes by now.Lavender ought to be getting tired of karma fortunes by now.Lavender ought to be getting tired of karma fortunes by now.Lavender ought to be getting tired of karma fortunes by now.Lavender ought to be getting tired of karma fortunes by now.Lavender ought to be getting tired of karma fortunes by now.Lavender ought to be getting tired of karma fortunes by now.Lavender ought to be getting tired of karma fortunes by now.Lavender ought to be getting tired of karma fortunes by now.Lavender ought to be getting tired of karma fortunes by now.Lavender ought to be getting tired of karma fortunes by now.
 
Lavender's Avatar
 
Posts: 82
Karma: 514138
Join Date: Jan 2025
Device: Kobo Clara BW
What does hyphenation refer to in this case?
Lavender is offline   Reply With Quote
Old 03-28-2025, 10:01 PM   #87
.tycho
Enthusiast
.tycho began at the beginning.
 
Posts: 45
Karma: 10
Join Date: Jan 2024
Device: Kobo Libra 2
Quote:
Originally Posted by Lavender View Post
What does hyphenation refer to in this case?
Splitting a long word across lines, with a hyphen between them.
.tycho is offline   Reply With Quote
Old 03-30-2025, 07:57 PM   #88
Sirtel
Grand Sorcerer
Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.
 
Sirtel's Avatar
 
Posts: 13,434
Karma: 238916691
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
Just connected my Kobos for the first time after the version 8 update, to load some books. Everything worked perfectly, as it always has.

Many thanks again for calibre & plugins! I couldn't imagine my life without it.
Sirtel is offline   Reply With Quote
Old 03-30-2025, 11:00 PM   #89
.tycho
Enthusiast
.tycho began at the beginning.
 
Posts: 45
Karma: 10
Join Date: Jan 2024
Device: Kobo Libra 2
Quote:
Originally Posted by Sirtel View Post
Just connected my Kobos for the first time after the version 8 update, to load some books. Everything worked perfectly, as it always has.

Many thanks again for calibre & plugins! I couldn't imagine my life without it.
So can you please check if hyphenation is working in your KEPUBs?
.tycho is offline   Reply With Quote
Old 03-30-2025, 11:26 PM   #90
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 45,895
Karma: 168959602
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by .tycho View Post
So can you please check if hyphenation is working in your KEPUBs?
Since I read in left justified (AKA ragged right), hyphens are not of much interest. I did switch one ePub to justified and there were hyphens along with lines with wide word gaps and interword spacing. I'm back to left justified until micro-justification becomes a commonplace for ereaders. See micro-typography for more information.

Have you tried going to the Hypenation tab in the KoboTouch driver configuration and changing the values there to match the ones used by the KTE driver.
DNSB is offline   Reply With Quote
Reply

Tags
calibre, kepub, kobo, sideloading


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
A Calibre library with only kepub Regard_39 Kobo Reader 48 07-18-2024 02:40 AM
Creating epub/kepub books (docx→epub/kepub via MS Word→Calibre) SJC-Caron ePub 18 04-21-2016 11:10 AM
Is there a way to import kepub to calibre/convert a kepub to other formats? Major General Library Management 9 04-08-2014 10:00 PM
Mini kepub not showing in Calibre paola Kobo Reader 10 08-11-2013 09:34 AM
Touch Sideloaded EPUBs with KEPUB features jpelgrom Kobo Reader 22 08-01-2012 04:27 PM


All times are GMT -4. The time now is 12:35 PM.


MobileRead.com is a privately owned, operated and funded community.