No description
  • JavaScript 83.5%
  • SCSS 8.4%
  • HTML 7%
  • PHP 0.6%
  • CSS 0.5%
Find a file
Alexandre Demode fee60588c4 Merge pull request #510 from chitoku-k/ja-translation
Update Japanese translation
2017-03-02 17:48:16 +01:00
examples Merge pull request #464 from NicolasPion/develop 2016-12-19 18:18:04 +01:00
plugins Update Japanese translation 2017-03-03 01:15:57 +09:00
src Update Japanese translation 2017-03-03 01:15:57 +09:00
.bowerrc Fix: parsing brs, formatting on paste and keyup 2015-05-31 21:56:22 +02:00
.gitattributes Add gitattributes 2014-09-01 05:14:35 +02:00
.gitignore Add color plugin 2014-10-20 00:55:49 +02:00
.jshintrc refactor(plugins): made a real plugin support 2016-03-21 02:34:42 +01:00
.npmignore chore: add npmignore 2015-12-01 11:05:18 +01:00
banner.png Update presentation 2015-04-01 23:03:00 +02:00
bower.json chore: update version to 2.5.1 fix composition support 2017-02-25 15:13:46 +01:00
CONTRIBUTORS.md chore: update meta data 2016-04-10 23:31:58 +02:00
gulpfile.js style: rename Gulpfile to gulpfile 2016-10-19 14:07:50 +02:00
index.html chore: update version to 2.5.0 with Android support 2017-02-15 02:43:35 +01:00
ISSUE_TEMPLATE.md chore: update meta data 2016-04-10 23:31:58 +02:00
LICENSE chore: update jsons for 2.0.0-beta.8 2016-03-22 23:15:13 +01:00
package.json chore: update version to 2.5.1 fix composition support 2017-02-25 15:13:46 +01:00
README.md Add CDNJS version badge in readme 2016-10-18 18:47:59 +08:00

Trumbowyg WYSIWYG Editor

CDNJS

Trumbowyg is a simple and lightweight WYSIWYG editor, is only 20kB 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.