Hey guys,
I just updated my brackets-to-photoshop extension.
https://github.com/JavierAroche/brackets-to-photoshop
I included a good amount of features, I hope you find them useful when scripting for Adobe applications. The idea is to completely replace the ExtendScript Toolkit app, which is really buggy.
Here are some feature I added
* Added compatibility with multiple Adobe programs and versions
* Replaced osa module with node's exec
* Added maxBuffer to support strings up to 50mbs
* Included JSON and Array polyfill to use functions such as JSON.stringify, JSON.parse and Array.forEach
* Included console constructor to log information to console after the script is done executing
* Added ability to $.write and $.writeln to the console
* Include external files in your JSX script when document is saved
* Ability to select output in Brackets console
* Added execution time
* Cleaned up the console HTML / CSS
### Console Features
JSON polyfill included to use the following functions:
- JSON.stringify
- JSON.parse
- Array.forEach
Array polyfill included to use the following functions:
- Array.forEach
Added ability to log information to the console and use functions such as:
- console.log
- console.error
- console.info
- console.stringify (Logs to the console using JSON.stringify)
- $.write
- $.writeln
Target different programs by using #target photoshop / illustrator / aftereffects / indesign / bridge
Target different program versions by using #target photoshop-100 / photoshop-90, etc...
Hope you find it useful! Would love some feedback.
Happy scripting
