![]()
I’ve been using Coda on the Mac since it first came out (2007 I think), and well, I’ve just discovered how simple it is to create plugins using nothing more complicated than PHP. So here it is: Un-Encode Entities, a Plugin for Coda.
It works like this. Basically if you have something like this:
<blockquote><p>“Arte non è mai finita, è solo abbandonata”</p></blockquote>
or this:
<blockquote><p>&#8220;Arte non è mai finita, è solo abbandonata&#8221;</p></blockquote>
Then the Un-Encode Entities plugin will convert it to this:
<blockquote><p>“Arte non è mai finita, è solo abbandonata”</p></blockquote>
You can download it here: Un-Encode Entities for Coda. (Requires Coda for Mac OSX).