Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

looking for a lightweight wysiwyg editor [closed]

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?

like image 781
Fuxi Avatar asked Nov 06 '22 18:11

Fuxi


1 Answers

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.

like image 89
Joshua Avatar answered Nov 12 '22 17:11

Joshua