If a js hacker in this forum has a few moments to spare, my soon to be released smart link plugin project could use a quicktag-like js.
The general idea of the plugin is to insert links as [text->link], using natural language rather than urls.
The button and keyboard shortcut (could be 'a', or 'z') should react as follows:
- If no text is selected, insert '[->]' where cursor is in text, move cursor to after '['
- If text is selected, insert '[' before the selection, '->]' after the selection, move cursor to after '>'
Obviously, IE and FF compatibility is preferred. Opera and Safari would be nice too. :)
Thanks in advance if anyone decides to take care of this