I need a Rich Text Editor, if that is the right word for some javascript routines that take over a textarea and makes it look like a word processor. I have looked at TinyMCE, CKE, and Whizzywig. Perhaps I missed something or am doing something wrong but I can't seem to get them to do what I need.
I need a very small set of buttons: I want the html output to have these tags: em, code, ul, link (in addition to p tags from when a user hits enter). I can't see that TinyMCE and CKE have all those tags as options, but I'd appreciate being corrected if I am wrong.
The Whizzywig editor can be made to have those tags but it seems not to be robust across a number of browsers. (I'm afraid that I don't know enough javascript to hope to debug.)
This is for a free software archive site, so I can't pay. I use Django to deliver the pages and jQuery for some effects, if that matters.
I wonder if anyone knows of one that could work? I'd be very grateful.
Thanks, Jim