Skip to content

Latest commit

 

History

History
executable file
·
173 lines (118 loc) · 10.6 KB

File metadata and controls

executable file
·
173 lines (118 loc) · 10.6 KB

Logo

Artboard | Adobe Illustrator Scripts

GitHub stars GitHub forks Downloads Telegram Youtube

Back to homepage

How to download one script

  1. In the script description, click the "Direct Link" button
  2. The tab will open the script code
  3. Press Cmd/Ctrl + S for download
  4. If you see ".jsx.txt" in the name when saving, delete ".txt"

Scripts

ArtboardsFinder

Direct Download

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.

ArtboardsFinder

ArtboardsRemapper

Direct Download

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.

ArtboardsRemapper

BatchRenamer

Direct Download

Batch renames multiple artboards, top-level Layers and selected objects all at once.
What it does:

  • It adds a common prefix and/or suffix to their names
  • It finds and replaces text in the current names (using Find & Replace)
  • It changes the names to a consistent case (upper case, lower case, etc.)

Placeholders (Smart Tags)

  • {w} — The width of the artboard or object
  • {h} — The height of the artboard or object
  • {u} — The document's units (like mm, cm, inches)
  • {nu:1} — Auto-numbering, counting up from the number you type (e.g., 1, 2, 3...)
  • {nd:5} — Auto-numbering, counting down from the number you type (e.g., 5, 4, 3...)
  • {c} — The document's color mode (RGB or CMYK)
  • {dmy} — Today's date (DD/MM/YYYY)
  • {mdy} — Today's date (MM/DD/YYYY)
  • {ymd} — Today's date (YYYY/MM/DD)
  • {t} — The current time (HH:MM)
  • {f} — The document's filename

The Find & Replace supports regular expression. 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

You can open the script file in a text editor to change these settings: rows: 5 - Change this number to make the script's window taller or shorter. precision: 0 — How many decimal places to use for width and height (e.g., 2 for 10.25). decimal: ',' — The symbol to use as a decimal point (e.g., ',' or '.'). isShowIndex: true — Set to false to hide the temporary numbers shown next to each artboard when the script starts.

More about script

Note

Vote on Uservoice #1, Uservoice #2, Uservoice #3 to add this feature to Illustrator.

BatchRenamer

DuplicateArtboardsLight

Direct Download

Script for copying the selected Artboard with his artwork. The Pro version with more options is available at Buymeacoffee

DuplicateArtboardsLight

FitArtboardsToArtwork

Direct Download

Fit artboards by the visible unlocked content with custom margins.

FitArtboardsToArtwork

MoveArtboards

Direct Download

Script for moving artboards range with artwork along the X and Y axis.

MoveArtboards

RenameArtboardAsLayer

Direct Download

The script renames each Artboard by the custom name of Layer with the first visible unlocked item on it.

RenameArtboardAsLayer

RenameArtboardAsSize

Direct Download

Renames artboards according to their size in document units.

Note

Vote on Uservoice to add this feature to Illustrator.

RenameArtboardAsSize

RenameArtboardAsTopObj

Direct Download

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.

RenameArtboardAsTopObj

Donate

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, CloudTips RUB, ЮMoney RUB, Tinkoff RUB, Donatty RUB, DonatePay RUB. Thank you.

🤝 Contribute

Found a bug? Please submit a new issues on GitHub.

✉️ Contact

Email hi@sergosokin.ru
Telegram @sergosokin

📝 License

All scripts is licensed under the MIT licence.
See the included LICENSE file for more details.