Where can I find a copy of extendscript toolkit?
Copy link to clipboard
Copied
I know scripting has migrated to VS code, but the text2bin plugin doesn't create a jsxbin. I'd like to use ESTK only to create the jsxbin file. Adobe's links in the don't seem to be working - I can download the dmg file but it always says the archive is damaged when I try to mount it with any tool I try...
Nevermind. It's here:
https://github.com/Adobe-CEP/CEP-Resources/tree/master/ExtendScript-Toolkit
Update: I got an error installing, but I found the actual ESTK application in a zip file located here:
ExtendScript Toolkit/payloads/AdobeExtendScriptToolkit_4_LS22/AdobeExtendScriptToolkit_4_LS22.zip
Copy link to clipboard
Copied
You can create a jsxbin with VSCode:
Open the jsx file in VSCode, right-click anywhere in the editor of the open file and choose "Export as Binary".
and there is also this to replace texts in your code by evaled jsxbin
https://marketplace.visualstudio.com/items?itemName=motionland.texttojsxbin
or do you mean that this is not working for you?
Copy link to clipboard
Copied
jsxbin from VSCode. I’ll give it a try.
Copy link to clipboard
Copied
It's a bit hidden, but super easy

