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

Script Editor

New Here ,
Dec 30, 2019 Dec 30, 2019

Copy link to clipboard

Copied

Hi all,

I'm a new user and this is the first time in the community.

What editor 64bit can I use to make javascript for InDesign?

Many thanks,

Sergio

TOPICS
How to , 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
Guide ,
Dec 30, 2019 Dec 30, 2019

Copy link to clipboard

Copied

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
Advocate ,
Dec 31, 2019 Dec 31, 2019

Copy link to clipboard

Copied

Best editor for InDesign JavaScript would be Extended Tool kit.

https://www.adobe.com/devnet/scripting/estk.html

Most of the InDesign Scripters who are using javascript for InDesign (including Me) are using Extended Toolkit.

It is easy to target Adobe application.

This is best for beginner and for experts as well.

 

ESTKESTK

 

Best

Sunil

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
Guide ,
Dec 31, 2019 Dec 31, 2019

Copy link to clipboard

Copied

The OP asks for editor 64bit

ExtendScript toolkit is a 32-bit application and with macOS 10.15 (Catalina), which supports only 64-bit applications, the ExtendScript Toolkit does not open.

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
Advocate ,
Jan 02, 2020 Jan 02, 2020

Copy link to clipboard

Copied

OP din't mentioned operating system.

If he/she is using windows, ExtendScript Toolkit is the best editor in such a case.

Or else write code in other machine using ExtendScript Toolkit and put JSX/JSXBIN file in script panel run it.

 

Best

Sunil

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 06, 2020 Jan 06, 2020

Copy link to clipboard

Copied

HI,

 

The best option is Visual studio code with the extendscript extension.

 

https://marketplace.visualstudio.com/items?itemName=Adobe.extendscript-debug

 

Regards

 

Malcolm

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 06, 2020 Jan 06, 2020

Copy link to clipboard

Copied

LATEST

Just in case it isn’t clear there are two parts you have to download. Download and install Visual Studio Code, and then from the Visual Code app install the ExtendScript Debugger plugin.

 

https://code.visualstudio.com/download

https://marketplace.visualstudio.com/items?itemName=Adobe.extendscript-debug

 

Also, if you are trying Visual Code on an earlier OS where ESTK is running, you have to quit ESTK. Visual Code will not work while ESTK is running—I had to quit ESTK and restart my OS in order to get it running.

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