0.01
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Use the Gollum wiki text editor for text areas
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Gollum Editor

Text editor extracted from Gollum Wiki for Rails 3.1+

Install

Add this to your GEMFILE

gem 'gollum_editor'

rails g gollum_editor:install

Usage

Include the javascripts and stylesheets

<%= stylesheet_link_tag "gollum_editor/gollum" %>

<%= javascript_include_tag "gollum_editor/gollum" %>

Call it from your form builder

f.gollum_editor :body

or as a form helper

gollum_editor @object, :method