trumbowyg
v2.31.0
Published
A lightweight WYSIWYG editor
Downloads
70,737
Maintainers
Readme
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 its ongoing development by being a backer or a sponsor:
Introduction
Trumbowyg is a simple and lightweight WYSIWYG editor, weight only 30kB minified (10kB gzip) for faster page loading.
Visit presentation page: http://alex-d.github.io/Trumbowyg/
Documentation
All you need to know about Trumbowyg is here:
- Get started
- 25+ Demos
- 45+ Supported languages
- All Options explained
- All existing Plugins
- Create your own Plugin
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
cd Trumbowyg # go into the project's root directory
npm install # install development dependencies
npm run dev # watch mode
npm run build # to build the project
Author
License
This project is under MIT license.