This plugin allows to use the XML format for templates used in the old FCKeditor with CKEditor
Further explanations at the post in my blog.
License
Licensed under the terms of any of the following licenses at your choice: GPL, LGPL and MPL.
Download
XML Templates version 1.0:
download link
Installation
1. Extract the contents of the file into the "plugins" folder of CKEditor.
2. In the CKEditor configuration file (config.js) add the following code:
config.extraPlugins = 'xmltemplates';
Re: XML templates
Thanks, this works very well.
Inspired by your plugin I created a similar plugin to handle the styles pulldown.
Re: XML templates
Re: XML templates