Drupal and TinyMCE
I’ve been working on a Drupal project to build a CMS for the production and management of very specific content.
The emphasis is all on the backend system, with tight field size limits (character count including markup) and restricted input (specified tags only).
Because of this I needed to use TinyMCE fully - restricting the valid_elements set, and adding event handlers for paste, and keyup.