I'm looking for a jQuery Plugin that will display a textarea for HTML authoring & editing.
The things I'm looking for:
- Must support authoring the HTML, not a WYSIWYG representation
- Must color the HTML as you type as any rich-client IDE would.
- Should be jQuery, but native JS would be OK too.
I have played with MarkItUp which gets me 90% there but offers no syntax coloring. And WYMeditor as far as I can tell has no option for "code view" and is instead just a WYSIWYG view.
Anybody out there done something like this in the past?