Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Please recommend a good JQuery rich text editor

What is a good JQuery rich text editing field?

like image 664
Daniel Kivatinos Avatar asked Dec 14 '09 15:12

Daniel Kivatinos


People also ask

What is jquery editor?

jqxEditor represents a ready-for-use HTML text editor which can simplify web content creation or be a replacement of your HTML Text Areas.

Is Rich Text Editor Free?

Quill Rich Text EditorQuill is a free, open source WYSIWYG editor built for the modern web. With its modular architecture and expressive API, it is completely customizable to fit any need.

What is rich text editor used for?

What is A Rich Text Editor? A rich text editor, also called a WYSIWYG HTML editor, shows how your web page will appear in a web browser. With a rich text editor, you can edit or add content, tables, links, images, and other web components on a webpage without writing a single line of code.


1 Answers

I've recently been seriously scared off tinyMCE after trying to write some plugins for it and finding it very, very frustrating.

Currently my suggestion would be the latest version of CKeditor it seems much cleaner, accessible and looks a little easier for writing plugins.

I know YUI are also working on theirs activily at the moment, trying to make is more accessible too, so that might be a decent option.

Either way, I'd pass on tinymce to be honest.

I know you're asking for a jquery specific one, but the question doesn't make a lot of sense to be honest. JQuery, as good as it is at some things, is not going to be much specific help at the basic level of developing a rich text area - you're much better off looking at the ones that have been built individually and selecting the one that best suits your needs.

like image 101
Steerpike Avatar answered Sep 24 '22 18:09

Steerpike