Pell is the simplest and smallest WYSIWYG text editor for web, with no dependencies.
3.54kB (minified), 1.38kB (minified + gzip)
This asset is an Implementation of Jared Reich's rich text editor (pell.js):
https://github.com/jaredreich/pell
Features:
Pure JavaScript, no dependencies, written in ES6.
Easily customizable by overwriting the CSS.
Included actions:
Bold
Italic
Underline
Strike-through
Heading 1
Heading 2
Paragraph
Quote
Ordered List
Unordered List
Code
Horizontal Rule
Link
Image
Other available actions (listed at https://developer.mozilla.org/en-US/docs/Web/API/Document/execCommand):
You can create any custom action!
Browser Support:
IE 9+ (theoretically, but good luck)
Chrome 5+
Firefox 4+
Safari 5+
Opera 11.6+
Note: This component depends on execCommand() method and it is deprecated. Usage of this method is no longer recommended. Though browsers still support it.