Copy link to clipboard
Copied
I cant seem to find any resemblanse of a opntion to run any script like i do in photoshop,
which is the tipical File > Scripts > Open or just a simple dragandrop would do too,
im lost here, pls help!
I think there is no way to execute a jsx script directly, unless you run it with VS Code and the Debugger:
https://extendscript.docsforadobe.dev/vscode-debugger/getting-started-with-vscode-debugger.html
If you happen to use my (paid) extension Automation Blocks for Pr, today we added an update which can execute jsx code, too. See https://docs.mamoworld.com/automation-blocks/block-reference/prOther#executing-jsx-files
Copy link to clipboard
Copied
I think there is no way to execute a jsx script directly, unless you run it with VS Code and the Debugger:
https://extendscript.docsforadobe.dev/vscode-debugger/getting-started-with-vscode-debugger.html
If you happen to use my (paid) extension Automation Blocks for Pr, today we added an update which can execute jsx code, too. See https://docs.mamoworld.com/automation-blocks/block-reference/prOther#executing-jsx-files
Copy link to clipboard
Copied
THank you for your answer Mathias - Ill try and let you know
Copy link to clipboard
Copied
Hi guys, am I correct in understanding then that the only native way to run scripts is this multi-step process every time through another application? That seems crazy.
Copy link to clipboard
Copied
Apparently the Excalibur extension (which is already incredibly useful in itself), also allows you to execute jsx scripts. Though I haven't tried that myself.
Copy link to clipboard
Copied
Yes, you either implement a full CEP panel to execute your jsx code or rely on third party solutions.