vote up 6 vote down star
3

is using TinyMCE a top choice for WYSIWYG editor on a webpage? What are good alternatives?

some comparison seems to show that TinyMCE is one of the most compatible across browsers:

http://geniisoft.com/showcase.nsf/WebEditors

flag

25% accept rate
1  
Funny, I was just about to post this same question. +1 – barfoon Jun 5 at 13:38

9 Answers

vote up 4 vote down

This is one of the best in my opinion:

http://www.openwebware.com/

link|flag
As google chrome is my browser of choice i'm disappointed they have a notification on their demo site that "your browser is not supported", i'd rather a notification but for it to still attempt to render. Annoying that i can't use/test in chrome (maybe it's a feature that can be disabled in the code, but frustrating i have to go that far just for a demo!) – Shadi Almosri Jun 21 at 6:15
vote up 4 vote down

I've been using FCKEditor with ASP.NET for years and have found it very easy to customize and configure. It's very stable and the intergrated upload feature is a plus. http://www.fckeditor.net/

link|flag
vote up 4 vote down

TinyMCE is a great choice. I've used it in commercial offerings with good results. I'm also looking at FCKEditor for a new project specifically because of the integrated file upload and rumors that it has better XSS protection. Frankly, I'm not sure either one is sufficient to protect against XSS (you may have to supplement with something like http://htmlpurifier.org/ if that is a concern).

link|flag
vote up 3 vote down

YUI Editor

link|flag
vote up 2 vote down

If you are using PHP or ASP.NET on the back end, take a look at SPAW Editor.

link|flag
vote up 1 vote down

TinyMCE was the editor that we chose when we were making an internal staff website. The nice part about it was all the keyboard shortcuts (probably found in other editors) and that it was the same editor used inside of WordPress.

We were very happy with how the site turned out, and kept the editor. I would recommend TinyMCE for your project.

link|flag
vote up 1 vote down

Nicedit is useful for some simple text areas and it has a somewhat clean javascript api.

There is a list of other possible richtext boxes here.

link|flag
vote up 1 vote down

Why not try the Stackoverflow site's solution?

you can find details in Stackoverflow's blog post here : Potential Markup and Editing Choices

link|flag
vote up 1 vote down

TinyMCE and FCKeditor are the top two WYSIWYG editors in terms of popularity. They are both feature-rich and highly customizable. In my opinion TinyMCE is the easiest to use and maintain of the myriad different options, and still gets my vote after 4 years of usage. YUI is another nice choice worth evaluating, as are the others listed above. I've listed the demo pages for each below:

[Tiny][1]
[FCK (current site demo is broken, here's a cached site)][2]
[YUI][3]
[OpenWYSIWYG][4]

I'm liking this stackoverflow one as well though, +1 to the crew.
-EDIT- but then -1 because you treated me like a spammer with only 1 allowed hyperlink...see below for text links...

HTH Jeff M.

1: tinymce.moxiecode.com/examples/full.php#
2: www.iterasi.net/openviewer.aspx?sqrlitid=shmodimkxu2x7trr6mvgvq
3: developer.yahoo.com/yui/examples/editor/flickr_editor.html
4: www.openwebware.com/wysiwyg/demo.shtml

link|flag

Your Answer

Get an OpenID
or

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