mcLinesToLinks
Mark — Tue, 01/03/2006 - 23:44

This plugin converts selected lines of text into clickable links. As of version 1.0 the TITLE attribute has been dropped in favor of user definable attributes. This plugin has also been moved from the Beta to the Tools actionbar. Some of the new features in version 1.0 are:
- Option for including one or more user-defined attributes.
- User-defined attributes can be turned on/off without having to re-enter.
- Plugin output can be sent to the Output window or directly applied to the editor.
- Preferences dialog.
Create links
This plugin converts this:
text to link text to link text to link
to this:
<a href="">text to link</a> <a href="">text to link</a> <a href="">text to link</a>
Preferences
To set the preferences select Preferences from the plugins dropdown menu.
The Preferences window looks like this:

The Use Attribute setting determines whether the attributes listed on the next line are used are not when the plugin is launced.
The Define Attributes value is what is placed inside the anchor tag, such as adding ID or CLASS attributes.
The Output Mode setting determines whether the selected text should be overwritten or the results displayed in the Split View panes.