Thank you, kovidgoyal, for this feature. It helps a lot in creating footnote, saving 90% of the time for this task. However, I need to move to the end of the file to insert the note, so could you please add something like
$end (before </body> tag)?
Currently my template looks like this
Code:
<span class="notelink"><a href="#n$1" id="nl$1" epub:type="noteref">[$1]</a></span>$2
I would love to have it like this
Code:
<span class="notelink"><a href="#n$1" id="nl$1" epub:type="noteref">[$1]</a></span>$end