This needs to be in the make file / install profile / etc. of course

Comments

bmathews’s picture

There is a wysiwyg module (http://drupal.org/project/wysiwyg) which abstracts the installation details away from using most client side editors.

http://drupal.org/project/ckeditor is another single editor module that would be my first choice.

davad’s picture

The wysiwyg module would be my first choice.

Kyle, can the make file and install profile be setup to download an editor (like CKEditor) and to configure a wysiwig module profile?

kyle_mathews’s picture

Yeah, I use the same setup with Eduglu, the WYSIWYG module + CKeditor.

Everything can be automatically pulled together and installed in the make file / install profile.

See https://github.com/KyleAMathews/eduglu_make/blob/master/eduglu.make#L227...
and https://github.com/KyleAMathews/eduglu_features/blob/master/eduglu_core/...

WYSIWYG editors are supposed to be easier to support now however in Drupal 7 so we'll have to research how it's done these days.