No commit activity in last 3 years
No release in over 3 years
Adds a WYSIWYG toolbar for the textile and markdown filters.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Filter Toolbars

Adds a textile or markdown WYSIWYG filter to the admin textareas using Control.TextArea [http://livepipe.net/control/textarea]

If the Clipped asset manager extension is installed then the image button will launch the assets manager.

TODO

  • Refactor duplicated filter functions
  • Implement SmartyPants

Installation

This has only been tested on Radiant v1.0.0 +

Add the gem to your Gemfile :

gem "radiant-filter_toolbars-extension", "~> 1.0.3"

Update your bundle :

$ bundle install

Run the update task :

rake radiant:extensions:update_all