View Single Post
Old 01-12-2015, 03:39 AM   #12
nqk
Fanatic
nqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beauty
 
Posts: 564
Karma: 32228
Join Date: Feb 2012
Device: Onyx Boox Leaf
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

Last edited by nqk; 01-12-2015 at 03:41 AM.
nqk is offline   Reply With Quote