Skip to content

Instantly share code, notes, and snippets.

@suzannealdrich
Created March 24, 2014 22:54
Show Gist options
  • Save suzannealdrich/9751092 to your computer and use it in GitHub Desktop.
Save suzannealdrich/9751092 to your computer and use it in GitHub Desktop.
Drupal WYSIWYG
A viable WYSIWYG+CKEditor+Media combination that allows for embedded image management during node editing.
Consult each module's INSTALL.txt for complete instructions:
Wysiwyg 7.x-2.2+33-dev
https://drupal.org/project/wysiwyg
CKEditor Version 4.3.3 (Full)
http://ckeditor.com/download
Media 7.x-2.0-alpha3+77-dev
https://drupal.org/project/media
File Entity 7.x-2.0-alpha3+13-dev
https://drupal.org/project/file_entity
Set up a new text input filter for WYSIWYG in Drupal.
There is documentation on drupal.org specific to the older version of CKEditor library, but it is still helpful: https://drupal.org/node/1882314
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment