No commit activity in last 3 years
No release in over 3 years
This gem uses the tiny_mce gem's plugin system to install the https://github.com/kete/image_selector_tinymce_plugin plugin.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

TinyMCE Plugin ImageSelector¶ ↑

This gem uses the tiny_mce gem’s plugin system to install the github.com/kete/image_selector_tinymce_plugin plugin.

Usage¶ ↑

To use this plugin, clone the source, gem build, gem install, and add the following after the tiny_mce gem config line:

config.gem 'tiny_mce' # if you haven't done so already
config.gem 'tiny_mce_plugin_imageselector'

You’ll want to adjust your config/tiny_mce.yml file to take advantage of the plugin.

The imageselector plugin assumes that your site has imageselector config files at /javascripts/image_selector_config/. See the README at github.com/kete/image_selector_tinymce_plugin/ for more details on how they are set up.

Credits¶ ↑

tiny_mce_plugin_imageselector was created for the Kete project (kete.net.nz) and is maintained by Walter McGinnis <walter a-t katipo dot co dot nz>.

License¶ ↑

tiny_mce_plugin_imageselector is covered by the MIT License. See LICENSE for more information.

Copyright © 2011 Horowhenua Library Trust