https://github.com/rodi01/RenameIt-XD
Keep your Adobe XD files organized, batch rename layers and artboards.
https://github.com/rodi01/RenameIt-XD
adobe adobe-xd plugin
Last synced: 7 months ago
JSON representation
Keep your Adobe XD files organized, batch rename layers and artboards.
- Host: GitHub
- URL: https://github.com/rodi01/RenameIt-XD
- Owner: rodi01
- Created: 2018-10-08T04:16:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T08:45:38.000Z (over 5 years ago)
- Last Synced: 2025-03-29T02:52:34.857Z (7 months ago)
- Topics: adobe, adobe-xd, plugin
- Language: JavaScript
- Homepage: http://renameit.design/xd
- Size: 2.18 MB
- Stars: 20
- Watchers: 1
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Rename it
Keep your Adobe XD files organized, batch rename layers and artboards. [Checkout the website](https://renameit.design/xd)
## Rename Selected Layers
![]()
### Multiple Layers
Rename Multiple layers at once.
### Sequence
Sequentially rename layers in either ascending or descending order.

- **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.

### 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.

###### NOTE: `%` can be escaped with a backslash `\`
## Find & Replace in Selected Layers
![]()
![]()
Replace any word(s) or character(s) from selected layers.

## Rename Artboards
You can use both commands **Rename Selected Layers** and **Find & Replace in Selected Layers** on artboards. They behave the same way as when renaming a layer.

## More Info
Rename It is maintained by Rodrigo Soares, follow me [@rodi01](https://twitter.com/rodi01)
[Checkout the website for more](https://renameit.design/xd)
MIT License © Rodrigo Soares.
## Donate
[Buy me a pizza 🍕](https://www.buymeacoffee.com/rodi01) or donate via [PayPal](https://www.paypal.me/rodi01/5).