Sublime Forum

Editing files inside compressed files

#1

I need to modify the xml of ‘zip’ files: ods, xlsx etc.
Is there a plugin that makes that easier than having to manually unzip, modify, zip.

There was something for VSCode that made it easy.

0 Likes

#2

What do you mean by “modify the xml of zip files”?

0 Likes

#3

Sorry typo. I mean ‘in a zip file’.

I just managed to find the old VSCode Extension that I was hoping there is a Sublime equivalent to:
https://marketplace.visualstudio.com/items?itemName=yuenm18.ooxml-viewer

It basically did the packing of the xml files in the background so it was easy to see the modifications to the edited internal files

0 Likes

#4

Ah, gotcha; I’m not aware of any packages that do that personally. I did a quick check on https://packagecontrol.io/ to see, but didn’t find anything. I may not have used optimal search terms however.

0 Likes

#5

If you are on Linux, this fuse plugin may help: https://github.com/ralic/fuse-zip

0 Likes