5

I have looked at TinyMCE, FCKeditor, YUI Rich Text Editor, NicEdit and some others, but I was wondering if there is one out there that utilises jQuery? I mean, I already use jQuery in all my projects, and it seemed it'd be useful to have a WYSIWYG editor that used it also. This should result in a smaller file size.

I understand if one doesn't exist (as they were probably developed before JS frameworks were popular, and changing the codebase now is too much work), or simply for easy deployment (no dependency on any framework).

So, does one exist, and is it any good?

alex
  • 479,566
  • 201
  • 878
  • 984

4 Answers4

9

jquery wysiwyg

ChrisPelatari
  • 689
  • 5
  • 7
  • 5
    Other Stackoverflow users have suggested that jwysiwyg is too buggy for production use. See http://stackoverflow.com/questions/1754016/is-jwysiwyg-editor-too-buggy-for-production-use – Jeremy Cade Feb 08 '10 at 06:02
3

I've been using for some time editor of imperavi redactor. Quick, easy, may not be quite functional, but a constantly evolving

1

It isn't a full blown WYSIWYG editor, but it sure is handy if you need something to do markup languages like Markdown, BB Code, Textile, some Wiki syntax or even raw HTML.

markItUp! Universal Markup Editor

Brian Neal
  • 31,821
  • 7
  • 55
  • 59
0

theres a lightweight plugin by Batiste Bieler here

Scott Evernden
  • 39,136
  • 15
  • 78
  • 84