Reputation: 38150
Right now I am using the TinyMCE wysiwyg editor within my projects.
However there are some disadvantages with tinyMCE:
Is there any WYSIWYG editor you would suggest?
A big plus would be a jQuery based editor as this project works with jQuery anyway.
Upvotes: 4
Views: 892
Reputation: 5371
I'll suggest jHtmlArea, its jQuery powered and its quite fast
I have used it in a lot of projects before and its quite good.
http://jhtmlarea.codeplex.com/
Upvotes: 3
Reputation: 6704
CKEditor is Slow!
If you need something as fast as possible, you could use http://unverse.net/Whizzywig-2011, but its ugly, so there is also something like http://aloha-editor.org/
Upvotes: 0
Reputation: 72230
You could try CKEditor http://ckeditor.com/blog/CKEditor_for_jQuery (formerly FCKeditor)
Upvotes: 3