sketch-sort-layer-list

A Sketch plugin to sort the layer list by name or layer position

Usage no npm install needed!

<script type="module">
  import sketchSortLayerList from 'https://cdn.skypack.dev/sketch-sort-layer-list';
</script>

README

Sort Layer List npm Version

A Sketch plugin to sort the layer list by name or layer position

Sort Selected Layers By Name

Commands

Sort Selected Layers By Name

  • Sorts layers in alphabetical order

Sort Selected Layers By Layer Position

  • Sorts layers by their:
    • X position
    • Y position
    • Y and X position

Smart Sort

  • Sorts layers by their Y and X position, but preserves the layers’ visual “stack order” on the page

Installation

  1. Download and unzip the latest release
  2. Double-click Sort Layer List.sketchplugin to install

License

MIT