since Nisus Writer's links aren't rendered to pdf, I'm forced to change their appearance (font, color) so they can easily be spotted in a rendered document
now, the problem is I can't find a way to look for links in a document, either in PowerFind or regex mode: selecting a link then trying to find any word (or any character) with the same attribute can only find that link — as if each link had its own href as a specific attribute…
so, is there another — more generic way to locate links in a document?
hyper-link selection
Re: hyper-link selection
A while ago, I posted a macro for that here:
http://nisus.com/forum/viewtopic.php?p=18268#p18268
If you want to process one by one, create one-line macros consisting of Select Next Link and Select Previous Link and call them, for example, via shortcuts or custom toolbar items.
Edit: Added the last paragraph.
http://nisus.com/forum/viewtopic.php?p=18268#p18268
If you want to process one by one, create one-line macros consisting of Select Next Link and Select Previous Link and call them, for example, via shortcuts or custom toolbar items.
Edit: Added the last paragraph.
Re: hyper-link selection
thanks, Kino: quietly efficient, as usual...