|  03-26-2025, 12:36 PM | #76 | |
| Well trained by Cats            Posts: 31,249 Karma: 61360164 Join Date: Aug 2009 Location: The Central Coast of California Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A | Quote: 
  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' | |
|   |   | 
|  03-26-2025, 04:28 PM | #77 | |
| null operator (he/him)            Posts: 22,010 Karma: 30277294 Join Date: Mar 2012 Location: Sydney Australia Device: none | Quote: 
 New to calibre? Start Here Video Tutorials BR | |
|   |   | 
|  03-28-2025, 11:47 AM | #78 | |
| Enthusiast  Posts: 45 Karma: 10 Join Date: Jan 2024 Device: Kobo Libra 2 | Quote: 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;
}Thank you!! | |
|   |   | 
|  03-28-2025, 12:06 PM | #79 | 
| creator of calibre            Posts: 45,604 Karma: 28548974 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.
		 | 
|   |   | 
|  03-28-2025, 12:13 PM | #80 | 
| Grand Sorcerer            Posts: 13,693 Karma: 79983758 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. | 
|   |   | 
|  03-28-2025, 12:24 PM | #81 | |
| Enthusiast  Posts: 45 Karma: 10 Join Date: Jan 2024 Device: Kobo Libra 2 | Quote: 
   | |
|   |   | 
|  03-28-2025, 12:52 PM | #82 | 
| Grand Sorcerer            Posts: 13,693 Karma: 79983758 Join Date: Nov 2007 Location: Toronto Device: Libra H2O, Libra Colour | 
			
			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.
		 | 
|   |   | 
|  03-28-2025, 01:23 PM | #83 | |
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | Quote: 
 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. | |
|   |   | 
|  03-28-2025, 03:14 PM | #84 | 
| Enthusiast  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! | 
|   |   | 
|  03-28-2025, 03:41 PM | #85 | 
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | 
			
			I'll test 8.1.1 on my Kobo when I get a chance.
		 | 
|   |   | 
|  03-28-2025, 09:07 PM | #86 | 
| Connoisseur            Posts: 85 Karma: 514138 Join Date: Jan 2025 Device: Kobo Clara BW | 
			
			What does hyphenation refer to in this case?
		 | 
|   |   | 
|  03-28-2025, 10:01 PM | #87 | 
| Enthusiast  Posts: 45 Karma: 10 Join Date: Jan 2024 Device: Kobo Libra 2 | |
|   |   | 
|  03-30-2025, 07:57 PM | #88 | 
| Grand Sorcerer            Posts: 13,982 Karma: 243829945 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.   | 
|   |   | 
|  03-30-2025, 11:00 PM | #89 | 
| Enthusiast  Posts: 45 Karma: 10 Join Date: Jan 2024 Device: Kobo Libra 2 | 
			
			So can you please check if hyphenation is working in your KEPUBs?
		 | 
|   |   | 
|  03-30-2025, 11:26 PM | #90 | |
| Bibliophagist            Posts: 48,088 Karma: 174315300 Join Date: Jul 2010 Location: Vancouver Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos | Quote: 
 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. | |
|   |   | 
|  | 
| 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 |