- In the script description, click the "Direct Link" button.
- The tab will open the script code.
- Press Cmd/Ctrl + S for download.
- AlignTextBaseline
upd, 09.02.2024
- MakeNumbersSequence
upd, 26.03.2024
- MultiEditText
upd, 12.04.2024
- ReplaceFormattedText
29.12.2022
Allows point texts to be vertically aligned based on the baseline of its font, not its bounds. The native Align panel is tied either to the bounding box of the point text or to the curves via Align to Glyph Bounds, which does not give a consistent result for mixed fonts and sizes.
Note
Vote on Uservoice to add this feature to Illustrator.
Fills a range of selected text items with numbers incremented based on the input data. Can only replace numbers or {%N}
placeholder within the selected text objects.
Multi-editing of selected text frames. The script allows you to enter the same text, replace the current text frame content or add the entered text to the current one.
- Keep Para Format - keep the appearance of paragraphs. The amount of text affects performance. Preview will be disabled
- Edit Separately - edit contents of frames separately, contents are separated by
@@@@
symbols. - List by XY - sort the order of texts by their position, otherwise they will be displayed in order in layers
- Reverse Apply - replace contents in reverse order
Tip
If you want to change the size of the text area, open the script file with a text editor and change the CFG width: 300
and height: 210
to another value. The key to displaying different content is ph: '<text>'
and the text divider divider: '\n@@@@@\n'
, where \n
is a line break. softBreak: '@#'
— soft line break char.
For a line break (new paragraph), use Ctrl + Enter on a PC or Enter on Mac OS. To insert a soft line break chat (no paragraph indent), press Shift + Enter.
See also Adobe Photoshop version
Pasting text from the clipboard without formatting, preserving the paragraph styles of the original text. The style is saved from the first character of each paragraph.
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 [email protected]
Telegram @sergosokin
All scripts is licensed under the MIT licence.
See the included LICENSE file for more details.