In order to use WYMeditor in Drupal, using the Wysiwyg API module:
- Install the Wysiwyg API module
- Copy the file
rupal/wysiwyg/editors/wymeditor.inc
in the respective Drupal Wysiwyg module installation's folder e.g.sites/all/modules/wysiwyg/editors
- Copy the file
drupal/wysiwyg/editors/js/wymeditor.js
in the respective Drupal Wysiwyg module installation's folder e.g.sites/all/modules/wysiwyg/editors/js
- Download latest WYMeditor package (at least 0.5-rc1) at WYMeditor.org or GitHub (recommended.)
- Extract the WYMeditor package, and copy the resulting wymeditor folder in to the modules/wysiwyg folder.
- In Drupal admin at Home > Administer > Site configuration > Wysiwyg, enable WYMeditor in the profile(s) of your choice.
That's it!
For more information, please read the documentation, available at:
https://github.com/wymeditor/wymeditor/wiki
If you need help, feel free to create an account on the forum and ask your question.
http://forum.wymeditor.org/
Copyright (c) 2005-2009 Jean-Francois Hovinne, http://www.wymeditor.org/
Dual licensed under the MIT (MIT-license.txt) and GPL (GPL-license.txt) licenses.