Search code examples
drupaldrupal-6wysiwyg

Drupal WYSIWYG using CKEditor vs CKEditor module


What is the difference between using the WYSIWYG module pointing to the CKEditor library and using the dedicated CKEditor module.

We currently use the WYSIWYG module with TinyMCE.


Solution

  • The answer seems to be that with the Wysiwyg module, you get an interface for which buttons appear in the profiles, whereas with just CKEditor, you don't? Or at least it's not obvious where choosing which buttons appear happens in the CKeditor module. http://drupal.ckeditor.com/ has some documentation on the subject, which says you can change the buttons.

    http://drupal.org/node/606404 for some background on why CKEditor and Wysiwyg are separate efforts (though you can use CKEditor just fine with Wysiwyg).

    I'd be inclined to stay with Wysiwyg so that you can swap out editors (that is, the JavaScript libraries for them) without having to swap out Drupal modules.