Hello,
this is the first time I gave drupal a try, I installed a fresh drupal 7 with wysiwyg API, the wysiwyg-bridge and TinyMCE and CKeditor. In general I do like it so far. There is one question, a problem I also had with other CMS and i never solved it, it is the following:
Some users are pasting stuff from MS Word including formatting. An everyday-problem like most here will know, I think. I deactivated it with ckedtitor like shown here, so it will be pasted as plain text: http://groups.drupal.org/node/107294
But now i have a static site with loads of content and rich usage from links / italics / bold etc. which I am converting to drupal. When I paste from original as plain text i have to search for this pieces in the text and apply this again, extremely annoying and maybe unnecessary if there would be a way to:
Configure the paste that it keeps what i want (italic, bold, link, underline, h1, h2...) but drops everything else like font face, size, line-height, margins, etc. Something in between copy with all attributes and copy plain text. I dont care if it is TinyMCE or CKeditor or maybe something else.