I'm writing a 3rd party API for use in client websites and I need a text editor with some basic functionality. It needs to be WYSIWYG as the end user is non technical. I've looked around and the smallest I've found for this functionality is 45Kb.

Has anyone implemented something like this cross domain? If not what is the smallest editor out there?

I've search and found many claiming to be lightweight but need to load 100Kb+.

Thanks, Denis

link|improve this question

What does cross-domain have to do with file size? Are you asking for the smallest one that supports Wysiwyg editing? – Josh Nov 16 '11 at 0:26
1  
I want to be a good citizen and be as small a foot print on the page as possible. My initial research was finding large files needed for most of the options I came across, such as github.com/swilliams/jq-wysihat. I've since found nicedit.com which strips to 19Kb – Denis Hoctor Nov 16 '11 at 0:44
1  
Impressive, I', almost exclusively working with TinyMCE, so I guess 19kb sounding outrageous is not that surprising. – Josh Nov 16 '11 at 6:47
+1 for your own answer of NicEdit - basic, but nice and lightweight. – Alex Holsgrove Mar 30 at 9:48
feedback

1 Answer

I use the umbraco cms in most of my projects and its uses:

http://www.tinymce.com/

Works great across all browsers.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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