Posted by mathphreak on February 1, 2011 at 10:31pm
Is there a way to enable external plugins in TinyMCE? I know that http://groups.drupal.org/node/6559 says that Wysiwyg doesn't support external plugins yet, but there's got to be something. editors/tinymce.inc has a collection of plugins, so I thought I might be able to just add the After the Deadline plugin (http://www.afterthedeadline.com/download.slp?platform=TinyMCE) to that list, but AtD requires some extra variables, and I can't find where to put them. How would this be done?
Comments
External plugins do work with TinyMCE
That post hasn't been updated in four years and lots has changed since.
But it does list TinyMCE as supporting external plugins in
There's no need to modify tinymce.inc. Just implement
hook_wysiwyg_plugin()in a module to tell Wysiwyg where to find the plugin and which buttons it has. Set the 'internal' key to FALSE and set 'path' and 'filename' accordingly. =)The init variables can also be set via the 'options' key (use an associative array).
Details are in wysiwyg.api.php.
any progress?
Has there been any progress and or success with this integration? If not, I will be posting my results here and hopefully contributing a maintained module for this.
No progress has been made.
No progress has been made. I haven't looked at the issue for a while.