![]() |
#1 |
frumious Bandersnatch
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,543
Karma: 19001583
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
|
Footnotes in footnotes
I was reading a book in a book with footnotes (or rather endnotes), and found the not too uncommon case of a footnote within a footnote... The book is coded by yours truly, and the structure is pretty simple:
text.xhtml: Code:
<p>Lorem ipsum.<a class="call" href="footnotes.xhtml#n1>[1]</a></p> Code:
<div class="footnote" id="n1"> <p>1 Footnote.<a class="call" href="#n2>[2]</a></p> </div> <div class="footnote" id="n2"> <p>2 Footnote.</p> </div> Am I missing something? Is this worth reporting as an issue on GitHub? PS. By the way, the footnote numbers are actually back-links to the main text... but touching them in the endnotes pages doesn't seem to work either. Maybe this is because they are very close to the margins, though. |
![]() |
![]() |
![]() |
#2 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,742
Karma: 730681
Join Date: Oct 2014
Location: Antwerp
Device: Kobo Aura H2O
|
The in-page footnotes have some limitations. I think an issue could be useful, especially in combination with a ready to use testcase (rather than a "it'd take a few minutes to make that into an EPUB etc. testcase
![]() |
![]() |
![]() |
Advert | |
|
![]() |
#3 |
frumious Bandersnatch
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,543
Karma: 19001583
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
|
I just noticed that I had enabled both "inline footnotes" (in the styles menu) and "show footnotes in popup" (in the settings menu). This meant I couldn't use neither the link to the inner footnote in the inline footnote, nor the link to the outer footnote, because it just showed the popup (and the link inside the popup doesn't work). I believe disabling popup footnotes will allow me at least to visit the outer footnote in its end page and see the inner footnote there.
Still, I will create an issue (with full testcase). |
![]() |
![]() |
![]() |
#4 |
frumious Bandersnatch
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,543
Karma: 19001583
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
|
Or maybe that won't be needed. Even with popup notes enabled I can long-tap the outer footnote link and get a "follow link" option. And there's also a recent relevant issue: https://github.com/koreader/koreader/issues/6622 (which somehow I didn't see/process yesterday).
|
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Footnotes | goroke | Writers' Corner | 5 | 10-26-2015 08:25 AM |
Footnotes - here's how I do it | 1v4n0 | Workshop | 14 | 03-08-2015 12:04 PM |
Need some help with footnotes | lothlann | Sony Reader | 10 | 07-29-2011 01:50 PM |
PRS-950 footnotes? | sovre | Sony Reader | 1 | 05-22-2011 07:27 PM |
Footnotes? | S Otteson | Sigil | 11 | 01-26-2011 10:14 PM |