- In the script description, click the "Direct Link" button.
- The tab will open the script code.
- Press Cmd/Ctrl + S for download.
- ArtboardsFinder
upd, 09.02.2024
- ArtboardsRemapper
upd, 19.02.2024
- BatchRenamer
upd, 21.01.2024
- DuplicateArtboards
upd, 09.02.2024
- FitArtboardsToArtwork
upd, 18.09.2023
- MoveArtboards
upd, 09.02.2024
- RenameArtboardAsLayer
upd, 12.09.2024
- RenameArtboardAsSize
upd, 12.09.2024
- RenameArtboardAsTopObj
upd, 12.09.2024
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.
Note
Vote on Uservoice to add this feature to Illustrator.
Writes artboard names to a text file or applies from it. Actions occur in the range of specified indexes corresponding to numbers in the Artboards panel.
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.
Tip
If you want to change the number of rows, change the CFG rows: 5
in the script file and the same value in listHeight: 5 * 32
. In precision: 0
sets the number of decimal places for height and width of artboards and objects.
Note
Vote on Uservoice #1, Uservoice #2, Uservoice #3, Uservoice #4 to add this feature to Illustrator.
Script for copying the selected Artboard with his artwork. The Pro version with more options is available at Buymeacoffee
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.
Renames artboards according to their size in document units.
Note
Vote on Uservoice to add this feature to Illustrator.
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 USD
, ЮMoney RUB
, Tinkoff RUB
, Donatty RUB
, DonatePay RUB
. Thank you.
Found a bug? Please submit a new issues on GitHub.
Email hi@sergosokin.ru
Telegram @sergosokin
All scripts is licensed under the MIT licence.
See the included LICENSE file for more details.