View Single Post
Old 12-17-2024, 10:14 AM   #3
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,737
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by chezjim View Post
So I tried a test implementation of this syntax:


For the reference in the main text:
xml
<a id="fn1" href="#fn1a" epub:type="noteref"><sup>[1]</sup></a>
For the endnote:
xml
<aside epub:type="footnote" id="fn1a">
<p><a href="#fn1">[1]</a> Endnote text here.</p>
</aside>
If the endnotes are at the end of the html file, your syntax should work. If it doesn't work in Aquile reader, maybe you have to prefix the href values by the actual file names.

Also the syntax that you used can only be used in epub3 files. If you used it in an epub2 book you might want to convert it an epub3 book with KevinH's epub3tizer plugin.
Doitsu is offline   Reply With Quote