bootstrap_wysiwyg-rails

bootstrap_wysiwyg-rails wraps the bootstrap-wysiwyg library in a Rails engine for use with Rails 3.1 or higher. bootstrap-wysiwyg is a "Tiny Bootstrap and JQuery Based WISWYG rich text editor based on browser execCommand."

Usage

Add the following to your gemfile:

gem "bootstrap_wysiwyg-rails"

In your JavaScript manifest file (application.js) include the following:

//= require jquery.hotkeys
//= require bootstrap-wysiwyg

For complete usage instructions, see http://mindmup.github.com/bootstrap-wysiwyg/

Versioning

Versioning will attempt to match the current bootstrap-wysiwyg version.

What's included

  • bootstrap-wysiwyg 1.0.1
  • jquery.hotkeys 0.8

Dependencies