{"id":13516296,"url":"https://github.com/rodi01/RenameIt-XD","last_synced_at":"2025-03-31T06:30:32.508Z","repository":{"id":136463943,"uuid":"152017689","full_name":"rodi01/RenameIt-XD","owner":"rodi01","description":"Keep your Adobe XD files organized, batch rename layers and artboards.","archived":false,"fork":false,"pushed_at":"2020-06-03T08:45:38.000Z","size":2290,"stargazers_count":20,"open_issues_count":7,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T02:52:34.857Z","etag":null,"topics":["adobe","adobe-xd","plugin"],"latest_commit_sha":null,"homepage":"http://renameit.design/xd","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rodi01.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":["https://www.paypal.me/rodi01/5"]}},"created_at":"2018-10-08T04:16:15.000Z","updated_at":"2023-11-26T03:39:42.000Z","dependencies_parsed_at":"2023-04-21T07:02:25.133Z","dependency_job_id":null,"html_url":"https://github.com/rodi01/RenameIt-XD","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodi01%2FRenameIt-XD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodi01%2FRenameIt-XD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodi01%2FRenameIt-XD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodi01%2FRenameIt-XD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rodi01","download_url":"https://codeload.github.com/rodi01/RenameIt-XD/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246429459,"owners_count":20775805,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["adobe","adobe-xd","plugin"],"created_at":"2024-08-01T05:01:21.124Z","updated_at":"2025-03-31T06:30:32.500Z","avatar_url":"https://github.com/rodi01.png","language":"JavaScript","funding_links":["https://www.paypal.me/rodi01/5","https://www.buymeacoffee.com/rodi01"],"categories":["Awesome Open Source Plugins"],"sub_categories":[],"readme":"# Rename it\n\nKeep your Adobe XD files organized, batch rename layers and artboards. [Checkout the website](https://renameit.design/xd)\n\n## Rename Selected Layers\n\n\u003cimg src=\"http://x.rodrigosoares.me.s3.amazonaws.com/images/renameIt/xd/rename_layers_shortcut_apple.png\" height=\"70\" /\u003e\n\u003cbr /\u003e\n\u003cbr /\u003e\n\u003cimg src=\"http://x.rodrigosoares.me.s3.amazonaws.com/images/renameIt/xd/rename_layers_shortcut_windows.png\" height=\"70\" /\u003e\n\n### Multiple Layers\n\nRename Multiple layers at once.\n\n### Sequence\n\nSequentially rename layers in either ascending or descending order.\n\n![Rename in Sequence](http://x.rodrigosoares.me.s3.amazonaws.com/images/renameIt/xd/sequence_rename.gif)\n\n- **Keyword `%n`** - Ascending numbered sequence\n- **Keyword `%N`** - Descending numbered sequence\n- **Keyword `%A`** - Alphabet sequence\n\n##### Pro Tip\n\n- **Keyword `%nn`** - This will output 01, 02, 03 and so on\n- **Keyword `%a`** - Lowercase alphabet sequence\n\n### Current Layer Name\n\nThe keyword `%*` will copy the current selected layer(s) name.\n\n![Current Layer Name](http://x.rodrigosoares.me.s3.amazonaws.com/images/renameIt/xd/layer_name.gif)\n\n### Layer Name Case\n\nYou can use the `%*` with combination of letters to convert the layer name case.\n\n- **Keyword `%*u%`** - Convert to **UPPER CASE**\n- **Keyword `%*l%`** - Convert to **lower case**\n- **Keyword `%*t%`** - Convert to **Title Case**\n- **Keyword `%*uf%`** - Convert to **Upper first word**\n- **Keyword `%*c%`** - Convert to **camelCase** (This will remove the spaces)\n\n### Add Width and Height\n\nRename layer(s) with the width **%W** and height **%H** of a layer.\n\n![Width and Height](http://x.rodrigosoares.me.s3.amazonaws.com/images/renameIt/xd/width_height.gif)\n\n###### NOTE: `%` can be escaped with a backslash `\\`\n\n## Find \u0026 Replace in Selected Layers\n\n\u003cimg src=\"http://x.rodrigosoares.me.s3.amazonaws.com/images/renameIt/xd/find_replace_shortcut_apple.png\" height=\"70\" /\u003e\n\u003cbr /\u003e\n\u003cbr /\u003e\n\u003cimg src=\"http://x.rodrigosoares.me.s3.amazonaws.com/images/renameIt/xd/find_replace_shortcuts_window.png\" height=\"70\" /\u003e\n\u003cbr /\u003e\u003cbr /\u003e\n\nReplace any word(s) or character(s) from selected layers.\n\n![Find \u0026 Replace](http://x.rodrigosoares.me.s3.amazonaws.com/images/renameIt/xd/find_replace.gif)\n\n## Rename Artboards\n\nYou can use both commands **Rename Selected Layers** and **Find \u0026 Replace in Selected Layers** on artboards. They behave the same way as when renaming a layer.\n\n![Rename Artboards](http://x.rodrigosoares.me.s3.amazonaws.com/images/renameIt/xd/artboards.gif)\n\n## More Info\n\nRename It is maintained by Rodrigo Soares, follow me [@rodi01](https://twitter.com/rodi01)\n\n[Checkout the website for more](https://renameit.design/xd)\n\nMIT License © Rodrigo Soares.\n\n## Donate\n[Buy me a pizza 🍕](https://www.buymeacoffee.com/rodi01) or donate via [PayPal](https://www.paypal.me/rodi01/5).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodi01%2FRenameIt-XD","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frodi01%2FRenameIt-XD","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodi01%2FRenameIt-XD/lists"}