DWilliames / paddy-sketch-plugin

Automated padding, spacing and alignment for your Sketch layers
MIT License
2.17k stars 61 forks source link
cocoascript design-tools sketch sketch-plugin sketchapp

⚠️ This project is no longer actively maintained

Whilst some of the functinality may continue to work on versions earlier than Sketch v53; I am no longer spending my time actively working on this project. Thanks for all the support of those that have been using Paddy!

For a deeper understanding of why I have stopped working on it; find out more here.

It seems that the Sketch team are looking into building this functionality natively πŸŽ‰; in the meantime, Anima have released an update that has a lot of the same functionality as Paddy 2; check it out here.

This code is open source, so please feel free to fork it and do whatever you want with it πŸ‘Œ


Paddy sketch plugin – automated padding and spacing for your Sketch layers


Using Paddy

Double click the downloaded file (Paddy.sketchplugin) to install it.


If you are using this plugin, please 'star' this project. It's a simple way for me to be able to see how many people are using this, and how much effort I need to put into improving it further.

If you love this plugin, why not shout me a coffee β˜•οΈ via PayPal to share the love! It will definitely help me to be able to support this plugin further.

Follow @davidwilliames on Twitter Twitter Follow


Go to 'Layer padding'

Go to 'Automatically applied'

Go to 'Symbol support'

Go to 'Spacing & distribution'

Go to 'Auto alignment'

πŸ“– View change log / release notes


Why this plugin?

There are some similar plugins out there that do some of the features of this plugin, but none of them do all of it in the simple way I wanted them to.


Layer padding

Padding can be applied to one 'Background' layer (either a shape layer or a Symbol) of a group. The 'Background' layer will automatically resize itself so that it surrounds all other layers within that group by a specified amount.

Specify the padding amount within the background layer's name between '[' and ']'. e.g. Background [10 20]. The format of the padding values should be in the same order as CSS.

Examples:

Run the plugin command 'Enter padding for selection' or Control + Alt + p to bring up an input field, to save padding to all your selected layers easier.

If you don't want to be prompted to enter the specified padding, and instead want it to be automatically inferred from what it already is – run the command 'Imply padding for selection' or Command + shift + p.

Padding example

Ignoring specific layers

To ignore specific layers when the Background layer is calculating it's size based on the padding. Simply prefix the name of the layer you want to ignore with a '-'. e.g. -new badge would be ignored.

Padding example ignoring layer

Ignoring padding for specific edges

If you don't want to apply padding to the top, bottom, left or right; simply use an 'x' instead of a number.

E.g to set padding of 60 to the top and bottom, but ignore applying any padding on the left and right, the background layer's name would include [60 x]

Padding example ignoring width

More advanced sizing expressions

You can also specific maximum and minimum sizes alongside padding values, separated by a semi colon – ';'. e.g. [20 10; width <= 50] would apply a max width of '50'.

Example: [20;h>=250] would apply padding of '20' in all directions, with a minimum height of '250'. Padding example with minimum height


Automatically applied

In order to resize the background layer to the specified padding, simply deselect all layers – or press esc on your keyboard to deselect layers automatically.

This will automatically update all paddings and spacing for the previously selected layers.


Symbol support

A lot of time and effort has gone into making sure Paddy works with symbols as well. If a symbol contains a background layer with padding; the symbol instance will automatically resize so that the background layer has enough padding around its sibling layers.

Padding example resizing symbols

This works great for creating dynamically resizing buttons.

Padding example resizing symbols

This should work with Sketch Libraries too! (At least it seems to in my limited testing – fingers-crossed 🀞)

This does not manipulate elements within a symbol, it simply resizes the symbol to the best size to fit. Because of this, each symbol cannot contain more than one 'Background layer' with padding.

For best results, avoid applying padding in deeply nested groups within the symbol.


Spacing & distribution

Similar to Anima's Stacked layers or the Distributer plugin, you can also apply 'spacing' to any group, for it to automatically distribute all its children.

To set the spacing / distribution of the layers in a group, add the spacing properties within a [ and ]; similar to applying padding to a group.

Properties: [{Spacing}{direction}]

Spacing / distribution examples

Run the plugin command 'Apply spacing to selection' or Control + Alt + Command + p to bring up an input field, to save spacing to all your selected groups easier.

Spacing example

Spacing in symbols

Let's talk about spacing in symbols. You can layout your elements with 'spacing' within your Master symbol artboard, if that makes things easier... however, it will not maintain the spacing after overriding the symbol. This is simply not possible without doing some weird data manipulation, which would break viewing it in other programs such as Zeplin.

If however, you do not care about being compatible with programs such as Zeplin; you can you Anima's AutoLayout plugin with 'Stack groups'. Paddy will take Stack groups into account when resizing a symbol; even with its overrides. Which in most cases, is probably what you want to do when applying spacing within your Symbol.


Auto alignment

You can also set the alignment for all the layers within a group β€” all of which will be automatically applied. 'Alignment' can be applied on a group by itself, or in conjunction with 'spacing'.

Similar to spacing / padding, it is by naming the group something specific, within [ and ].

Properties: [{alignment}] or [{Spacing}{direction} {alignment}]

Alignment

Alignment example

Examples

Alignment with spacing example

You can even specify more than one alignment value, if you wish. For example: [c m] will align the layers in the middle and center. Or [t c] to align on the top + center.


Contribute and report bugs

This plugin is in active development.

Pull requests are welcome and please submit bugs πŸ›.

Contact

[Twitter Follow]()


Check out my other Sketch Plugins: