Trumbowyg - WYSIWYG Editor

Trumbowyg is Light, translatable and customisable jQuery plugin. Beautiful design, generates semantic code, comes with a powerful API.

Page Demo Plugin Website

Basic example

Please note that this plugin requires a web server to preview the output properly.

<div class="wysiwyg-editor"></div>
if($('.wysiwyg-editor')[0]) {
    $('.wysiwyg-editor').trumbowyg({
        autogrow: true
    });
}

Requirements:

  • /scss/inc/vendor-overrides/_trumbowyg.scss
  • /vendors/bower_components/trumbowyg/dist/ui/trumbowyg.min.css
  • /vendors/bower_components/trumbowyg/dist/trumbowyg.min.js