Skip to content

An example gem using the tiny_mce gems plugin support

License

Notifications You must be signed in to change notification settings

kete/tiny_mce_plugin_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyMCE Plugin Example

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

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-plugin'

The comments in lib/tiny_mce-paste.rb should give you the information you need to make adjustments for your own plugin.

Credits

This gem was created by Kieran Pilkington <kieran@katipo.co.nz>

About

An example gem using the tiny_mce gems plugin support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published