No commit activity in last 3 years
No release in over 3 years
This plugin splits (nested) blockquotes when the user try to break lines into them.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.1.4
 Project Readme

TinyMCE SplitBlockquote rails plugin¶ ↑

This gem use the tiny_mce gem’s plugin system to install SplitBlockquote plugin.

For documentation on tiny_mce plugin, see the README at: github.com/kete/tiny_mce/blob/master/README.rdoc

Usage¶ ↑

To use this plugin, just install it via gem :

gem install tinymce_splitblockquote

and add the following after the tiny_mce gem config line:

config.gem 'tiny_mce'

Build¶ ↑

To build the gem : clone the source, submodule init, submodule update, gem build, gem install:

git clone http://github.com/Tauop/tinymce_splitblockquote.git
git submodule init && git submodule update
rake gemspec:generate
rake build && rake install

Credits¶ ↑

This gem was created by Patrick Guiran <pguiran@linagora.com>. This gem depends on tinymce-splitblockquote-plugin project ( github.com/Tauop/tinymce_splitblockquote-plugin )