• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

How open a JSXbin file to modify an Indesign Script?

Community Expert ,
Jan 05, 2022 Jan 05, 2022

Copy link to clipboard

Copied

Hello everyone, i'm new in the script world and i would like to know how i can open, see and modify a JSXBIN file.

I'm using visual Studio code with all extensions for Adobe but if i open the Jsxbin file i've only numbers & letters. Maybe it's a wrong setup on my side or something like that
No problems with jsx files and others but for JsxBin i'm loosing my mind 🙂 

 

I'm on MacOS Monterey 12.1 on MBP M1 MAX & MacPro 2019

TOPICS
Scripting

Views

3.8K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jan 05, 2022 Jan 05, 2022

Hi Alexandre,

jsxbin files are made for the purpose that they should be not editable.

If you are the author of the script, go back to the jsx version of the code and do the edits here.

If you are not the author of the script ask the author to do the modifications.

 

Regards,
Uwe Laubender

( ACP )

Votes

Translate

Translate
Community Expert ,
Jan 05, 2022 Jan 05, 2022

Copy link to clipboard

Copied

Hi Alexandre,

jsxbin files are made for the purpose that they should be not editable.

If you are the author of the script, go back to the jsx version of the code and do the edits here.

If you are not the author of the script ask the author to do the modifications.

 

Regards,
Uwe Laubender

( ACP )

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 05, 2022 Jan 05, 2022

Copy link to clipboard

Copied

That's what I thought but I preferred to ask for correct information.

 

Thanks a lot @Laubender 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 05, 2022 Jan 05, 2022

Copy link to clipboard

Copied

To add to what @Laubender rightly said. Depending upon the nature of the change you might be able to integrate the jsxbin code within your own code. Like for example your code changes the document in a certain way let's say switches off the layer visibility based on some criteria and then called the functionality of the jsxbin to do the rest of the magic. Likewise you could do some needed post processing as well.

-Manan

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 01, 2022 Sep 01, 2022

Copy link to clipboard

Copied

I authored a fast decompiler to reverse the encoding. It parses each instruction and recovers the equivalent JavaScript (ECMAScript 3) AST.

 

[link removed by moderator]

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 06, 2022 Sep 06, 2022

Copy link to clipboard

Copied

LATEST

@Angelo259186834x6x 

You shouldn't have posted that link. Script writers protect their code for a reason.

Please remove the link.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines