Ability to UNESCAPE escaped html entities Automatically

Hi,

I’m aware that this can be done using JS or Find & Replace within Pinegrow but within my current workflow the chore of unescaping html entity characters (e.g. converting &lt; and &gt; to < and > for tags) upon every revised external html Partial import has become too tedious and linking or adding JS within meta of the master page not only adds extra bloat to the html but appears to render unescaped entities as text in the Dom when previewed in the browser thus making tag attributes that execute code such HTMX or Hyperscript visible and non-executable.

It would be an extremely convenient time saver to have a toggle option somewhere in Pinegrow to enable unescaping automatically of html entities across every file imported into the project (i.e. SVG, HTML, CSS, JS, etc.).