Hi All,
Does anyone know if there's a modified version of TM's "Convert Selection to Entities Excl. Tags" command which does not also convert quotes within a tag?
For example, select this text in a TextMate HTML document:
<p class="subhead">Convert this paragraph’s “curly quotes”.</p>
Then choose Bundles -> HTML -> Entities -> Convert Selection to Entities Excl. Tags. The result is:
<p class="subhead">Convert this paragraph’s “curly quotes”.</p>
Thanks in advance.
--Cliff