Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Need a tiny, light html editor for web [closed]

As the title says, I am searching a very tiny rich text editor. Every editor I've seen is big and has too many features. All I need is buttons to make text bold, italic, set the font of text, set the style to a paragraph or a heading and to add/edit links. I won't have a big library for that.

I think I will need to change it a bit. I have to integrate an image upload (already existing) as a feature to add and resize images in the content.

Thank's in advance.

like image 647
ffraenz Avatar asked Oct 19 '11 16:10

ffraenz


2 Answers

If you using bootstrap. Consider to use summernote.

Super Simple WYSIWYG Editor on Bootstrap.

http://summernote.org

like image 184
Hacker Wins Avatar answered Sep 28 '22 11:09

Hacker Wins


Check out:

TinyEditor

TinyEditor is a simple JavaScript WYSIWYG editor that is both lightweight (8KB) and standalone. It can easily be customized to integrate with any website through CSS and the multitude of parameters. It handles most of the basic formatting needs and has some functionality built in to help keep the rendered markup as clean as possible.

enter image description here

like image 40
Sarfraz Avatar answered Sep 28 '22 11:09

Sarfraz