koblog/plugins/trumbowyg/Trumbowyg-2.0.0-beta.4
2015-07-28 23:30:41 -03:00
..
examples Minor changes 2015-07-28 23:30:41 -03:00
plugins Minor changes 2015-07-28 23:30:41 -03:00
src Minor changes 2015-07-28 23:30:41 -03:00
.bowerrc Minor changes 2015-07-28 23:30:41 -03:00
.gitattributes Minor changes 2015-07-28 23:30:41 -03:00
.gitignore Minor changes 2015-07-28 23:30:41 -03:00
.jshintrc Minor changes 2015-07-28 23:30:41 -03:00
banner.png Minor changes 2015-07-28 23:30:41 -03:00
bower.json Minor changes 2015-07-28 23:30:41 -03:00
CONTRIBUTORS.md Minor changes 2015-07-28 23:30:41 -03:00
Gulpfile.js Minor changes 2015-07-28 23:30:41 -03:00
index.html Minor changes 2015-07-28 23:30:41 -03:00
LICENSE Minor changes 2015-07-28 23:30:41 -03:00
package.json Minor changes 2015-07-28 23:30:41 -03:00
README.md Minor changes 2015-07-28 23:30:41 -03:00

Trumbowyg WYSIWYG Editor

Trumbowyg is a simple and lightweight WYSIWYG editor, is only 15kB for faster page loading.

Trumbowyg logo

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.html (or on the home)

Contribute

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.

Getting Started

  • Clone the repository
  • cd Trumbowyg to go into the project's root directory
  • npm install to install development dependencies
  • npm install -g bower gulp to install bower and gulp command if you don't have them already
  • bower install to install Trumbowyg dependencies (ie: jQuery)
  • gulp build to build the project

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

License

This project is under MIT license. See LICENSE file for details.