tomcritchlow

Results 4 comments of tomcritchlow

Not sure if this is the most elegant way to do this but I wrote this JS to pre-process the footnotes: `var footnotes = $(".footnotes p"); $("sup").each(function(index){ var fn =...

Yeah - esp for URLs. I think what I'm going to do is use JS to pre-process all my links and turn them into endnotes that look something like this:...

The code I posted above combined with the default link -> footnote code from the examples does the job of combining the links and endnotes as footnotes. But when I...

Thanks Dave - yeah I'm not sure if you wanna build out that functionality either (keep it simple!) but I've appreciated using the package and recognize that custom namespaces are...