Page 1 of 1

hyper-link selection

Posted: 2010-10-07 03:48:06
by feat
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?

Re: hyper-link selection

Posted: 2010-10-07 07:56:49
by Kino
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.

Re: hyper-link selection

Posted: 2010-10-09 00:47:01
by feat
thanks, Kino: quietly efficient, as usual...