I know there are a quite a few WYSIWYG HTML editors written in JavaScript, but most of them aren't written to take advantage of jQuery. I'm looking to use one in a project I'm working on, and I would like to know which of ones are the best.
I'd prefer it to make use of jQuery for compatibility reasons, but it isn't required to be a jQuery plugin. However, I'm sure that the best ones out there are plugins.
What WYSIWYG HTML Editors for use with jQuery are the best? Which do you use, and do you have any comments about them?
Well there is actually a jquery plugin : https://github.com/akzhan/jwysiwyg
It is a bare-bones framework implementation though, exactly why I like it. You can extend it exactly to your needs. You might need something more robust, but I personally would recommend and do use jwysiwyg, it is easy to understand and extremely lightweight compared to tinymce or fckeditor.
MarkItUp [1] is a semi-WYSIWYG editor written with JQuery. It lets users enter simplified markup schemes such as textile, markdown or even plain HTML. The user can then hit a preview button to have the server render out a preview. It is very similar to the stack overflow text box, in fact.
I actually prefer this method as it tends to yield cleaner markup than standard rich text editors, but it is still simple enough for the average user to understand.
[1] http://markitup.jaysalvat.com/home/jHtmlArea - WYSIWYG HTML Editor for jQuery [1]
A simple, light weight, extensible WYSIWYG HTML Editor built on top of jQuery. This component allows you to easily display a WYSIWYG HTML Editor in place of any TextArea DOM Elements on the page. The minified script alone is 7kb, and with css and image files it's a total of 15kb.
This project also include Visual Studio JavaScript Intellisense support.
[1] http://jhtmlarea.codeplex.comCLEditor is an open source jQuery plugin which provides a lightweight, full featured, cross browser, extensible, WYSIWYG HTML editor which can be easily added into any web site.
9 KB minified (with pictures)
http://premiumsoftware.net/cleditor/
CKEditor is now bringing native support for jQuery: http://ckeditor.com/blog/CKEditor_for_jQuery
The jQuery community will certainly enjoy it!
we used Nicedit [1] in 2 projects now, if we find anything better we will switch, but untill now we are satisfied with the results of this Nicedit.
its Lightweight and easy to implement.
[1] http://nicedit.com/There is new but already powerful WYSIWYG written purely in jQuery and UI - elRTE [1]
[1] http://elrte.orgI tried jwysiwyget, and I had diffculties to make it work with 2 instances on the same page.
I discovered CLedit [1] wich is jquery based, and I really like the interface configuration (Ability to easily define color code available, and styles) witouth having to go deep in the plugin's code.
I reckon it.
[1] http://premiumsoftware.net/cleditor/There is Damn Small Rich Text Editor which aims to have the smallest footprint possible : http://avidansoft.com/_en/scripts [1]
And there is also uEditor, originally based on widgEditor but rewritten for jQuery and considerably modified since : http://www.upian.com/upiansource/ueditor/en
And i forgot WYMeditor, a web-based WYSIWYM (What You See Is What You Mean) XHTML editor : http://www.wymeditor.org/
[1] http://avidansoft.com/%5Fen/scriptsI've used FCKeditor [1] in conjunction with a jquery plugin [2]
It did the trick for me, as I've used FCKeditor for ages. It's (the plugin) a bit tricky to get used to in complex situations, so let me know if you give it a go.
FCKeditor also has a new editor in the works called CKeditor [3] that sounds promising.
[1] http://www.fckeditor.net/About jwysiwyg: The location of the projects seems to have changed from google code to github: http://akzhan.github.com/jwysiwyg/. THis projects offers clean code and very configurable wysiwyg. Perfect for projects using DVCS integration (via git). [Last commit was done one weeks ago.]
HTML box is a good one which works based on jQuery.It has got most of the formatting toolbar and its only 14 KB size
http://htmlbox.remiya.com/cms/download/
check out http://www.aloha-editor.org - pjure wysiwyg html5 editor - works fine with jquery and makes use of the html5 contenteditable field
Check out Stiqr.com [1]. They've created jQuery WYSIWYG web editor. All edits are done visually and there is no code involved. All you do is upload images and add shapes using their user-interface. It is pretty easy to use and even fun :).
[1] http://www.stiqr.com/Have you tried this one called wmd: http://wmd-editor.com/demo