|
|
Thread Tools | Search this Thread |
04-08-2024, 04:46 AM | #1 |
Junior Member
Posts: 1
Karma: 10
Join Date: Apr 2024
Device: none
|
Indesign epub export to kindle - footnotes and hyperlink code conversion to Kindle Fo
Hi, I'm having problems exporting a book to kindle from an epub. I had to setup the footnotes as hyperlinks because indesign doesn't let me reference 3 footnotes in the body text to the same end footnote. But Kindle wants them in a different HTML format. Without having to redo all 300+ of them does anyone have any clever workarounds? I would be so very VERY grateful if so!
<!––FOOTNOTES AS HYPERLINKS IN EXISTING FILE:--> <a href="Sample_file_to_test_for_epub-1.xhtml#_idTextAnchor040"><span class="Hyperlink---Footnotes _idGenCharOverride-4" lang="">1</span></a> ... <li class="Footnotes-Numbered" lang="en-GB"><span class="Italic" lang=""><a id="_idTextAnchor040"></a>Title of footnote</span>Footnote body text here.</span></li> <!––WHAT KINDLE ASKS FOR INSTEAD:--> <p>This footnote example uses the aside element with the epub:type attribute and bi-directional hyperlinks.<sup><a id="source" href="#ft-1-1" epub:type="noteref">1</a></sup></p> ... <aside id="ft-1-1" epub:type="footnote"> <p><a epub:type="noteref" href="#source">1.</a> This is the footnote text, which should be placed at the end of the chapter or book.</p> </aside> <!––OR--> <p>This footnote example uses bi-directional hyperlinks only. <sup><a href=>footnotes.html#fn1" id="r1">[2]</a></sup></p> ... <p id="fn1"><a href="chapter01.html#r1">2.</a> This is the footnote text, which should be placed at the end of the chapter or book.</p> <!––OR--> <p>This example describes an <a id="fn1"/>event that happened.</p> ... <p><a href="chapter01.html#fn1">event that happened</a> This is the endnote text, which provides a reference for the details of the event.</p> |
04-09-2024, 05:44 PM | #2 |
Enthusiast
Posts: 33
Karma: 2538
Join Date: Aug 2023
Location: NW US
Device: none
|
Each ID goes to its own footnote; each footnote returns to its own ID.
Repeated information for footnotes is set up as: 10. Collins, Language, 97. 11. Ibid., 101 12. Ibid., 101 13. Ibid., 112 14. Ibid., 112 15. Sanford, Genetic Entropy, 25-26. 16. Ibid., 53 17. Ibid., 53 Even if you had three ID's going to the same footnote....how will a footnote know which ID to go back to? It can't return to all three ID's -- only one of those ID's can it return to. Kindle's asked for method is it, which means re-doing all 300+. Someday in the future when pure CSS modal is recognized in all eReaders, then you would be able to have an alternate solution. Last edited by azimuth; 04-09-2024 at 11:26 PM. |
Advert | |
|
Tags |
css, footnotes, html, hyperlinks, indesign |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Indesign-epub-kindle formatting problem: footnotes export with massive indent. | Wabznazm | Workshop | 40 | 05-09-2021 03:06 PM |
Export to ePub from InDesign CS5 | gardefjord | ePub | 42 | 10-29-2011 11:42 AM |
InDesign export as ePub? | Alda | General Discussions | 3 | 01-24-2011 01:59 PM |
EPUB Expert Needed: Cant properly export epub from InDesign | crottmann | ePub | 17 | 08-27-2010 11:23 AM |