Quick Link Command

This is a very simple command that will simply wrap the current selection with an identical link.


For example, if your selection is http://www.basic-ultradev.com, the command will give you a link like

<a href="http://www.basic-ultradev.com">http://www.basic-ultradev.com</a>

If your link is an email address like [email protected], the command will give you a link like

<a href="mailto:[email protected]">[email protected]</a>

Also, if your link looks like www.basic-ultradev.com, the link will add the "http://" to the beginning of the link.

The command is accessible from the Commands menu and also from the right-click contextual menu. It's a real time-saver when you have some text that has links in it, and all you need to do is to set the link equal to the actual textual link.

Tom Muck

www.basic-ultradev.com