No commit activity in last 3 years
No release in over 3 years
BootstrapMarkdownEditor for the Rails asset pipeline
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

BootstrapMarkdownEditor Rails

A Ruby gem version of bootstrap-markdown-editor for the Rails asset pipeline.

Installation

Add to your Gemfile:

gem 'ace-rails-ap'
gem 'bootstrap-markdown-editor-rails'

You’ll also need Bootstrap 3, jQuery.

Usage

Require the CSS with Sprockets:

/*= require bootstrap-markdown-editor */

Sprockets require the JS too:

//= require ace-rails-ap
//= require ace/theme-tomorrow
//= require ace/mode-markdown
//= require ace/ext-language_tools
//= require bootstrap-markdown-editor

Enjoy!