- Version: 1.1
- CKEditor version: 3.4.2
- Date: 15-11-2010
- Authors: Tony Arnold [email protected], Giel Berkers [email protected]
- Repository: http://github.com/kanduvisla/symphony-ckeditor/
- Requirements: Symphony CMS 2.1.0 or higher http://github.com/symphony/symphony-2/tree/master
This extension provides CKEditor as text-formatter for Symphony CMS. It also has an integrated file browser which uses Symphony sections to get it's files from. For further information about the editor please visit www.ckeditor.com.
It is based upon code found in Nils Hörrmann's WYMEditor.
Significant work and bug fixes have been contributed by the following users:
- Giel Berkers - http://github.com/kanduvisla contributed major clean-ups and a new Symphony file browser that is compatible with CKEditor;
- Rob Stanford - contributed bug fixes.
For full details, please see the Github commit log - http://github.com/tonyarnold/symphony-ckeditor/commits/master.
The version of CKEditor included with this Symphony extension is stripped down to the bare essentials. This means:
- Text formatting is limited to the following functions:
- Paragraph Format
- Bold
- Italic
- Strike-through
- Subscript / Superscript
- Ordered list / Unordered list
- Indent / Outdent
- Block quote
- Hyperlinks
- Horizontal rule
- View source
- Full screen
- Most of CKEditor's plug-ins have been removed: if you wish to add more plug-ins, please download the original CKEditor package and extract the plugins you'd like to include.
- All languages other than US English are removed: If you wish to make use of additional languages, please download the original version of CKEditor and extract the languages you'd like to include.
This Symphony extension comes with a built-in file browser that is compatible with CKEditor. This file browser uses Symphony sections to store and retrieve uploaded files. It works as follows:
- Make sure you have created at least one section for your uploaded files with a 'File Upload' field attached;
- Go to Symphony's System Preferences and make the CKEditor file browser available to one or more of your sections;
- Once you've enabled the file browser for at least one of your sections, you make use of the 'Browse Server' button in CKEditor to select existing files from within your section and add them to the entry you are editing. You can also upload new files using the file browser on the fly!