- In the script description, click the "Direct Link" button.
- The tab will open the script code.
- Press Cmd/Ctrl + S for download.
- ArtboardsFinder
upd, 22.12.2022
- ArtboardsRemapper
new, 12.04.2023
- BatchRenamer
upd, 12.10.2023
- DuplicateArtboards
upd, 22.12.2022
- FitArtboardsToArtwork
upd, 18.09.2023
- MoveArtboards
upd, 04.05.2023
- RenameArtboardAsLayer
upd, 14.09.2022
- RenameArtboardAsSize
upd, 22.12.2022
- RenameArtboardAsTopObj
upd, 14.09.2022
Search for artboards by name or size and shows the selected artboards in the center of the window. Width and height in document units. Landscape, portrait, square artboards are displayed in descending order of size when searching by orientation.
Writes artboard names to a text file or applies from it. The script starts saving or renaming artboards from the specified index to the last artboard.
Batch renames Artboards, top-level Layers and selected objects in the document. Adds a common prefix and suffix to names. "Find & Replace" replaces matching strings in current names.
Placeholders
- {w} - the width of the artboard or selected object in units of the document
- {h} - the height of the artboard or selected object
- {u} - document units (Document Setup > Units)
- {nu:0} - ascending auto-numbering from the entered value
- {nd:0} - descending auto-numbering from the entered value
- {c} - document color model (RGB or CMYK)
- {d} - current date (YYYYMMDD)
- {fn} - filename without extension
- {n} - the current name to be replaced in "Find & Replace"
The Find & Replace supports regular expression symbols. Example: to remove numbers in names, enter \d
in Find and keep Replace blank. To replace spaces with another character: enter \s+
in Find and the your symbol in Replace.
Note
If you want to change the number of rows, change the CFGrows: 5
in the script file and the same value inlistHeight: 5 * 32
. Inprecision: 0
sets the number of decimal places for height and width of artboards and objects.
Script for copying the selected Artboard with his artwork. The Pro version with more options is available at Gumroad
Fit artboards by the visible unlocked content with custom margins.
Script for moving artboards range with artwork along the X and Y axis.
The script renames each Artboard by the custom name of Layer with the first visible unlocked item on it.
The script names the artboard by its size in pixels. If you don't want save Artboard name, but replace with his size, change var SAVE_NAME = true;
in the script file to false
.
The script renames each Artboard by the custom name of the first visible unlocked item on it. If the top object is text, its contents will be the name of Artboard.
Many scripts are free to download thanks to user support. Help me to develop new scripts and update existing ones by supporting my work with any amount via Buymeacoffee, Tinkoff, ЮMoney, Donatty, DonatePay. Thank you.
Found a bug? Please submit a new issues on GitHub.
Email [email protected]
Telegram @sergosokin
All scripts is licensed under the MIT licence.
See the included LICENSE file for more details.