<div class="gmail_quote">On Sun, May 24, 2009 at 9:19 AM, Ryan Cross <span dir="ltr">&lt;<a href="mailto:drupal@ryancross.com">drupal@ryancross.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Sun, May 24, 2009 at 11:06 PM, Walt Daniels &lt;<a href="mailto:wdlists@optonline.net">wdlists@optonline.net</a>&gt; wrote:<br>
&gt; My sentiments, exactly! If the users can&#39;t use it without problems they will<br>
&gt; leave you site for one that is more user friendly. Without problems means<br>
&gt; whatever ugly hacks under the covers are needed to really strip Word junk.<br>
&gt; They don&#39;t understand the need to use paste from Word (in tinyMCE) and it<br>
&gt; gets it wrong fairly often.<br>
<br>
</div>Do you know of any other site or WYSIWYG editor that handles M$ word<br>
better than what&#39;s available?<br>
<br>
</blockquote></div><br>My team just recently had to solve this problem.  We created a new plugin based on TinyMCE&#39;s &quot;Paste from Word&quot; button that automatically runs based on an algorithm that detects if a user has pasted. <br>
<br>It&#39;s not perfect, because for instance it strips all styles from any HTML (so no right or center text alignment).  However, for a limited input format, its appears to have solved the problem we have.  It even works with Image Assist.  We no longer get complaints, the editor really is displaying what they&#39;ll get, and all the font formatting is consistent across the site.<br>
<br>Obviously, we need to bundle it up and provide it back to the community.  We&#39;ll be working on those tasks after the site&#39;s release.  However, you can still access it off the SCF github repository if you&#39;re interested:<br>
<br><a href="http://github.com/benjamin-agaric/scf/tree/90aa5f4114bd468122c6a6b833d314b219600869/modules/custom/cleanword">http://github.com/benjamin-agaric/scf/tree/90aa5f4114bd468122c6a6b833d314b219600869/modules/custom/cleanword</a><br>
<br>(It may be out of date.  We fixed some critical bugs about two weeks ago)<br>