Quote:
Originally Posted by Hitch
I've even sometimes used a background gray shade, over the 3-4-5 chars [123] (assume a gray-shaded background there) to show the reader where to tap.
|
Quote:
Originally Posted by Jellby
Bold, fancy font, in gray color (to make it less intrusive)
|
These are some pretty good ideas.
Some sites do a similar thing when displaying RPNs (Real Page Numbers).
Quote:
Originally Posted by Hitch
I'm going to ask Tex to do this for me.
|
Of course. Email me a copy and I'll convert whatever you need.
Quote:
Originally Posted by Hitch
I know, I know, I suck, but TEEEEXXXXX, can you sharesies with Roger, pretty please?
|
Share what now? lol.
I acquired mine via the high seas library!
As I said, only grabbed for research purposes. It was a Calibre-converted version though (oh, how that grinds my gears), so that's why I only took guesstimates at how the original code looked.
... But now that you mentioned it, I hunted down an actual EPUB. (Original is a 39.4MB EPUB,
not the 11MB converted junk.)
* * *
Now, this is the true code:
Within the text:
In the Endnotes chapter:
In the Footnotes chapter:
Notes:
In the frontmatter:
- Every endnote is wrapped in a:
- <sup class="EBsup">
- <a
- href="../Text/chapter028_notes.xhtml#ch28_3" id="ch28-3">
- Every footnote is wrapped in a:
- <a class="noteref" epub:type="noteref"
- href="../Text/footnotes004.xhtml#ch28_1" id="ch28-fn1">
then in the backmatter:
- Every endnote is wrapped in a:
- <span class="strong">
- <a href="chapter028.xhtml#ch28-1" id="ch28_1">
- Every footnote is wrapped in a:
- <aside class="footnote" epub:type="footnote" id="ch28_1" role="doc-footnote">
- <p class="EB02BodyTextFullOut" id="chu00493">
- <a class="footnote_return" href="../Text/chapter028.xhtml#ch28-fn1">
I ran through Kindle Previewer 3 to test. Clicking on:
- Footnote does popup
- Endnote jumps you to the enormous single paragraph.
- In Sigil, cursor appears in actual note location.
- No clue if actual device would jump there or to the beginning of the entire paragraph.
I couldn't reproduce broken/wrong links, although I only clicked on a handful of notes.
Honestly, it doesn't seem so, so bad. It could easily be regexed into submission.
And then one regex to split all those endnotes into actual individual paragraphs... that might even fix the popup issue.
I think the only real "issue" is the sheer size of this behemoth:
- 478k words
- 5378 endnotes
- 292 footnotes