Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the best WYSIWYG editor currently available? (jQuery suppport/integration is a plus.) [closed]

Tags:

I'm working on a project that needs a WYSIWYG editor, but I haven't had to integrate one in a while, so I'm not familiar with the latest and greatest ones. I've used both tinyMCE and nicEdit in the past and I'd prefer not to use tinyMCE for this project because of its large overhead.

I don't need it to be overly complex, but I need the ability to change the available buttons on a per-implementation basis, and good compatibility with jQuery and AJAX is a huge plus. Obviously, good clean HTML support is a necessity.

So what WYSIWYG editors have you found lately? What ones would you recommend?

P.S. I know this is sort of a duplicate of This Question, but that question is nearly a year old and things change quickly.

like image 584
Aaron Harun Avatar asked Jul 07 '10 03:07

Aaron Harun


People also ask

Which is the best example of WYSIWYG application?

Microsoft Word is a common example that helps to define a WYSIWYG editor. You have a blank page with some formatting tools that allow you to add and format words, tables, images and so forth.

What is the Wysiwyg HTML editor?

WYSIWYG (pronounced wiz-ee-wig) is a type of editing software that allows users to see and edit content in a form that appears as it would when displayed on an interface, webpage, slide presentation or printed document. WYSIWYG is an acronym for "what you see is what you get."


2 Answers

I have used almost all of them and in my opinion, ckeditor (which evolved from fckeditor) is probably the best free one and integrates well with jQuery. others i like include cuteEditor (not free) and a relative newcomer called elrte

like image 125
Scott Evernden Avatar answered Oct 05 '22 14:10

Scott Evernden


We use tinyMCE and it works well with jQuery.

like image 29
Paul Alexander Avatar answered Oct 05 '22 14:10

Paul Alexander