- ArtboardsFinder
(new, 08.03.2022)
- BatchRenamer
(upd, 13.05.2022)
- DuplicateArtboardsLight
- MoveArtboards
- RenameArtboardAsLayer
- RenameArtboardAsSize
- RenameArtboardAsTopObj
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.
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)
- {n} - the current name to be replaced in "Find & Replace"
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.
Script for copying the selected Artboard with his artwork. The Pro version with more options is available at Gumroad
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.
You can support my work on new scripts via PayPal, ЮMoney or Donatty.
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.