Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jaytaph/tinymce-keyword-plugin
- Owner: jaytaph
- Created: 2012-03-17T12:45:35.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-03-17T12:46:48.000Z (over 12 years ago)
- Last Synced: 2023-03-11T01:23:35.495Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://www.adayinthelifeof.nl/2009/12/27/tinymce-keyword-plugin
- Size: 89.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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