Node Body | Modules Unraveled

In this video we will be installing a wysiwyg editor so that we can include links, images, and other HTML code without having to actually know HTML.

Install Wysiwyg module

I'm going to be using the Wysiwyg module with the CKEditor. Because Wysiwyg has built-in integration for the CKEditor library, I won't download the CKEditor module from Drupal.org, just the Wysiwyg module.

  • drush dl wysiwyg
  • drush en wysiwyg

Now, I'll configure Wysiwyg, and download the CKEditor plugin.