Copy link to clipboard
Copied
Is anyone else unable to search this site?
Welcome to the Adobe Illustrator Scripting Guide! — Illustrator Scripting Guide 0.0.1 documentation
yeah, no search here either. I use the official pdf, I like it for some reason. I also use the omv, lucky to be on windows.
Copy link to clipboard
Copied
yeah, no search here either. I use the official pdf, I like it for some reason. I also use the omv, lucky to be on windows.
Copy link to clipboard
Copied
Unfortunately no, it seems broken.
For now Ctrl+F still is enough for me - when you want to check specific Class it still searches all the classes in the menu on the left.
Is there any way to run OMV without running ESTK ?
I pretty liked OMV, but since i moved to VSCode i just don't want to open 2 text editors at once, just to use OMV.
Copy link to clipboard
Copied
no I don't think it's possible "as is"
Copy link to clipboard
Copied
Lumenn If you use Typescript, you get the OMV as autocomplete while typing inside VSCode:
![]()
I made a web app which demonstrates dynamic Typescript support to sample how it feels:
![]()
And the setup to get this is located here, though it may be slightly out of date. If you try and run into issues let me know and I'll rewrite it -- I had to move to Ten A's types because pravdomil's seemed archived/broken.
Copy link to clipboard
Copied
fantastic web app, I love it!! thanks for sharing
Copy link to clipboard
Copied
Thanks Carlos! It's still very early in development and lacks robust syntax highlighting, but you can right click to see some extra options, and press control+S to save a snippet then use the current URL to direct link to it. You can also compile from ECMA 2018 Javascript down to something compatible with ECMA 262 and write completely modern JS. Wanted to build it primarily as a shared coding space for replying to forum posts!
Hasn't been battle tested either, so if you use it and find any bugs, be sure to let me know! Also, any recommendations for Illustrator scripting resources to add to the drawer would be appreciated.
Copy link to clipboard
Copied
Hey,
webapp looks awesome, im coding in vscode also using Ten-A types-for-adobe, to got the autocompletion ![]()
Sometimes just missing whole overview, that's why i was looking for somthing like OMV.
More intrested in how do you compile ECMA 2018 to ECMA 262?
Im really missing some of the new possibilities of JavaScript
Copy link to clipboard
Copied
Thanks! I get that, which is why I really like those docs linked here in particular.
For the compiling I'm using @babel/standalone and targeting certain plugins to get results for what I need:
![]()
Before this web app, I had a similar setup inside a panel to run, edit and write scripts directly in the host app with some of the same features like Typescript, but additional I/O controls and a console.log alias (via CSEvent on the panel's JS):
![]()
I mostly just want Array methods, arrow functions and template literals, which I get now via this panel (which runs/saves compiled verisons via @babel/standalone). I'd bet there's a way to use Babel within your tsconfig directly to produce a compiled .jsx from your .ts directly every save and when your compileOnSave event is triggered, but I haven't dug into how to make it work just yet. I did come across an es6 shim repository from ExtendScript after that Array discussion a few weeks back which seems to have the same goal and might be worth looking into as another option though.
Copy link to clipboard
Copied
Also rcraighead I contacted Zack Lovatt about the broken search feature as he's the owner of that site, he's already looking into how to fix it. Should be working again soon!
Copy link to clipboard
Copied
Fixed! Thanks, for contacting the right person, Inventsable.
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more