An open API service indexing awesome lists of open source software.

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.

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.

![Rename in Sequence](http://x.rodrigosoares.me.s3.amazonaws.com/images/renameIt/xd/sequence_rename.gif)

- **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](http://x.rodrigosoares.me.s3.amazonaws.com/images/renameIt/xd/layer_name.gif)

### 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](http://x.rodrigosoares.me.s3.amazonaws.com/images/renameIt/xd/width_height.gif)

###### NOTE: `%` can be escaped with a backslash `\`

## Find & Replace in Selected Layers









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

![Find & Replace](http://x.rodrigosoares.me.s3.amazonaws.com/images/renameIt/xd/find_replace.gif)

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

![Rename Artboards](http://x.rodrigosoares.me.s3.amazonaws.com/images/renameIt/xd/artboards.gif)

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