rodi01 / RenameIt

Keep your Sketch files organized, batch rename layers and artboards.
https://renameit.design/sketch/
MIT License
1.41k stars 110 forks source link

Feature Request: Find and replace Artboard names #66

Open jbossiere opened 6 years ago

jbossiere commented 6 years ago

It would be great to be able to target specific words in an artboard name and find and replace those. For example if I have a few artboards with names like

Button / Active / Blue Button / Inactive / Blue Tile / Active Tile / Inactive

and I wanted to go through, find all of the artboards with "Active" in the name and then replace them with "Banana" they would turn out like

Button / Banana / Blue Button / Inactive / Blue Tile / Banana Tile / Inactive

rodi01 commented 6 years ago

@jbossiere right now this can be done by selecting the artboards that you want to find and replace. I think an artboard toggle in the find and replace UI world be helpful. I will add it to the backlog. Thanks for the suggestion.