-------------
I'm surprised by the limited interest in this idea so, before I put my tail between my legs and limp away, I'll try one more time with a modified appeal:
Imagine using Javascript (or any other language Blumentals chooses) to write your own, custom actions to operate on your documents.
- Client provides a privacy policy to add to a site. It's got 70 paragraphs in it. Copy/paste content into doc, select it, hit key combo of your choice and, instantly, all 70 lines are wrapped in paragraph tags.
- Client provides 10 products which need to be in a list. Copy/paste, select text, hit key combo of your choice and, instantly, it's a properly formatted list.
- Client provides a list of 10 vendors + their web address. Copy/pate, select text, hit key combo of your choice and, instantly, it's a properly formatted list containing links with the specified url for each vendor.
- Client provides text - urls are scattered throughout. highlight a url, hit key combo of your choice and, instantly, the text is now wrapped in an anchor.
- REFACTOR - select variable/method/class name, hit key combo of your choice, and your symbol is refactored.
+ a BILLION (1,000,000,000) other options.
And they're just scripts so they could be shared and co-developed in this community!!! like firefox extensions

How many pending WeBuilder Feature Requests could just be satisfied by users sharing "plugins"???
-------------
Original:
-------------
Homesite enabled the creation of "custom buttons" which had external JavaScript attached to them. Those scripts could operate on the current document, open documents or, most importantly (to me), the current selection. Here's an article about the concept and implementation guidance: http://www.webreference.com/js/column48/index.html
I used "custom buttons" to automate tedious tasks like wrapping link text in an anchor, creating lists, creating link lists, camel casing text, etc... I used regular expressions to convert large bodies of client-supplied text to html.
What are the chances that such a thing becomes possible in WeBuilder?
Thanks!
-Carlos
-------------