The smallest WYSIWG editor you can find?

I am looking for the smallest WYSIWG editor I can find.

I tried TinyMCE, CKEditor, etc., but I can’t find a small one, I have hundreds of kb js files to download.

I don’t need downloading images, etc., even if I like using Stackoverflow, so I think I need a little more than Word, but really basic functions.

I use jQuery in a project and I am an ASP.NET MVC 3.0 project, but I really like jQuery and regular html instead of ASP.NET components.

But I'm open to ideas about everything that is truly basic and tiny in size.

Does anyone have an idea?

+4
source share
5 answers

The smallest I found is CLEditor: http://premiumsoftware.net/cleditor/

+5
source

Here you go:

<p contenteditable="true">Editable text!</p> 

Admittedly, this is not the most full-featured editor, but it is certainly a basic and tiny one.

+7
source
-1
source

All Articles