Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Smallest WYSIWG editor you can find?

I am searching for the smallest WYSIWG editor i can find.

I have tried TinyMCE, CKEditor etc. but i can not find a small one, all has hundreds of kb js files to load.

I dont need image upload etc, even if i like the one Stackoverflow using so think i need some that more shows like Word but really basic features.

I am using jQuery in the project and i it is a ASP.NET MVC 3.0 project but i really like jQuery and normal html instead of ASP.NET components.

But i am open for ideas about everything that are really basic and tiny size.

Someone has any idea?

like image 258
RickardP Avatar asked Dec 13 '22 11:12

RickardP


2 Answers

Here you go:

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

Admittedly it's not the most fully-featured editor out there, but it's certainly basic and tiny.

like image 81
Tim Down Avatar answered Jan 29 '23 17:01

Tim Down


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

like image 38
timw4mail Avatar answered Jan 29 '23 17:01

timw4mail