ddwht / sketch-dynamic-button

Dynamic button plugin for Sketch.app
1.05k stars 57 forks source link

Dialogue box for padding input #7

Open awhitty opened 10 years ago

awhitty commented 10 years ago

I'm just echoing the sentiments from this DN post here.

Meng To:

I actually used this plugin quite a bit. Renaming the layer is nice, but have you thought of doing a dialog to enter the 10:10:10:10 instead? That would also trigger the Command J.

It would be nice to preserve important layer names, so offering a dialogue for inputting padding would be a good workaround.

ddwht commented 10 years ago

The problem is not to insert values via the dialog, but to store them. I can see other possibilities except text layer

clarklab commented 10 years ago

If the padding has to be in the text layer title, can we atleast use true CSS syntax? (since that's what we are mimicking)

I'd prefer 10px 0 20px 0 instead of 10:0:20:0