[Plugin: TinyMCE Entities Patch] yes, but…
-
I understand your point of view, and don’t have anything against your plugin (I apreciate your effort!), but what you say could be rendered with three words: “writing bad html”
If you want to indent your code you can use BLOCKQUOTE, or keep spaces using PRE
Also &ersand;lt; and &ersand;gt; have special meaning in HTML, so if something is enclosed among &ersand;lt; and &ersand;gt; it will be seen as a tag (an invalid tag, most likely) that’s why they are being translated as &ersand;gt; and &ersand;lt;
So if you write something like “<this won’t work>” without html entities being transleted you would only see “” (withound any text).
If you don’t want your text being (badly?) modifid:
1) just use proper tags
2) do not use visual editor
The topic ‘[Plugin: TinyMCE Entities Patch] yes, but…’ is closed to new replies.