Skip to content

ringe/Trumbowyg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trumbowyg

This is a the excellent Trumbowyg JavaScript library, wrapped in a RubyGem.

It is geared towards the Rails (>3.1) assets pipeline.

Installation

Just add

gem 'trumbowyg'

to your Gemfile.

Then require the JavaScript files in app/assets, for example in your application.js:

//= require trumbowyg

Make sure you load Trumbowyg after jQuery.

Also require the stylesheets, in your application.css:

*= require trumbowyg

About

A lightweight and amazing WYSIWYG Javascript editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.6%
  • CSS 30.2%
  • Ruby 2.2%