First Session - ff6347/extendscript GitHub Wiki
In the first session we will dive into the basics of javascript / extendscript for Adobe applications depending on your programming skills.
_____ ________________ ________ _ __ ____ _ ________
/ ___// ____/ ___/ ___// _/ __ \/ | / / / __ \/ | / / ____/
\__ \/ __/ \__ \\__ \ / // / / / |/ / / / / / |/ / __/
___/ / /___ ___/ /__/ // // /_/ / /| / / /_/ / /| / /___
/____/_____//____/____/___/\____/_/ |_/ \____/_/ |_/_____/
#¡Learn Javascript the Hard Way!
The Hard Way Is Easier LPTHW emphasizes precision, attention to detail, and persistence by requiring you to type each exercise (no copy-paste!) and make it run, as well as to read up on outside topics and to return to exercises and ideas that you don't understand, and understand them.
Source
#Lets Code
##Links
###Beginners (no programming experience)
- ID Scripting Tutorial PDF (find it in the SDK)
###Intermediate (some programming experience)
- ID Scripting Guide PDF (find it in the SDK)
- provided examples
###Advanced (experienced programmers)
- ID Scripting SDK (Examples + Links List)