Andre Bossard
Andre Bossard

Reputation: 6281

What is your favourite Java Script WYSIWYG Editor component?

I definitifely like the one at stackoverflow, because it's clean and simple. Also the live preview with code/syntax hilighting is really helpful (and motivating).

What is your favourite Javascript Editor Framework and why?

Upvotes: 5

Views: 2556

Answers (8)

Ali Salehi
Ali Salehi

Reputation: 6999

Really depends on your needs, here are your options: TinyMCE, NicEdit, FreeRichTextEditor, TinyEditor, openWYSIWYG, WYMeditor, jHtmlArea, uEditor, CLEditor, jQRTE, jQuery Simple WYSIWYG Editor, xinha, ckedit

Upvotes: 1

Michel
Michel

Reputation: 726

I like widgEditor because it's very simple and it only do the minimum. TinyMCE or FCKeditor are goods, but they are too big for what I need.

Upvotes: 4

Andre Bossard
Andre Bossard

Reputation: 6281

I just stumpeld over MarkItUp, which is JQuery based and adaptable for different kinds of markup.

Could be an option, if your markup isn't just HTML, but Template, Forum or "whatever style" markup.

I found a List of Editors with their features.

Upvotes: 3

Tom
Tom

Reputation:

I like FCKeditor because of it's flexibility and it worked fine on all the browsers I've tested it on.

Upvotes: 1

Benjol
Benjol

Reputation: 66541

In my web-hacker days, I used Xinha quite a lot.

Upvotes: 2

Jonathan Lonowski
Jonathan Lonowski

Reputation: 123473

Simple Text Editor is a good one (STE 1.0).

Upvotes: 2

Goran
Goran

Reputation: 6846

I love tiny_mce

Goran

Upvotes: 0

Vijesh VP
Vijesh VP

Reputation: 4540

TinyMCE looks good with lots of useful features.

Upvotes: 3

Related Questions