Which jquery WYSIWYG editor

I want to allow users to add content with a WYSIWYG editor.

Are there any good Jquery based editors out there?

I was wondering what editors the good people on sitepoint regard as the best and what file management they use.

Something like tinymce or (F)CKeditor, but with a file upload system that isn’t proprietary

Thanks for your inputs

to my knowledge you can’t have a pure ajax file uploader, you have to involve flash. There are plenty of good jquery uploader plugins.

One editor I thought looks nice and neat that I haven’t used (although I think its used on stackoverflow) is jWYSIWYG http://akzhan.github.com/jwysiwyg/examples/02-full.html

I think your best bet would be a combination of a good uploader plugin combined with jWYSIWYG.

TinyMCE seems to have the ability, though I’ve never implemented it myself.

I have been using tinyMCE for a while now. I am pleased with it.