This gem is an example of how to utilize the tiny_mce gem’s plugin system.
Uses for the tiny_mce plugin system:
-
Insert languages on application start up
-
Insert plugins on application startup
-
Adjust source files on application startup
For documentation on how to write a tiny_mce plugin, see the tiny_mce README at:
github.com/kete/tiny_mce/blob/master/README.rdoc
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-plugin'
The comments in lib/tiny_mce-paste.rb should give you the information you need to make adjustments for your own plugin.
This gem was created by Kieran Pilkington <[email protected]>