3

I want a BBCode editor that is/has:

  • Free
  • Lightweight
  • Easily and cleanly install (not so much dependencies)
  • Secure
  • Able to be appended to the page later with jQuery
  • List item
  • Fast
Alireza Noori
  • 14,961
  • 30
  • 95
  • 179

3 Answers3

3

I found this http://sceditor.samclarke.com/ Really light weight and I am using it on my project :)

Broncha
  • 3,794
  • 1
  • 24
  • 34
2

Some more to the collection:

DitherSky
  • 1,050
  • 10
  • 9
  • It looks like wysibb.com is going to be dead: https://translate.google.com/translate?sl=auto&tl=en&js=y&prev=_t&hl=de&ie=UTF-8&u=http%3A%2F%2Fwww.wysibb.com%2Fforum%2Fviewtopic.php%3Ff%3D7%26t%3D2909&edit-text= And WysiBB generated several problems with my non-utf8 website as the js package needs to support utf8. It took me a long time to find out this problem. Now I try sceditor as well. – mgutt Jan 30 '15 at 11:13
0

CKEditor and TinyMCE are not jquery plugins, but are easy to integrate with him. Both support bbcode.

angelcervera
  • 3,699
  • 1
  • 40
  • 68
  • 1
    CKEditor 4 is 440kb+. Obviously they're including everything + the kitchen sink and regarding it as required core code. If you want to make text bold/italic/underlined and add lists theres no way it should be anywhere near that size when other plugins claim to do it in 40kb :P – creamcheese Oct 19 '12 at 21:34