Trumbowyg is a simple and lightweight WYSIWYG editor, is only 15kB for faster page loading.
Visit presentation page : http://alex-d.github.io/Trumbowyg/
All you need to know about Trumbowyg is here : http://alex-d.github.io/Trumbowyg/documentation.html (or on the home)
You can contribute to Trumbowyg with translations in languages you know.
Thanks to node and gulp, you can improve core script, style or icons easily.
- Clone the repository
cd Trumbowygto go into the project's root directorynpm installto install development dependenciesnpm install -g bower gulpto install bower and gulp command if you don't have them alreadybower installto install Trumbowyg dependencies (ie: jQuery)gulp buildto build the project
gulp command launch default Gulp task watcher and rebuild on the fly.
This project is under MIT license. See LICENSE file for details.