Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaytaph/tinymce-keyword-plugin

TinyMCE Keyword plugin
https://github.com/jaytaph/tinymce-keyword-plugin

Last synced: 22 days ago
JSON representation

TinyMCE Keyword plugin

Awesome Lists containing this project

README

        

Usage:
* Copy the files from the zip-file into the plugins/keyword directory.
* If you need a different language than english or dutch, create it in the
keyword/langs directory (it's just 1 sentence).
* Add the plugin to your tinyMCE.init:
theme_advanced_buttons1_add : "keyword"
* Make sure you use the advanced theme (otherwise the button won't show up)
* Add the keyword list to your tinyMCE.init:
plugin_keyword_list : "=;=..."
* Use the addtional 'plugin_keyword_operator' to change the key/value separator:
plugin_keyword_operator : "|"

In case of trouble, contact the author at jthijssen [at] noxlogic.nl or
check the homepage at http://www.adayinthelifeof.nl/?p=64