If you could please incorporate the following comment it would significantly help drupal users trying to install CKEditor via the Drupal WYSIWYG module. This is by far the most common module used and it would definitely help to have it in place. By default CKEditor just does not work out of the box and with the Drupal learning curve what it is this simple fix could likely ease the frustration that people have... this came out of discussion forum: http://drupal.org/comment/reply/1161738/7153730
Open file ckeditor.js library ( sites/all/libraries/ckeditor/ckeditor.js )
At the very top of this file you will see the comment lines, such as:
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
Just add to this comment a new line with details about version, so the comment will be:
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
version:'CKEditor 4.0 SVN',revision:'769d96134b'
*/
Version and revision details you will find somewhere at the beginning of js code, right beneath the comment, something like this:
var b={timestamp:"CAPD",version:"4.0",revision:"769d96134b"...
* do not change anything in the code.
That's it. Just reload the wysiwyg profile page ( admin/settings/wysiwyg/profile )
You mean w/o the revision,
You mean w/o the revision, right? and what do u mean by 'Drupal WYSIWYG module' ?
Is it possible to use a WYSIWYG editor in texarea for Drupal site configuration form (system_settings_form).
Hi Amstaker,
Hi Amstaker,
thank you for your effort and for putting down the notes for WYSIWYG module integration. Please note, however, that you should actually ask the WYSIWYG module developers to include your notes, as we state quite clearly that we do not provide support for the WYSIWYG module + CKEditor scenario.
Instead, there is a dedicated CKEditor for Drupal module available: http://drupal.org/project/ckeditor
Additionally, please note that from Drupal 8 CKEditor will be the default editor built into core and no third-party modules will be needed to install and use it.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!