Skip to content

Keep your Sketch files organized, batch rename layers and artboards.

License

Notifications You must be signed in to change notification settings

alanfraneo/RenameIt

 
 

Repository files navigation

Rename It

Keep your Sketch files always organized, batch rename layers and artboards. Checkout the website

Rename Selected Layers

Multiple Layers

Rename Multiple layers at once command.

Rename Multiple Layers

Sequence

Sequentially rename layers in either ascending or descending order.

Rename in Sequence

  • Keyword %n - Ascending numbered sequence
  • Keyword %N - Descending numbered sequence
  • Keyword %A - Alphabet sequence
Pro Tip
  • Keyword %nn - This will output 01, 02, 03 and so on
  • Keyword "%a - Lowercase alphabet sequence

Current Layer Name

The keyword %* will copy the current selected layer(s) name.

Current Layer Name

Layer Name Case

You can use the %* with combination of letters to convert the layer name case.

  • Keyword %*u% - Convert to UPPER CASE
  • Keyword %*l% - Convert to lower case
  • Keyword %*t% - Convert to Title Case
  • Keyword %*uf% - Convert to Upper first word
  • Keyword %*c% - Convert to camelCase (This will remove the spaces)

Add Width and Height

Rename layer(s) with the width %W and height %H of a layer.

Width and Height

NOTE: “%” can be escaped with a backslash “\”

Find & Replace in Selected Layers

Replace any word(s) or character(s) from selected layers.

Find & Replace

Rename Artboards

Rename selected artboards works the same way as rename selected layers. You don't need to select the artboard, it will automatically find the artboard of the selected layer(s).

Rename Artboards

Install

For Sketch bellow version 51 the latest version of the plugin won't work. Please download version 3.8.7 here

Sketchpacks

Sketchpacks

Sketch Runner

Sketch Runner

Direct Download

Direct Download

More Info

Rename It is maintained by Rodrigo Soares, follow me @rodi01

Checkout the website for more

MIT License © Rodrigo Soares.

About

Keep your Sketch files organized, batch rename layers and artboards.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 94.3%
  • CSS 4.3%
  • HTML 1.4%