|  03-24-2025, 01:01 AM | #61 | 
| Enthusiast  Posts: 45 Karma: 10 Join Date: Jan 2024 Device: Kobo Libra 2 |   
			
			Hey everyone, just wondering, did hyphenation change or break in 8.0.1? I'm curious because I copied my hyphenation settings from the KTE plugin to the built-in KT plugin, and now my KEPUBs are no longer hyphenated. I've attached my settings in Calibre's KoboTouch driver. Any thoughts? Thank you! | 
|   |   | 
|  03-24-2025, 01:09 AM | #62 | 
| creator of calibre            Posts: 45,604 Karma: 28548974 Join Date: Oct 2006 Location: Mumbai, India Device: Various | 
			
			the settings insert the exact same css as the KTE driver did, open one of the files sent to the device and check for yourself.
		 | 
|   |   | 
|  03-24-2025, 01:36 AM | #63 | |
| Enthusiast  Posts: 45 Karma: 10 Join Date: Jan 2024 Device: Kobo Libra 2 | Quote: 
 Thank you for helping me with this! Last edited by .tycho; 03-24-2025 at 01:42 AM. | |
|   |   | 
|  03-24-2025, 01:50 AM | #64 | 
| creator of calibre            Posts: 45,604 Karma: 28548974 Join Date: Oct 2006 Location: Mumbai, India Device: Various | 
			
			Not it adds the CSS to a <style> tag in each HTML file. So open one of the HTML files and look there. The KTE driver used ot create a separate css file, the new code doesnt.
		 | 
|   |   | 
|  03-24-2025, 02:01 AM | #65 | 
| Enthusiast  Posts: 45 Karma: 10 Join Date: Jan 2024 Device: Kobo Libra 2 | 
			
			Ok, so I opened one of the chapter HTML files, and the only reference to hyphenation I see is: Code: <style type="text/css" id="kobostylehacks">div#book-inner { margin-top: 0; margin-bottom: 0; }
* {
    /* 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: True;
    -webkit-hyphenate-limit-before: True;
    -webkit-hyphenate-limit-chars: True True True;
    -webkit-hyphenate-limit-lines: True;
    /* 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: True True True;
    hyphenate-limit-lines: True;
    hyphenate-limit-last: page;
}
h1, h2, h3, h4, h5, h6, td {
    -webkit-hyphens: none !important;
    hyphens: none !important;
}
</style> | 
|   |   | 
|  03-24-2025, 02:14 AM | #66 | 
| creator of calibre            Posts: 45,604 Karma: 28548974 Join Date: Oct 2006 Location: Mumbai, India Device: Various | |
|   |   | 
|  03-24-2025, 02:16 AM | #67 | 
| Enthusiast  Posts: 45 Karma: 10 Join Date: Jan 2024 Device: Kobo Libra 2 | 
			
			Yay, I found a bug and helped fix it!   Thanks, Kovid, you're the best!! | 
|   |   | 
|  03-24-2025, 02:41 AM | #68 | |
| Junior Member  Posts: 8 Karma: 10 Join Date: Mar 2025 Device: Kobo Clara BW | Quote: 
 I have tested with a few books and can't 'see' a difference but that's a very small sample size. I am planning to store the epubs in calibre (as epubs are most compatible). I just wanted to check that I won't end up with a worse result by doing so I don't know how the epub or kepub was made by standard ebooks. I do think they do a superb job at cleaning up some books from project Gutenberg and producing books that look great on e-readers. So not really sure what the garbage reference is | |
|   |   | 
|  03-24-2025, 02:53 AM | #69 | |
| Junior Member  Posts: 8 Karma: 10 Join Date: Mar 2025 Device: Kobo Clara BW | Quote: | |
|   |   | 
|  03-24-2025, 04:13 AM | #70 | 
| creator of calibre            Posts: 45,604 Karma: 28548974 Join Date: Oct 2006 Location: Mumbai, India Device: Various | |
|   |   | 
|  03-24-2025, 04:31 AM | #71 | 
| Junior Member  Posts: 8 Karma: 10 Join Date: Mar 2025 Device: Kobo Clara BW | |
|   |   | 
|  03-24-2025, 06:34 AM | #72 | |
| Resident Curmudgeon            Posts: 80,742 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | Quote: 
 | |
|   |   | 
|  03-26-2025, 11:56 AM | #73 | 
| Retired-Ham Op-Audiophile  Posts: 7 Karma: 10 Join Date: Mar 2025 Location: Bronx New York Device: Kobo Clara BW, Boox Page | 
			
			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.
		 | 
|   |   | 
|  03-26-2025, 12:10 PM | #74 | |
| Connoisseur  Posts: 64 Karma: 10 Join Date: Jul 2016 Device: Kindle Paperwhite | Quote: 
 | |
|   |   | 
|  03-26-2025, 12:32 PM | #75 | 
| Wizard            Posts: 2,215 Karma: 8888888 Join Date: Jun 2010 Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite | 
			
			Copy paste the following into the calibre search bar: Code: authors:"=Kovid Goyal" | 
|   |   | 
|  | 
| Tags | 
| calibre, kepub, kobo, sideloading | 
| 
 | 
|  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 |