| 
 | |||||||
|  | 
|  | Thread Tools | Search this Thread | 
|  02-12-2020, 08:43 PM | #31 | |
| null operator (he/him)            Posts: 22,010 Karma: 30277294 Join Date: Mar 2012 Location: Sydney Australia Device: none | Quote: 
 Post any queries in the Calibre Editor forum, that guarantees Kovid will see them. BTW: you can use the calibre book editor stand-alone, no need to use it from the library manager. BR | |
|   |   | 
|  02-13-2020, 04:19 PM | #32 | |
| Enthusiast            Posts: 30 Karma: 2077248 Join Date: Feb 2020 Device: Forma | Quote: 
 Hi Tex, Thank you for you easy-to-follow instructions. I did as you suggested and now the links work! Wow. Amazing. I was just wondering about something. In other ebooks, when I tap on the number in the body of the text, The note pops up. Is there a quick way to modify our coding so that, rather than jumping to the notes section, I would see, for example, just footnote 15 in a pop-up box when I tap on the number 15 in the main body of the book?        | |
|   |   | 
|  02-13-2020, 05:27 PM | #33 | ||
| Wizard            Posts: 2,306 Karma: 13057279 Join Date: Jul 2012 Device: Kobo Forma, Nook | Quote: 
 Usually "popup footnotes" are an EPUB3 thing. And this is EPUB2. Quote: 
   | ||
|   |   | 
|  02-13-2020, 09:30 PM | #34 | |
| Wizard            Posts: 2,306 Karma: 13057279 Join Date: Jul 2012 Device: Kobo Forma, Nook | Quote: If you're using Calibre to read this book, one of its heuristics looks for "superscript numbers" linking to each other. Use this Regex: Search: (<a href="#f[tn]\d+" id="f[tn]\d+">)(\[\d+\])</a> Replace: \1<sup>\2</sup></a> this will change my [1] link into a superscript <sup>[1]</sup>. Then Calibre's reader will enable the footnote popups. Last edited by Tex2002ans; 02-13-2020 at 09:33 PM. | |
|   |   | 
|  02-13-2020, 10:39 PM | #35 | 
| Enthusiast            Posts: 30 Karma: 2077248 Join Date: Feb 2020 Device: Forma | 
			
			I do most reading on the Kobo Forma.  I use Calibre's reader to read PDFs (because it's so slow on my Forma) or ePubs with lots of pictures (so I can appreciate the images in their color) Last edited by thymesnewroman; 02-13-2020 at 10:56 PM. | 
|   |   | 
|  02-13-2020, 10:51 PM | #36 | |
| Enthusiast            Posts: 30 Karma: 2077248 Join Date: Feb 2020 Device: Forma | Quote: 
 I plan to do this Regex Search-and-replace and see if it will make my Forma do pop-ups.   | |
|   |   | 
|  02-13-2020, 11:36 PM | #37 | 
| Wizard            Posts: 2,306 Karma: 13057279 Join Date: Jul 2012 Device: Kobo Forma, Nook | |
|   |   | 
|  02-13-2020, 11:42 PM | #38 | |
| Enthusiast            Posts: 30 Karma: 2077248 Join Date: Feb 2020 Device: Forma | Quote: 
 But that still leaves the ”epub3 footnote code” issue. I'll be happy with the code you've kindly shared.   Last edited by thymesnewroman; 02-14-2020 at 12:27 AM. | |
|   |   | 
|  02-14-2020, 04:12 PM | #39 | 
| Guru            Posts: 761 Karma: 7025686 Join Date: Aug 2017 Location: Italy Device: Kindle Paperwhite, Kobo Elipsa, Pocketbook Inkpad 4, Inkpad Color | 
			
			You can read the Kobo EPUB Guidelines, this is the part of footnotes: https://github.com/kobolabs/epub-spe...kobo-platforms | 
|   |   | 
|  | 
| Thread Tools | Search this Thread | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| 4 issues: title length, title renaming, image resizing, link to single post | avid01 | Feedback | 9 | 09-10-2016 09:51 PM | 
| Title page showing filename and not true book title... | hikerguy | Editor | 3 | 03-30-2015 05:37 PM | 
| API to link local file to a ebook page | guru_r236 | Development | 1 | 05-22-2011 09:00 AM | 
| How to disable conversion date in title and source link in page? | siebert | Recipes | 18 | 11-26-2010 12:57 AM | 
| How do I fix the title on a personal content Kindle book? | ensyed | Amazon Kindle | 5 | 02-27-2010 03:45 AM |