vote up 10 vote down star
14

Something like this one on the Stackoverflow site would be nice!

Or something non-jQuery that doesn't conflict with jQuery $() tags would be great.

flag

11 Answers

vote up 7 vote down check

Try TinyMCE. It's great!

you find the jQuery integration Plugin here

link|flag
vote up 4 vote down

Stack Overflow uses WMD.

link|flag
There's also now the reverse engineered version at github.com/derobins/wmd, with some bug fixes. – Matthew Maravillas Feb 1 at 20:37
vote up 2 vote down

For full on html (rather than WMD style b / i / a) I normally use http://www.fckeditor.net/. Customisation can be a little cumbersome, but reliable once in place.

link|flag
vote up 1 vote down

I posted a similar question here: http://stackoverflow.com/questions/180827/unobtrusive-javascript-rich-text-editor

link|flag
vote up 1 vote down

For me markitup is an excellent editor. It does rich text as a markup editor and allows you to use different standards: html, wiki, UBB, etc... It also allows plugins very easily.

link|flag
vote up 0 vote down
  • WYMeditor (What You See Is What You Mean) is a jQuery plugin.
  • jWysiwyg is an alternative with much less features
link|flag
vote up 0 vote down

I really like Yahoo's YUI Rich Text Editor.

link|flag
vote up 1 vote down

Tiny MCE is the best IMHO - I have tired a ton of them and Tiny has the best over features, easy to create content templates, easy to set which CSS is shown in the editor and used to display it, very large API, great skins, ect...

link|flag
vote up 5 vote down

Surprised nobody has mentioned markitup:

markItUp! is a JavaScript plugin built on the jQuery library. It allows you to turn any textarea into a markup editor. Html, Textile, Wiki Syntax, Markdown, BBcode or even your own Markup system can be easily implemented.

http://markitup.jaysalvat.com/home/

link|flag
vote up 2 vote down

I personaly use FCK because Tiny MCE does't handle html editing well, small changes in html produce lots of unececary html tags.

link|flag
vote up 0 vote down

here you can find 10 jquery and Non-jquery Text Editors: www.queness.com

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.