Trumbowyg

A lightweight and amazing WYSIWYG JavaScript editor under 10kB

README

Downloads Downloads Licence
Version on npm CDNJS Version on bower

Supporting Trumbowyg


Trumbowyg is an MIT-licensed open source project and completely free to use.

However, the amount of effort needed to maintain and develop new features for
the project is not sustainable without proper financial backing.
You can support it's ongoing development by being a backer or a sponsor:


Sponsors

Gold

avot®

Silver

SocialOptic



Introduction


Trumbowyg is a simple and lightweight WYSIWYG editor, weight only 20kB minifed (8kB gzip) for faster page loading.

Visit presentation page: http://alex-d.github.io/Trumbowyg/


Documentation


All you need to know about Trumbowyg is here: http://alex-d.github.io/Trumbowyg/documentation/ (or even on the home)


Contribution


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.

First, fork and clone the repository

  1. ``` sh
  2. cd Trumbowyg # go into the project's root directory
  3. npm install # install development dependencies
  4. npm run dev # watch mode
  5. npm run build # to build the project
  6. ```

gulp command launch default Gulp task watcher and rebuild on the fly.


Stay in touch


For the latest release and announcements, follow on Twitter: @AlexandreDemode


License


This project is under MIT license.