History of CKEditor
Version 1 | Current version | |
---|---|---|
CKeditorStill needs a little work tidying things up to the current version of ckeditorCKeditor is a rich text editor. This means, input areas for content will look like an Office program. Users mark some text, then click on a button B or hit Ctrl+B on their keyboard, and instantly see the marked text bold. It is browser independent, written in Javascript, and released as Open Source by ckeditor.com. Alternatively, you can use TinyMCE, another rich text editor that can easily be integrated with Bitweaver. How to enable CKeditor in Bitweaver
Features
ToolbarsBitweaver includes the ability to use one of several toolbars with CKeditor easily. It is also possible to customize the toolbar by editing the ckeditor/ckconfig.bitweaver.js file to specify your own and then adding it to ckeditor/admin/admin_ckeditor_inc.php.SkinsBitweaver includes the ability to skin the interface with one of the three default skins. It is also possible to create your own skin. You will have to add it to the ckeditor/admin/admin_ckeditor_inc.php file to add it to the administration interface.Other Configuration SettingsCKEditor configure file elements This document can be used to identify elements that you may want to reconfigure. CKEditor ConfiguringIssues
Your own plugins for CKeditorIf you want to write your own plugin for CKeditor, here are two good tutorials to get you started:
Bitweaver's plugins for CKeditorSplitTODO - Check out pluginThe Split plugin gives you a button that will insert a split tag:...split... into your content. This is good for blog posts and articles where you want to easily define a read more section. Now your users don't need to know how to use ...split... they can just click the "Insert Split" button, which includes a hover tool tip letting you know it is for adding a Read More section. AttachmentTODO - check out pluginThe Attachment plug inintegrates bitweaver's native LibertyAttachments features /ckeditor/config.js
Now you need to add Attachment to your toolbar list, for example like: /ckeditor/ckconfig.bitweaver.js
|