views:

28

answers:

2

I'd simply like not to have a JQuery based HTML editor that use <b>, <i>, <font> and all those deprecated tags. Can you help me please?

+1  A: 

Bespin is my choice http://mozillalabs.com/bespin/ - it's not wysiwyg though, more like textmate in a browser. There is a jQuery extension here to make using it with jQuery simpler: http://www.balupton.com/sandbox/jquery-sparkle/demo/#bespin

TinyMCE I believe also can do what you want with appropriate options enabled. http://tinymce.moxiecode.com/

balupton
A: 

If you're looking for a small embeddable editor to use inside of a website, your best option is probably CKEditor (http://ckeditor.com/). Though it itself isn't written in JQuery, there are JQuery hooks available.

[1]:

SteveH