Sublime Forum

Organize SVG file plugin?

#1

Is there a plugin for sublime which can take a SVG file and organize the file so it’s easier to read.

SVG exported out of Illustrator are a garbage mess of an XML file ? Unless this plugin does the Job ?

0 Likes

#2

Based on the github page for svgo (which that plugin uses) it sounds like it may do what you want.

I found this online version that uses that plugin, so you may want to run some of your sample files through it to see if it’s going to do what you want it to do before you mess around with it.

1 Like

#3

That is exactly what I want to do, as well SVGO can also add classes to SVG elements which is what else I need. I have installed Node.js and I’ve watched a few tutorials on installing and setting up Node.js but those have not helped including asking elsewhere online which has put me in a dead end. I understand this forum is not a forum for Node.js help if anyone knows where I can get help for a newbie or knows someone who can help I would greatly appreciate it.

0 Likes