The CKEditor 3 Add-Ons Forum is a public place where anyone is encouraged to publish Plugins and Skins for CKEditor.
Two sub-forums are available to help us group the add-ons by "Plugins" and "Skins".
Feedback and Support
Feel free to add your reviews, complements and even report findings directly on the add-on topic, by adding replies to it.
Publishing an Add-On
Every add-on will be represented by a single topic (thread) in the forum. The very first post of the add-on topic is the most important one, because it will bring all details regarding the add-on:
- Subject: The topic title must be the add-on "marketable" name. Try to be creative, but also clear so one can understand the add-on usage just by its title. Good examples for plugins: "YouTube Video", "Flickr Gallery", "Image Map", "Google Maps" - and for skins: "Office 2010", "Metallic", "WordPress".
- Description: The text in the first post will be the entry point for details regarding the plugin. It should contain extensive information as well as screenshots and download links. Please paste the following template when creating it:
{ One or two paragraphs describing the add-on. } [b]Screenshots[/b] { Include one or two screenshots of your add-on. You may remove this section if you don't want to show any screenshots. } [b]License[/b] { The linked license name under which you're releasing your add-on. If you want to match the CKEditor license, just use the following: } Licensed under the terms of any of the following licenses at your choice: [url=http://www.gnu.org/licenses/gpl.html]GPL[/url], [url=http://www.gnu.org/licenses/lgpl.html]LGPL[/url] and [url=http://www.mozilla.org/MPL/MPL-1.1.html]MPL[/url]. { Make sure to have a LICENSE.txt file in the downloadable code with details. } [b]Download[/b] { Plugin name and version }: { The direct URL to download the add-on } [b]Installation[/b] { For Plugins: } 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: [code] config.extraPlugins = '[ Your Plugin Folder Name ]'; [/code] { For Skins: } 1. Extract the contents of the file into the "skins" folder of CKEditor. 2. In the CKEditor configuration file (config.js) add the following: [code] config.skin = '[ Your Skin Folder Name ]'; [/code] { Feel free to amend the template if further/different instructions are needed. }
Be sure to cleanup your post from all {instructions} you'll find there, and feel free to make additions and changes, making it nice and easy to understand.
Publishing New Versions
If you have new versions of your add-on to publish on the forum, DO NOT create a new topic. Please simply edit your original topic post and update the download links or any other information.
When this is done, add a new post to the topic, so that people watching it will receive notifications. Here again, please use the following format:
- Subject: The plugin name and the new version. For example: "YouTube Video 1.2.3".
- Description: please use the following template:
A new version of { Your Add-On Name } has been released. [b]Changelog[/b] { The most relevant changes. Feel free to remove this section if not appropriate. } [b]Download[/b] { The direct URL to download the new version (the same you have updated in the main topic post. }
Removal Rights
The forum administrators reserve the rights to correct, hide, or remove any add-on topic or posts in them for any reason without further explanations. Of course, we'll never be happy to do so.
No Warranty
CKSource and the CKEditor development team is not in any way responsible for the contents of this forum. We do not offer any guarantee regarding the quality, accuracy, and the usefulness of the add-ons and the information provided here. We are not responsible for any kind of damages you may suffer following the download or installation of add-ons provided here. All information or downloadable files provided here are sole responsibility of the person who posted such information or file. Use it at your own risk.