Current Functionality
Open the attached sample EPUB with Sigil's
Tools > Reports > Links. Double-click on any link:
If you click on any link in Chapter 1, Sigil will jump to the very top of Chapter1.xhtml.
If you click on any link in Chapter 2, Sigil will jump to the very top of Chapter2.xhtml.
(Not very helpful.)
Expected Functionality
Jumping to the link's exact location in the HTML file (see the way Calibre's Editor
Tools > Reports > Links handles it).
If you click on "Example Link #3", Calibre jumps directly to the <a> containing "Example Link #3".
Why This Would Be Helpful
I was working on a book with 100+ hyperlinks (a collection of online articles). While Sigil's Links Report is very helpful for spotting general errors (typos, broken links, errors), I had to manually find/search each individual link if there was a problem:
Code:
<p>As the fantastic W<a href="http://www.wikipedia.org/">ikipedi</a>a article said.</p>