Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the easiest-to-use web "rich text editor" [closed]

Tags:

html

editor

I am looking for a text editor to be used in a web page. Where users can format the text and get a WYSIWYG experience. Doesn't need to be too fancy. But has to be easy to use and integrate into the page. Has to generate HTML as output. Support AJAX (one I checked works only with standard form submit) and has to be small in terms of download to the user's browser.

like image 763
Ron Harlev Avatar asked Aug 21 '08 21:08

Ron Harlev


People also ask

Which is better CKEditor or TinyMCE?

CKEditor is available under open-source and commercial licenses. TinyMCE is an online rich-text editor released as open-source software. TinyMCE is designed to integrate with JavaScript libraries, Vue. js, and AngularJS as well as content management systems such as Joomla!, and WordPress.

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.


4 Answers

Well it depends what platform you are on if you are looking for server-side functionality as well, but the defacto badass WYSIWYg in my opinion is FCKeditor. I have worked with this personally in numerous environments (both professional and hobby level) and have always been impressed.

It's certainly worth a look. I believe it is employed by open source projects such as SubText as well. Perhaps, Jon Galloway can add to this if he reads this question. Or Phil if he is currently a user.

like image 170
Ian Patrick Hughes Avatar answered Oct 25 '22 21:10

Ian Patrick Hughes


TinyMCE is the simplest I've found to use. I've never used it in an AJAX-enabled application, but there are instructions on how to do so on the project's wiki.

like image 29
Jason Sparks Avatar answered Oct 25 '22 21:10

Jason Sparks


Try FCKeditor. It supports integration with most popular platforms, and it's fairly lightweight.

like image 4
Leonardo Avatar answered Oct 25 '22 23:10

Leonardo


You might also want to look at YUI's Rich Text Editor.

If you're starting your site from scratch or haven't invested a lot of effort into another JavaScript platform, Yahoo User Interface (YUI) is a very complete JavaScript library that could help you add other AJAX elements beyond a text editor.

like image 3
Cristian Avatar answered Oct 25 '22 21:10

Cristian