views:

674

answers:

4

hi all,

i searched the web for a lightweight (online) wysiwyg editor and tried several ones - the good ones were just all too bloated to me and the light ones where missing features.

is there a good lightweight editor (app. 70kb maximum) which supports also table editing?

thx in advance, fuxi

A: 

(F)CKEditor and TinyMce may look bloated at first glance, but they are actually very good customizeable. Read: you can just hide all of those "unnecessary" features.

Edit nevermind, I missed the jQuery part. At least, every decent editor should give you the ability to hide the "unnecessary" features.

BalusC
+3  A: 
Yaakov Ellis
A: 

If you use the TinyMCE Copressor (available for JSP, PHP, .NET and ColdFusion) You´ll get a very small editor. That loads even faster, because you can enable only a few plugins. That keeps it small and handy.

MaikL

MaikL80
+2  A: 

I gave TinyMCE some extensive testing with jQuery and found it to be quite excellent and you can make it very small / light. Only limitation is that it does not work well with jQuery UI library.

Other editors I compared it with are YUI Editor and CKeditor. TinyMCE was by far the most easy to use. CKeditor now has licensing restrictions which might limit you depending on how you're using it.

I recommend using server-side GZip compression and combine and minify files where you can.

Josh