If I open an XML file in Chrome, I get a nice visual. I want to somehow copy this formatting to other programs like OneNote. It never copies the format/color though. Anything I can do to get it? Maybe even an extension if necessary?
What I see in Chrome and want to copy:
Or even this from SO would be nice:
<Node something="meh">
Insides http://weblink.com
<Indented>Super cool</Indented>
</Node>
But I always get a dumb string: <Node something="meh">Insides http://weblink.com<Indented>Super cool</Indented></Node>
