Yes, I’ll push my changes to the develop branch soon and let you know where you can access it.
Here’s the ZPL emulator.
And here’s another plugin that might be useful.
As for changing the size of labels, I am planning to support the ability to add custom attributes to documents so that we can set values for properties like height and width directly on the Zebra template (document) after it has been uploaded. These custom attributes will then be passed to the render / print method or we can prompt the user for these values at runtime if they haven’t been set.
Unfortunately, that’s a bigger piece of work than I have time for right now so it might not get done in the foreseeable future. Therefore I’ll try to create config properties for a few of these attributes and just prompt the user for the values (in addition to # of labels to print) for every print request.
Let me know if there’s anything else that’s missing.