Copy link to clipboard
Copied
After days of research, testing, and deep diving around scripting many different things for Illustrator, I think I'm hooked! it is not easy to code and I have to ask for help here but man, it's so powerful when incorporated into a workflow!
Thanks to the generosity and free-to-use mindset of many devs, I could find resources and packs of scripts directly from the coders themselves or awesome community posts here.
What would be the amount of interest to build a platform with a centralized list of scripts for Illustrator?
Besides some websites, which are often very old, I couldn’t find any kind of hub for scripting resources and lists
I'm thinking of going basic at first and just opening up a Google Drive with all The Script I've gathered for now.
Also if people are into that I would love to collaborate and make this list grow if there are people willing to share resources and maybe do some kind of how-to and wiki basics.
If you happen to know some resources around scripting, feel free to share them here
Copy link to clipboard
Copied
Hey Max,
I love scripts, they can do things that take them minutes that would take me hours, so yes!
But I'm not a scripter, I would like to see some sort of tutorial - I've really been struggling to understand the syntax to build my own scripts - a long time ago I used to use a Mac and found appleScript very easy.
I bought Visual Blueprint for scripting in PS & AI (2003) a year or so ago from Thrift Books, the only book I could find that actually lead you step by step, went through the whole book, understood it, but still can't build my own scripts! Maybe just a failing in my old brain.
There's a lot of websites with very useful info but i still can't get my head around adding properties, values, methods and parameter types in a string to get a meaningful action.
Copy link to clipboard
Copied
Are you scripting in Javascript? Because it is a great language that should be pretty easy to understand at any age, really. Understanding the basics of Javascript helps a lot with the kinds of misunderstanding you claim to have. I'd be willing to bet that you got it, you're just having problems with syntax or some little hitch that once you get past it, you'll have no problems. Can you describe what you mean by adding properties methods, values and parameter types in a string? Example, maybe?
Copy link to clipboard
Copied
Completely agree with you, a platform to centralize all the scripts will be great...
I am not a programmer but I like the great job some scripters do around to enhance the functionality of Illustrator, great idea
Copy link to clipboard
Copied
What I think would be similar but a lot less risky would be to keep the links hosted wherever you found them and just provide reviews and descriptions with links to those other sites. It limits your liability and provides the central library you are looking for. Automated scripts can maintain active links for you.
But then you could have a development section that would contain things like "Empty Plugin Core" that had the key functionality of a plugin, script, etc. Or maybe a default dialog box codeset that would allow you to copy the code into your script. By identifying code sections that could be quantified for copy and paste, you could make it a lot easier to code a custom script for yourself. Kind of a Roll Your Own system where people would grab the pieces they want and link them together with "download" button to secure all the text.
I'm not trying to discourage you. I just have talked to some of the older script developers about this and they have been wonderfully supportive in the past, but also pretty apprehensive. If you come out with a good plan and have the time to dedicate to it, I'll do whatever I can to help. Best of luck to you.