vote up 9 vote down star
6

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?

flag

7 Answers

vote up 1 vote down check

jHtmlArea - WYSIWYG HTML Editor for jQuery

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.

alt text

link|flag
This doesnt seem to output xhtml compliant code (Inserting of images) Also it doesnt appear to work in IE8 on my machine , works fine in firefox though. I like it though very good and simple. I found a lot of other editors hard to customise. SA – SocialAddict Jul 22 at 9:17
Please report any issues you have with it to the jHtmlArea projects Issue Tracker: jhtmlarea.codeplex.com/WorkItem/List.aspx Thanks – Chris Pietschmann Jul 23 at 3:11
This one has a post issue with not posting the HTML data. Unfortunate as the plugin rocks other than that. – CmdrTallen Oct 3 at 13:02
vote up 2 vote down

we used Nicedit 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.

link|flag
This one doesn't use jQuery. – binfolder Jul 20 at 23:32
looks good though, like the fact they have provided code to get you started instantly, would be useful for anyone with limited knowledge – SocialAddict Jul 22 at 9:34
Handy feature with the integrated image upload too :) – SocialAddict Jul 22 at 9:42
vote up 0 vote down

There is Damn Small Rich Text Editor which aims to have the smallest footprint possible : http://avidansoft.com/_en/scripts

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/

link|flag
Might it be possible that you have added the wrong url to the first link? it is the same url as the one for the second link, the uEditor one. – Sander Jul 20 at 7:53
Yes. I made the correction. – Michel Jul 20 at 9:13
eh lol, you turned them around now :P the uEditor link goes to avidansoft and the avidansoft link goes to the uEditor site :D – Sander Jul 20 at 12:20
I just fixed the links – Chris Pietschmann Jul 20 at 23:35
@Chris Pietschmann : merci – Michel Jul 22 at 9:02
vote up 0 vote down

I've used FCKeditor in conjunction with a jquery plugin

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 that sounds promising.

link|flag
vote up 8 vote down

MarkItUp 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.

link|flag
wow, this one isn't really a wysiwyg editor, but it looks really interesting! – Chris Pietschmann Jul 17 at 1:28
vote up 8 vote down

Well there is actually a jquery plugin : http://code.google.com/p/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.

link|flag
We just moved from TinyMCE to jwysiwyg for our public-facing editing largely because the voerhead for TinyMCE is so large. We still use TinyMCE in the back-end for admins, but for more basic requirements jwysiwyg is really good. – Toby Hede Jul 17 at 2:07
It doesn't work well with Internet Explorer without tweaking. code.google.com/p/jwysiwyg/… – Zack Peterson Nov 12 at 20:39
vote up 0 vote down

Have you tried this one called wmd: http://wmd-editor.com/demo

link|flag
This looks like a good markdown editor; in fact it's the one that SO uses. However, I am looking for a WYSIWYG editor that allows non-"HTML Savvy" users to edit pages similarly to editing Word documents. – Chris Pietschmann Jul 17 at 1:30

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.