vote up 0 vote down star

Hi,

what is the lightest WYSIWYG HTML/Javascript editor. I don't really need it to have many functions, but just the basic such as changing fonts etc.

TinyMCE seems a bit slow loading for me :(

flag

1  
Technically, what you're asking for is an HTML editor, not JS. Strictly speaking, there is no view to javascript. – Glenn Sep 17 at 22:08
thanks - I didn't really know how to describe it :) – ct2k7 Sep 17 at 22:12

3 Answers

vote up 2 vote down check

There are lot of editors, try as many as possible and see which one suites you.

link|flag
vote up 1 vote down

CKEditor (formerly known as FCKeditor) is good. (Although I prefer TinyMCE)

link|flag
Wow, they finally changed the name. The previous name was, IMHO, their biggest bug (though still better than the original "Osama Bin Hitler's Communist editor") – Eli Krupitsky Sep 17 at 23:16
vote up 1 vote down

By default, TinyMCE has a lot of .js files that it downloads. You can profoundly speed it up by installing their PHP utility which bundles them all over 1 http request.

Check Google for more details.

link|flag
I have looked into that, but becuase zlib is on the server, the PHP compression will not work. – ct2k7 Sep 18 at 4:45

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.