views:

19271

answers:

6

Want a WYSIWYG jQuery Editor as an example to illustrate how to use jQuery to built OOP javascript component.

P.S. It is so good stackoverflow can use markdown... Would be a heaven if users would love such thing too

+2  A: 

http://projects.bundleweb.com.ar/jWYSIWYG/ looks outdated, better try this link to jwysiwyg

That project on Google Code is buggy.
alex
A: 

If someone finds out a better choice please tell me. I've been searching for a good WYSIWYG but I can't seem to find a good one..

kuroir
given my question has -3, forget about it :) I don't think ppl like such question... I use tinyMCE now, ugly code but feature full, I think if somebody clean the code base using jQuery would be a lot better, but as I said, people more interested to -ve my question more than patching code :)
goodwill
+4  A: 
Chris Pietschmann
This is perfect for a project I'm working on where I want to limit the amount of styling the user can apply (strike-through, colour and underline are often problematic). I love how easy the toolbar seems to be to define.
Alan
+1  A: 

jwysiwyg looks good but there's no useful documentation at all!

Seymour Cakes
A: 

http://wmd-editor.com/features#compatibility

or maybe if you just have time to write/modify for your own parse (as i will do) use this:

http://markitup.jaysalvat.com

DucDigital
A: 

Check CleEditor http://premiumsoftware.net/cleditor/

CLEditor supports the following browsers on both the mac and pc: IE 6.0+, FF 1.5+, Safari 4+, Chrome 5+ and Opera 10+. All testing is done using jQuery 1.4.2.

CLEditor provides a rich plugin development environment, allowing you to customize its user interface and functionality to fit your needs.

OzzyCzech