I'm also working on a implementation of my buttons for the BBCode_Wysiwyg module.
Two things I like about that module
- Javascript for Links and Images (asks for the URL, would be great for Wikipedia,Google and Youtube)
- Text based Buttons (that I have overwritten with CSS-Images-Buttons)
Both have been requested here also #123998: Missing JavaScript link code... and #209203: A way to have only text links instead of images.
I guess that would be quite a lot of change in code. But than it would be possible to have a module like QuicktagsPlus that would provide more buttons or change the markup thats being output. And on the other side have a set of different CSS-based Buttons.
I'm working on two sets of buttons. Right now I would have to write two modules that are identical except for the presentational layer.
Anyone up for the task of seperating logic and presentation here?
Jan