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?
views:
28answers:
2
+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
2010-07-22 20:26:18
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
2010-07-22 21:04:29