TMCE is my interpretation of how TinyMCE WYSIWYG Editor should be integrated into Drupal.
This project will not be officially available among Drupal projects since there are already modules (tinymce and tinytinymce) managing the same task.

TMCE borrows its admin interface from BUEditor whose users should be familiar with role-editor assignments and a live demo for each editor. Editor interface and button configuration is done manually by entering configuration options.

Features

  • No restrictions on editor directory location. Just specify which file to include.
  • Support for compressor.
  • Visibility setting to show an editor on specific pages.
  • Unlimited number of editors.
  • Predefined editors: simple, advanced, full, and customized.
  • Customized editor configured to
    • integrate IMCE
    • implement editor toggling
    • use custom css
    • replace drupal's resizing with editor's
    • select full html format automatically(6.x only)

Download

Screenshots

Admin page
tmce-admin.png

Editor configuration
tmce-editor.png

Under supervision of Drupal :)