Skip to content

vikilii/RenameIt-2026

 
 

Repository files navigation

Rename It 2026 Compatibility Patch

This is an unofficial fork of rodi01/RenameIt with a local compatibility patch for Sketch 2026.1.2 (228390).

The original Sketch plugin is no longer maintained and the upstream repository is archived. This fork keeps the original MIT license and credits, and only updates the Sketch plugin so users on newer Sketch versions can open the Rename It UI again.

What changed

  • Removed the old sketch-module-google-analytics dependency because it references Sketch metadata APIs that no longer exist in Sketch 2026.
  • Fixed Find and Replace Layers/Artboards Names for Sketch 2026 page layer access changes.
  • Fixed Rename Selected Artboards for Sketch 2026 artboard class lookup changes.
  • Increased the Rename Selected Artboards dialog height so the bottom buttons are visible.
  • Replaced direct layer.name = ... assignments with a setName(...)-first fallback for newer Sketch/CocoaScript runtimes.
  • Added compatibility shims for legacy AppKit/WebView constants used by the older sketch-module-web-view bundle.
  • Removed the original appcast URL from the bundled manifest so this unofficial fork does not imply official upstream updates.

Tested with

  • Sketch 2026.1.2 (228390)
  • Rename It 4.5.4 base plugin

Install

  1. Download the latest release zip from this fork.
  2. Unzip it.
  3. Double-click Rename-It.sketchplugin, or copy it to ~/Library/Application Support/com.bohemiancoding.sketch3/Plugins/.
  4. Restart Sketch if the plugin menu does not refresh immediately.

Original project note

Update

Unfortunately, Rename It for Sketch is no longer being maintained. I no longer use Sketch as my design tool, and I can't justify paying for the license. The latest tested Sketch version is 67.2.

The plugin is still being maintained for Figma and Adobe XD.

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.

Donate

Buy me a pizza 🍕 or donate via PayPal.

About

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

Resources

License

Stars

2 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 95.2%
  • CSS 3.1%
  • HTML 1.7%