This is a collection of scripts for Adobe Illustrator. I created it with simplicity and ease of use in mind.
Click the script name to jump to learn more about the script.
If you find a script that interests you, please download it from .
- Add Selected Gradients to Swatch
- Convert to Global Color
- Convert to Spot Color
- Create Color Chart
- Delete All Swatches
- Export Color Values to CSV
- Extract Colors from Gradient
- Generate Gradient Color
- Highlight Word
- Import CSV to Swatch
- Match Location of Gradient Stop
- Random Text Color
- Remove Deleted Global Color
- Round Color Value
- Round Location of Gradient Stop
- Show Color Values
- Shuffle Gradient Color
- Delete Hidden Layers
- Delete Locked Layers
- Delete Unused Layers
- Invert Locked Layer
- Invert Visible Layer
- Move Sublayer to Main Layer
- Unify Layer Colors
- Relink File Extension
- Relink File Extension Extra
- Relink to Folder
- Reset to Full Scale
- Select Embedded Link
- Select Link
- Add Anchor Points
- Align in Center of Space (Horizontal)
- Align in Center of Space (Vertical)
- Close Path
- Convert All Anchor Points to Corner
- Create Grid Lines
- Decrease Selected Anchor Points Clockwise
- Decrease Selected Anchor Points Counterclockwise
- Disjoin Path
- Distribute in Space (Horizontal)
- Distribute in Space (Vertical)
- Draw Circumscribed Circle
- Draw Rectangle
- Draw Shape on Anchor Point
- Extend Handle
- Extend Line
- Fit Guide in Artboard
- Increase Selected Anchor Points Clockwise
- Increase Selected Anchor Points Counterclockwise
- Move Guides
- Remove Color in Guide Object
- Select Guides
- Shift Selected Anchor Points Clockwise
- Shift Selected Anchor Points Counterclockwise
- Show Dimensions
- Shuffle Objects
- Step and Repeat
- Add Numeric Separators
- Convert Type on a Path to Point Type
- Copy Line Down
- Copy Line Up
- Copy Line (empty selection)
- Create Page Numbers
- Create Threaded Text
New
- Cut Line (empty selection)
- Delete All Left
- Delete All Right
- Delete Trailing Spaces
- Delete Word
- Enclose Word in Parentheses
- Go to Line
- Go to Next Text
- Go to Previous Text
- Insert Line Above
- Insert Line Below
- Justify Content Space Between
Update
- Move Line Down
- Move Line Up
- Split Text
- Split Text at Cursor Position
- Swap Text Contents
- Text Align Center
- Text Align Left
- Text Align Right
- Arrange Windows
- Check Day of Week
- Close All Documents
- Compare Scale
- Measure Distance
- Sum Numbers
- Sync View
- Toggle Align to Glyph Bounds
- Toggle Show Handles
Download the zip archive from
or
Releases and unzip it.
The scripts can be placed anywhere on your computer.
To run the scripts, from File > Scripts > Other Script... ( ⌘ / Ctrl + F12 )
Note
In rare cases, the script may not work if you continue to use it.
In this case, restart Illustrator and try again.
The following extensions or software make it easy to run scripts.
- Scripshon Trees (free extension)
- LAScripts (free extension)
- Keyboard Maestro (Mac / paid software)
- AutoHotkey (Windows / free software)
ScriptUI Dialog Builder (SDB) was used to design the UI.
See also: ScriptUI-Dialog-Builder-Joonas.
OS: macOS Ventura 13.4
Test: Adobe Illustrator 2020-2023
All scripts are licensed under the MIT license.
See the included LICENSE file for more details.
This script adds any number of anchor points evenly spaced.
It is a slightly more user-friendly improvement to Object > Path > Add Anchor Points.
- Select two or more anchor points with Direct Selection Tool, and run this script.
- Enter the number of anchor points to add.
Illustrator CS4 or higher
This script changes a number to a 3-digit comma delimited string.
Select the text objects, and run this script.
Or, run this script in the text editing state.
Illustrator CS or higher
This script adds selected gradients to Swatches.
Select the path objects, and run this script.
Note
Text object and stroke color are not supported.
Illustrator CS or higher
This script aligns objects in the center of space.
For example, alignInCenterOfSpace(Vertical).js:
Select objects, and run this script.
The position of alignment depends on the reference point.
Note
The space excludes the stroke width.
Select at least three objects.
Illustrator CS3 or higher
This script splits and arranges all open windows.
Note
It has been implemented in the Application Bar since version 2022.
Just run this script.
Illustrator CS6 or higher
This script checks the day of the week.
Select a date with the cursor, and run this script.
Note
If there is no year, it is considered as this year.
If the date is incorrect, a warning is issued.
The following formats are supported.
Format
YYYY/MM/DD
,MM/DD/YYYY
,DD/MM/YYYY
,
YYYY-MM-DD
,MM-DD-YYYY
,DD-MM-YYYY
,
YYYY.MM.DD
,MM.DD.YYYY
,DD.MM.YYYY
,
YYYY MM DD
,
YYYY年MM月DD日
,
Jan(uary) (the) DD(st|nd|rd|th)(,) YYYY
,MM DD(st|nd|rd|th)(,) YYYY
,
DD(st|nd|rd|th) (of) Jan(uary)(,) YYYY
,DD(st|nd|rd|th) MM(,) YYYY
Illustrator CS4 or higher
This script closes all documents.
Note
It has been implemented in the File menu since version 2021.
Just run this script. If there are unsaved documents, choose to save them or not.
Illustrator CS4 or higher
This script closes the path objects.
Select the path objects, and run this script.
Illustrator CS or higher
This script compares the scales of two objects.
Select two objects, and run this script.
Note
The dimension units depend on the ruler units.
Illustrator CS4 or higher
This script converts all anchor points to the corner.
The anchor point conversion options in the Control panel require the anchor point to be selected, but this script selects the entire object.
Select the entire path with selection tool, and run this script.
Note
It is not necessary to select anchor points with Direct Selection Tool.
Illustrator CS or higher
This script converts any colors in the Swatches panel to global or spot colors.
Select colors in the Swatches panel, and run this script.
If you don't select them, all colors will target.
Note
If there is a swatch with the same name, it will not convert.
When converting a process color to a global or spot color, the order in which the colors display changes because they reregister in the swatch.
Illustrator CS or higher
This script converts types on a path to point types.
Select type on a path object, and run this script.
Warning
The original type objects will delete.
Any effects applied in the appearance will be lost.
Illustrator CS or higher
This script is equivalent to Visual Studio Code's Selection menu
"Copy Line Down"( Option / Alt + Shift + ↓ ) &
"Copy Line Up"( Option / Alt + Shift + ↑ ).
If you assign shortcuts using Keyboard Maestro, AutoHotkey or similar,
you will be able to achieve more of a Visual Studio Code feel.
Both point and area types are supported.
Move the cursor to the line you want to copy, and run this script.
It is not necessary to select a line.
Warning
Since using copy and paste functions inside the script, it will lose if you have copied the content in advance.
Area type with wrapping may not work well.
In the case of copyLineDown.js, when copying the last line, a new line is added to work around a bug.
Note
Only one line can be copied. Multiple lines are not supported.
If you are using version 2020 or earlier, you will not be able to enter keyboard input after running the script.
If you want to enter text, you must click with the mouse.
Illustrator CC 2018 or higher
This script is equivalent to Visual Studio Code's keyboard shortcut
"Copy line (empty selection)"( ⌘ / Ctrl + C ) &
"Cut line (empty selection)"( ⌘ / Ctrl + X ).
If you assign shortcuts using Keyboard Maestro, AutoHotkey or similar,
you will be able to achieve more of a Visual Studio Code feel.
Both point and area types are supported.
For example, cutLine(emptySelection).js:
Move the cursor to the line you want to copy or cut, and run this script.
It is not necessary to select a line.
Warning
Linefeed are not included to work around a bug in Illustrator.
Area type with wrapping may not work well.
Note
If you are using version 2020 or earlier, you will not be able to enter keyboard input after running the script.
If you want to enter text, you must click with the mouse.
Illustrator CC 2018 or higher
This script creates a color chart. Both CMYK and RGB colors are supported.
- Run this script.
- Select CMYK or RGB mode.
- Enter the target color values.
If select a path or text object, its fill color value is used as the initial value. - Select colors for the vertical and horizontal axis.
- Enter the increase or decrease value as a percentage.
- Select Addition or Intensity.
Addition
the value of the steps is added as is.Intensity
the percentage of the target color is added. It is equivalent to Edit > Edit Colors > Saturate.
- Set the artboard size, color chip size, and units according to your preference.
Note
Spot color, gradient, and pattern are not supported.
Create a color chart in a new document.
Illustrator CS6 or higher
This script creates grid lines on artboards.
Just run this script.
Note
Grid spacing is determined by the Guides & Grid in Preferences.
Illustrator CS or higher
This script is equivalent to InDesign's Type menu > Insert Special Character > Markers > Current Page Number.
Places a page number at a specified location on the artboards.
- Run this script.
- Set up each parameter in the dialog that appears.
Position
Position of the page number relative to the artboard.Facing Pages
If true, the facing page.Start Page Number
A start page number.Section Prefix
Add a Section Prefix in front of the page number. If facing page, in back of the page number.Font Size
Font size of the page number.Margin
Distance from the artboard. Switch the units according to the ruler units.
Note
The page numbering style is numeric only.
Assign page numbers in artboard order.
Illustrator CS4 or higher
This script creates a threaded text. It can also be made from a mixture of point types and path objects.
Vertical text is also supported.
- Select two or more text and/or path objects, and run this script. There is no need to convert to the area types in advance.
- Select an order of concatenation.
- Enter a value of the alignment position tolerance. (0 or higher number)
- To convert the paths to the texts, check the Convert Path to Type checkbox and select either the Area Type or Type on a Path.
Note
The stacking order of objects and layers has no bearing on the order of concatenation.
When converting the path to the area type, ignore anchor points with fewer than two anchor points.
The units of the alignment position tolerance depend on the ruler units.
Illustrator CC or higher
This script decreases selected anchor points clockwise or counterclockwise.
For example, decreaseSelectedAnchorPointsCW.js:
Select any anchor points with Direct Selection Tool, and run this script.
Illustrator CS or higher
This script is equivalent to Visual Studio Code's keyboard shortcut
"Delete All Left"( ⌘ + Backspace ) &
"Delete All Right"( ⌘ + Delete ).
If you assign shortcuts using Keyboard Maestro, AutoHotkey or similar,
you will be able to achieve more of a Visual Studio Code feel.
Both point and area types are supported.
For example, deleteAllRight.js:
Move the cursor to the position of the character you want to delete and run this script.
It is not necessary to select a string to be deleted.
Warning
Since using copy and paste functions inside the script, it will lose if you have copied the content in advance.
Note
Only one line can be deleted. Multiple lines are not supported.
If you are using version 2020 or earlier, you will not be able to enter keyboard input after running the script.
If you want to enter text, you must click with the mouse.
Illustrator CC 2018 or higher
This script deletes all swatches except None and Registration.
Just run this script.
Note
Delete any swatches in use for the objects as well.
Illustrator CS or higher
This script deletes hidden layers.
Note
It has been implemented in the Layers panel menu since version 2021.
Just run this script.
Illustrator CS or higher
This script deletes locked layers.
Just run this script.
Illustrator CS or higher
This script deletes trailing spaces.
Both point and area types are supported.
Select the text objects, and run this script.
It is not necessary to select a line.
Warning
Area type with wrapping may not work well.
Note
Delete tabs as well.
Illustrator CS or higher
This script deletes unused layers.
Just run this script.
Illustrator CS or higher
This script deletes a word under the cursor.
Both point and area types are supported.
Move the cursor to the position of the word you want to delete and run this script.
It is not necessary to select a word.
Warning
Since using copy and paste functions inside the script, it will lose if you have copied the content in advance.
Area type with wrapping may not work well.
Note
If you are using version 2020 or earlier, you will not be able to enter keyboard input after running the script.
If you want to enter text, you must click with the mouse.
Illustrator CC 2018 or higher
This script breaks apart the path object with anchor points.
Select the path objects, and run this script.
Warning
The original path object will be deleted.
Illustrator CS or higher
This script distributes objects evenly spaced in space.
For example, distributeInSpace(Vertical).js:
Select objects, and run this script.
The position of alignment depends on the reference point.
Note
The space excludes the stroke width.
Select at least three objects.
Illustrator CS3 or higher
This script draws a circumscribed circle through 3 or 2 anchor points.
Select 3 or 2 anchor points with Direct Selection Tool, and run this script.
Note
For two anchor points, it is the diameter.
Anchor points for type on a path and area types are also supported.
Illustrator CS or higher
This script draws a rectangle on a selected object.
- Select the path objects, and run this script.
- Enter a margin value.
To include stroke width, check the Include stroke width checkbox.
Note
The rectangle is drawn with no fill and stroke width.
The units of margin value depend on the ruler units.
Illustrator CS4 or higher
This script draws shapes on anchor points.
- Select the path objects, and run this script.
- Select a shape.
- Enter a shape size.
- Check the Draw Handle Position checkbox if you want to draw the shapes on the handle positions.
Note
If you select anchor points with Direct Selection Tool, the shape is drawn only for the selected anchor points.
The handle position is drawn with a stroke.
The units of shape size depend on the ruler units.
Illustrator CS4 or higher
This script encloses words in parentheses.
Move the cursor to the position of the word you want to enclose and run this script.
If you select text ranges, enclose them.
Warning
Since using cut and paste functions inside the script, it will lose if you have copied the content in advance.
Area type with wrapping may not work well.
Note
If you are using version 2020 or earlier, you will not be able to enter keyboard input after running the script.
If you want to enter text, you must click with the mouse.
If you want to enclose it with other characters, change lines 41 and 42 inside the script.
For example, if you enclose it in brackets:
var parentheses = {
start: '[',
end: ']'
};
Illustrator CC 2018 or higher
This script exports color values of a path object or swatches to a CSV file.
Select path objects or swatches, and run this script.
If you want to export all swatches, deselect path objects and swatches.
Note
If you want to get the swatch name, use a global color.
Export to the desktop.
Prioritize the path object over swatches.
Text object and gradient are not supported.
Illustrator CS or higher
This script extends and shrinks handles. It also changes the angle.
- Select one or two anchor points with Direct Selection Tool, and run this script.
- Enter a positive value in the Distance fields to extend or a negative value to shrink.
- Enter a positive value in the Angle fields will rotate counterclockwise. Enter a negative value clockwise.
Note
Handles cannot delete.
The angle increases or decreases based on the current value.
The units of distance depend on the ruler units.
Illustrator CS4 or higher
This script extends and shrinks a path object.
- Select an anchor point with Direct Selection Tool, and run this script.
- Enter a positive value to extend or a negative value to shrink.
Warning
Closed paths and curves are not supported.
Note
The units of distance depend on the ruler units.
Illustrator CS4 or higher
This script extracts colors as swatches from the gradient stops.
Select the path objects or swatches, and run this script.
Note
Prioritize the path object over swatches.
To extract color from swatches, deselect the path objects.
Text object and stroke color are not supported.
Illustrator CS or higher
This script fits guide objects in an artboard.
Select guide objects, and run this script.
Note
Closed paths and curves are not supported.
Illustrator CS or higher
This script generates the gradient color from fill colors or swatches.
Select the path objects or swatches, and run this script.
Note
Prioritize the path object over swatches.
To generate gradient color from swatches, deselect the path objects.
Text object and stroke color are not supported.
Illustrator CS4 or higher
This script is equivalent to Visual Studio Code's Go menu > "Go to Line/Column..."( Ctrl + G ).
If you assign shortcuts using Keyboard Maestro, AutoHotkey or similar,
you will be able to achieve more of a Visual Studio Code feel.
Both point and area types are supported.
- Run this script in the text editing state.
- Enter a line number or select a line from the list below that you want to move.
Warning
Since using copy and paste functions inside the script, it will be lost if you have copied the content in advance.
Note
Pan that the selected line is centered in the window.
If you are using version 2020 or earlier, you will not be able to enter keyboard input after running the script.
If you want to enter text, you must click with the mouse.
Illustrator CC 2018 or higher
This script moves the cursor to the beginning of the next or previous text while in the text editing state.
Both point and area types are supported.
Run this script in the text editing state.
Warning
Since using cut and paste functions inside the script, it will lose if you have copied the content in advance.
It will not move to locked, hidden, or threaded texts. The layer also as well.
Note
The cursor moving order is text stacking order.
Pan that the next or previous text is centered in the window.
If you are using version 2020 or earlier, you will not be able to enter keyboard input after running the script.
If you want to enter text, you must click with the mouse.
Illustrator CC 2018 or higher
This script highlights the searched words with the fill color.
Both CMYK and RGB colors are supported.
- Select any text objects, and run this script.
- Enter a word. Regular expressions are supported.
- Use the slider to specify the color if necessary.
Illustrator CS4 or higher
This script imports a CSV file to the Swatches panel.
- Run this script.
- Select a CSV file.
Note
Make sure the document color mode and CSV file format are the same.
CSV files are available in the following 3 formats.
Note
Commas or tabs separate columns.
Line 1 is used as the title.
The swatch name is not required.
Cyan | Magenta | Yellow | Black | Swatch name |
---|---|---|---|---|
100 | 0 | 0 | 0 | Cyan |
Red | Green | Blue | Swatch name |
---|---|---|---|
255 | 0 | 0 | Red |
Hex | Swatch name |
---|---|
FF0000 | Red |
Note
The leading "#" may be omitted in the case of Hex color.
If the Hex color is 3-digit, it behaves like CSS. (e.g. #F0F becomes #FF00FF.)
Illustrator CS or higher
This script increases selected anchor points clockwise or counterclockwise.
For example, increaseSelectedAnchorPointsCW.js:
Select any anchor points with Direct Selection Tool, and run this script.
Illustrator CS or higher
This script is equivalent to Visual Studio Code's keyboard shortcut
"Insert Line Above"( ⌘ / Ctrl + Shift + Enter ) &
"Insert Line Below" ( ⌘ / Ctrl + Enter ).
If you assign shortcuts using Keyboard Maestro, AutoHotkey or similar,
you will be able to achieve more of a Visual Studio Code feel.
Both point and area types are supported.
For example, insertLineBelow.js:
Move the cursor to the line below or above you want to add a line, and run this script.
It is not necessary to move the cursor to the end of the line.
Warning
Area type with wrapping may not work well.
Note
If you are using version 2020 or earlier, you will not be able to enter keyboard input after running the script.
If you want to enter text, you must click with the mouse.
Illustrator CC 2018 or higher
This script inverts locked layers.
Just run this script.
Illustrator CS or higher
This script inverts visible layers.
Just run this script.
Illustrator CS or higher
This script adjusts tracking to align point texts at both ends.
Vertical text is also supported.
Select point text objects and a reference path object, and run this script.
Text objects can also align with each other. In this case, select only the text objects.
Note
Different font sizes mixed within a single-line point text will not work well.
The text position does not change.
The object to use as a reference will be the longest one.
Illustrator CS or higher
This script matches the location of the gradient stops and midpoints.
- Select two or more gradients in the Swatches panel, and run this script.
- Select a source gradient.
Note
Only gradients in the Swatches panel are supported.
Illustrator CS4 or higher
This script is an alternative to the Measure Tool and accurately measures the distance between two anchor points.
Select two anchor points with Direct Selection Tool, and run this script.
Note
Highlight the measurement points.
The angle is based on point #1. Range: -180.0 to 180.0
The dimension units depend on the ruler units.
Anchor points for type on a path and area types are also supported.
Due to the small font size, labels will not appear when enlarged above 15500%.
Illustrator CS4 or higher
This script moves all guide objects to a specified layer, frontmost, and backmost.
- Run this script. There is no need to select any guide objects.
- Select a destination.
Layer
Move to the specified layer. If it does not exist, create a new layer.
Bring to Front
Move to the frontmost of each layer.
Send to Back
Move to the backmost of each layer.
Note
Guides in locked or hidden layers are not supported.
Illustrator CS6 or higher
This script is equivalent to Visual Studio Code's Selection menu
"Move Line Down"( Option / Alt + ↓ ) &
"Move Line Up"( Option / Alt + ↑ ).
If you assign shortcuts using Keyboard Maestro, AutoHotkey or similar,
you will be able to achieve more of a Visual Studio Code feel.
Both point and area types are supported.
Move the cursor to the line you want to move, and run this script.
It is not necessary to select a line.
Warning
Since using copy and paste functions inside the script, it will lose if you have copied the content in advance.
Area type with wrapping may not work well.
In the case of moveLineUp.js, when moving the last line, a new line is added to work around a bug.
Note
Only one line can be moved. Multiple lines are not supported.
If you are using version 2020 or earlier, you will not be able to enter keyboard input after running the script.
If you want to enter text, you must click with the mouse.
Illustrator CC 2018 or higher
This script moves sublayers to the main layer above.
Just run this script.
Illustrator CS or higher
This script changes the text color randomly by word, character or sentence.
Both CMYK and RGB colors are supported.
- Select the text objects, and run this script.
- Assign the threshold value with the slider.
- Click the Random button to assign a color according to the threshold value.
Note
If there are many characters, the conversion will take time.
Some characters, such as periods and commas, are not applied.
Illustrator CS4 or higher
This script is equivalent to InDesign's Links panel menu "Relink File Extension...".
- Run this script.
If you don't select linked files, all in the document replace. - Enter an extension.
Warning
Missing linked files and embedded link files not replaced.
Place the relink files in the same place as the original files.
Note
When selecting linked files, select them in the document rather than the links panel.
Illustrator CS4 or higher
This script is an enhanced version of relinkFileExtension.js.
- Run this script.
If you don't select linked files, all in the document replace. - Choose to Replace or Add.
To Replace, you can use regular expressions.
To Add, enter a string to be added to the prefix, suffix, or both of the original file names. - Enter an extension.
If you don't enter an extension, it uses the original file extension.
Warning
Missing linked files and embedded link files not replaced.
Place the relink files in the same place as the original files.
Note
When selecting linked files, select them in the document rather than the links panel.
Illustrator CS4 or higher
This script is equivalent to InDesign's Links panel menu "Relink to Folder...".
Replace linked files with a file of the same name in the selected folder.
- Run this script.
If you don't select linked files, all in the document replace. - Select a folder in the dialog that appears.
Warning
Missing linked files and embedded link files not replaced.
Note
When selecting linked files, select them in the document rather than the links panel.
Illustrator CS4 or higher
This script removes fill and stroke colors in all guide objects.
Just run this script. There is no need to select any guide objects.
Note
If you have added fill or stroke colors in the Appearance panel, they may not work properly.
Illustrator CS6 or higher
This script deletes the Deleted Global Color displayed in the Separations Preview panel.
Just run this script.
Note
In rare cases, you may not be able to delete it.
If you save the file and reopen it, it may be restored.
In this case, there is no way to delete it.
Illustrator CS or higher
This script resets the scale to 100% and the rotation angle to 0 degrees for the linked files.
Embedded link files are also supported.
Select linked files or embedded link files, and run this script.
Illustrator CS6 or higher
This script rounds color values. Both fill and stroke colors are supported.
Select the objects, and run this script.
Illustrator CS or higher
This script rounds the location of the gradient color stops and midpoints.
Both fill and stroke colors are supported.
Select the objects, and run this script.
Illustrator CS or higher
This script selects embedded link files.
Just run this script.
Warning
Locked or hidden embedded link files are not selected. The layer also as well.
Illustrator CS or higher
This script selects all guide objects.
Just run this script.
Warning
Guides in locked or hidden layers are not supported.
Illustrator CS6 or higher
This script selects the specified link files.
- Run this script.
- Enter a file name. It can also be part of the file name. Or select it from the list below.
If the text field is empty, all linked files are selected. Regular expressions are supported.
Note
Locked or hidden linked files are not selected. The layer also as well.
Missing linked files may not be selected.
Illustrator CS4 or higher
This script shifts selected anchor points clockwise or counterclockwise.
For example, shiftSelectedAnchorPointsCW.js:
Select any anchor points with Direct Selection Tool, and run this script.
Illustrator CS or higher
This script shows the artboard name and size in the document.
Just run this script.
Note
The dimension units depend on the ruler units.
Illustrator CS4 or higher
This script shows color values. Both fill and stroke colors are supported.
Select path objects, and run this script.
Note
CMYK, RGB, HEX, grayscale, spot color, and pattern are supported.
Text object and gradient are not supported.
Illustrator CS or higher
This script shows the dimension of the anchor point between two points of the path objects.
Select the path objects, and run this script.
Note
Supports curves.
Group and color dimensions by path object.
The dimension units depend on the ruler units.
In complex shapes, dimensions may be displayed overlapping each other.
Illustrator CS6 or higher
This script shuffles the gradient color.
Select the path objects, and run this script.
Note
Only a fill color. A stroke color is not supported.
For compound path objects, select them with Direct Selection Tool.
Illustrator CS or higher
This script shuffles the objects.
Select the objects, and run this script.
Illustrator CS or higher
This script sorts the artboards in the Artboards panel.
Just run this script.
Note
Only the Artboards panel. Artboards in the document are not sorted.
Illustrator CS5 or higher
This script splits a point text by lines, words, or characters.
Vertical text is also supported.
- Select any point text objects, and run this script.
- Select lines, words, or characters.
Note
Area types are not supported.
If there are many characters, it will take time to split them.
After splitting, the text position may move slightly.
Illustrator CS4 or higher
This script splits a point text at the cursor position.
Vertical text is also supported.
Move the cursor to the position you want to split, and run this script.
Note
Area types are not supported.
In the case of multi-lines, the layout will break.
After splitting, the text position may move slightly.
Illustrator CS6 or higher
This script is equivalent to InDesign's Edit menu "Step and Repeat...".
- Select any objects, and run this script.
- If you want to create as a grid, check the create as a grid.
- Enter the number of times to repeat.
- Enter the offset values.
Note
The units of the offset value depend on the ruler units.
Illustrator CS4 or higher
This script sums the numbers in text contents.
Select text objects, and run this script.
You can also recalculate using only selected items from the list.
Note
Ignore the units of value.
Only one-byte numbers are supported.
Illustrator CS4 or higher
This script swap the text contents.
Select two text objects, and run this script.
Illustrator CS or higher
This script synchronizes the scale ratio and the position of the current work area for all documents.
Just run this script.
Note
Open at least two files.
Illustrator CS or higher
This script changes the text alignment without moving the position.
Vertical text is also supported.
For example, textAlign_Center.js:
Select point text objects, and run this script.
Illustrator CS or higher
This script toggles the Align panel menu > Align to Glyph Bounds > Point Text and Area Text.
Just run this script.
Illustrator 2020 or higher
This script toggles the Preferences > Selection & Anchor Display > Anchor Points, Handle, and Bounding Box Display > Show handles when multiple anchors are selected.
Just run this script.
Illustrator CC or higher
This script unifies layer colors.
Select a target layer, and run this script.
Note
Sublayers are also supported.
Illustrator CS or higher
All scripts are licensed under the MIT license.
See the included LICENSE file for more details.