Skip to content
forked from ringe/Trumbowyg

A lightweight and amazing WYSIWYG Javascript editor

Notifications You must be signed in to change notification settings

Adam21e/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 72.5%
  • CSS 25.5%
  • Ruby 2.0%