Active
Project:
Family History Distro
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2010 at 22:58 UTC
Updated:
29 Nov 2010 at 04:14 UTC
This needs to be in the make file / install profile / etc. of course
Comments
Comment #1
bmathews commentedThere 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.
Comment #2
davad commentedThe 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?
Comment #3
kyle_mathews commentedYeah, 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.