Skip to content

kete/tiny_mce_plugin_imageselector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A wrapper gem for installing https://github.com/kete/image_selector_tinymce_plugin so that the tinymce gem can use it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages