Thank you for this great module – it helps me a lot!
But when pasting text and tables from Word or rich text files i still have clutter, i don't want to see – so i extended your plugin to remove even more stuff, like "class", "font" or "valign".

Before:

<p><font face="HP Simplified">Some text</font>
</p>
<table class="MsoTableGrid">
  <tbody>
    <tr>
      <td valign="top">
        <p class="MsoNoSpacing">Some more text.</b>
        </p>

After:

<p>Some text
</p>
<table>
  <tbody>
    <tr>
      <td>
        <p>Some more text.</b>
        </p>

Comments

tfranz created an issue. See original summary.

  • cosolom committed 7a98697 on 1.0.x authored by tfranz
    Issue #3264818 by tfranz: Extend the plugin to remove even more
    
cosolom’s picture

Status: Active » Fixed

Thank you, commited.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.