View Single Post
Old 10-16-2014, 10:48 AM   #8
phossler
Wizard
phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.
 
Posts: 1,087
Karma: 447222
Join Date: Jan 2009
Location: Valley Forge, PA, USA
Device: Kindle Paperwhite
Sorry to resurrect an old post, but I recently had to fix a lot of broken links and it got me wondering again if there were any suggestions or ideas

The best convention I've come up so far is something like the to-from pairs below, BUT it's all manual, keeping track of current cite number, inserting the matching anchors / links, etc.

In the text file

Code:
blah blah blah blah blah blah blah blah blah.
<a class="cite" id="chap02_cite01" href="notes.xhtml#chap02_note01">[1]</a>
blah blah blah blah blah blah blah blah blah

In the Notes file

Code:
<p class="note" id="chap02_note01">
<a href="chapter_2.html#chap02_cite01">[1]</a>
blah blah blah.</p>

Thanks
phossler is offline   Reply With Quote