FWIW, I implemented copying the hover url to the clipboard when a user right clicks on a link in Preview. I added this because to fix the issue this thread was about, I had to know when a left button click occurred over a link. So the fix for that bug made adding this enhancement request quite painless. I am still not convinced as to its overall need, but the change needed was very minor given what we have in master right now.
This enhancement request will appear in the upcoming version of Sigil.
Be aware that the url for internal links will be internal to the Sigil temp files so be very careful when using it not to modify the temp files under Sigil's nose if you use that clipboard link.
Take care,
KevinH
Quote:
Originally Posted by Tex2002ans
You'll be able to copy the link directly in Preview with a right-click (just like Firefox/Chrome).
Without having to jump back into Code View, find the exact <a> location, copy/paste the correct href (making sure you don't highlight "" or pick a different <a> within a single <p>), [...].
|