Link in Zwischenablage kopieren
Kopiert
This document is an introduction to scripting (including JS) for AI that used to be available through adobe, but I can no longer find on the developer site:
https://ai-scripting.docsforadobe.dev/
After that, your best resource is the scripting reference, available in the downloads section of the developer site:
If you also need to learn non-Illustrator specific JS, there are numerous resources on the internet and I don't feel qualified to recommend any single one
...Do you know any JavaScript? Before trying to manipulate the Illustrator-specific object model, you need to know the basics of JavaScript (variables, primitive vs. reference types, control statements, functions and objects, including arrays).
Hi. There are several foundational Javascript courses in Linkedin Learning, Udemy, etc.
check this thread
..and this excellent youtube channel
https://www.youtube.com/watch?v=EGdgrP7azUQ&list=PL0qACgPuF8dWBg2tGMrOCBB4QPaD6CoUC
A word of advice. JavaScript underwent a major revision in 2015 with version ES6. The version used in Illustrator scripting is ES3. All the new ES6 features will not work in Illustrator. If possible, find a pre-2015 source to learn from.
Link in Zwischenablage kopieren
Kopiert
This document is an introduction to scripting (including JS) for AI that used to be available through adobe, but I can no longer find on the developer site:
https://ai-scripting.docsforadobe.dev/
After that, your best resource is the scripting reference, available in the downloads section of the developer site:
If you also need to learn non-Illustrator specific JS, there are numerous resources on the internet and I don't feel qualified to recommend any single one.
Link in Zwischenablage kopieren
Kopiert
Thank you very much for your answer. My question was more about the specificity of the training. Front End - Back End. I have never done any code and I would like to be sure not to go in the wrong direction.
Link in Zwischenablage kopieren
Kopiert
I'm not sure what you mean by specificity? Any basic JS training will be helpful if you are starting from scratch.
Link in Zwischenablage kopieren
Kopiert
Do you know any JavaScript? Before trying to manipulate the Illustrator-specific object model, you need to know the basics of JavaScript (variables, primitive vs. reference types, control statements, functions and objects, including arrays).
Link in Zwischenablage kopieren
Kopiert
Link in Zwischenablage kopieren
Kopiert
Hi. There are several foundational Javascript courses in Linkedin Learning, Udemy, etc.
Link in Zwischenablage kopieren
Kopiert
check this thread
..and this excellent youtube channel
https://www.youtube.com/watch?v=EGdgrP7azUQ&list=PL0qACgPuF8dWBg2tGMrOCBB4QPaD6CoUC
Link in Zwischenablage kopieren
Kopiert
Yes I know this guy. This is exactly what I want to learn to do!
Thanks !!
Link in Zwischenablage kopieren
Kopiert
A word of advice. JavaScript underwent a major revision in 2015 with version ES6. The version used in Illustrator scripting is ES3. All the new ES6 features will not work in Illustrator. If possible, find a pre-2015 source to learn from.
Link in Zwischenablage kopieren
Kopiert
Thanks a lot for the advice !!
Link in Zwischenablage kopieren
Kopiert
As far as I know, Photoshop scripts do accept some ES6 features. And they encourage developers to use Spectrum in UXP.
There's' a roadmap for this kind of implementation in Illustrator?
Link in Zwischenablage kopieren
Kopiert
UXP is not available for Illustrator.
Link in Zwischenablage kopieren
Kopiert
UXP is not available for Illustrator yet, coming soon hopefully.
Weitere Inspirationen, Events und Ressourcen finden Sie in der neuen Adobe Community
Jetzt ansehen