Forum Moderators: open
I've got a textarea form field that currently accepts BBCode. I want to implement a WYSIWYG editor so the user doesn't have to know anything to use it.
I'd love to find something already written that I could plug into my site. It'd have to be customizable so I could control which BBCode tags are supported.
Or, I've considered writing my own from scratch, but that sounds really daunting, especially since I know very little javascript.
Any recommendations?
So your choices are buddy-up with someone and have them do it for you, pay someone, or learn Javascript and wrangle it yourself. :-)
There have been a few "editors" pasted here in the Javascript forum, see what you can find.
I've only found two, in fact, that produce BBCode. One is used and developed by WoltLab (http://www.woltlab.com) and the other is included with vBulletin.
The BBCode editors I've found just insert tags for you. They don't stylize the text in a wysiwyg way, which is what I'm looking for.