This project is not covered by Drupal’s security advisory policy.

This module looks like the PM functions of Drush, allows us to download most of popular WYSIWYG editors.

Integration

Feel free to integrate your editor using my API. There are only 2 functions
you should know
- hook_drush_editor(): Register your editors.
- hook_drush_editor_alter(): Change the list of registered editors.

You can see the file drush_editor.api.php and my plugin for more information.

Dependencies

  1. Drush
  2. PHP's DOM API

Supported Editors

  1. CKEditor (v3.1+)
  2. TinyMCE (v3.5+)

Installation

Download the module and simply copy it into your contributed modules folder:
[for example, your_drupal_path/sites/all/modules] and enable it from the modules administration/management page.
More information at: Installing contributed modules (Drupal 7)

Note: If you want to install the command to drush for global use. Just copy the 'editor' folder to drush_base_dir/commands/ and run `drush cc drush` to clear drush cache.

How to use

The idea and logic are from Drush PM, so there is no doubt that you understand all of this very fast. Just run `drush help eddl` and see.

Note: The default major version (if you don't provide in the command) of CKEditor and TinyMCE is 3 (that means if you run `drush eddl ckeditor`, you will get the last stable package of ckeditor v3)

Roadmap

Currently the functionalities are quite simple, you can only download the editors. My goal is providing some highly useful drush commands for the editors, so here is the list of features in future releases (order by descending priority):

  • Update/Delete editors
  • Support svn/git with submodules. (this is tough)
  • Customize (this is the hardest part)

Project information

Releases