Skip to content

Commit 9b0adf5

Browse files
committed
Updates docs to v0.1.0
1 parent c05f852 commit 9b0adf5

1 file changed

Lines changed: 20 additions & 4 deletions

File tree

README.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,42 @@ Run commands are accessible via `Command Palette`. Simply click `F1` or `Cmd+Shi
1717

1818
Extension will open host application first if it's not running, and then execute the script.
1919

20-
> Tip: You don't need to have file saved inside VSCode. Extension will is able to run code from unsaved documents. Kaboom!
20+
> Tip: You don't need to have file saved inside VSCode. Extension will be able to run code from unsaved documents. Kaboom!
2121
2222
Map keyboard shortcuts to execute the script even faster.
2323

2424
**Note:** Contribution to support other Adobe applications as well as Windows is highly encouraged.
2525

2626
## Installation
27-
* Download this repository and unzip the package.
28-
* Copy `VSCode-Adobe-Script-Runner-master` to `/Users/YOURUSER/.vscode/extensions` folder.
27+
* ### From Git.hub
28+
29+
* Download this repository and unzip the package.
30+
* Copy `VSCode-Adobe-Script-Runner-master` to `/Users/YOURUSER/.vscode/extensions` folder.
31+
32+
* ### ~~From VSCode Marketplace~~
33+
* Extension is not published in the market just yet.
34+
35+
## In action
2936
* Launch VSCode and open your own jsx file, or for testing just type `alert("Hello World")`.
3037
* Launch `Command Palette` with keyboard shortcut `F1` or `Cmd+Shift+P` and type `Adobe After Effects` and click enter.
3138
* Hopefully After Effects will fire up and run your script 🙏
3239

3340
## Settings
3441

35-
Extension exposes the following settings:
42+
Click `Cmd+,` on Mac or `Ctrl+,` on Windows to modify settings. Extension exposes the following settings:
3643

3744
* `adobeScriptRunner.saveDirty`: toggle to run unsaved (dirty) files.
3845
* `adobeScriptRunner.runUntitled`: toggle to run untitled files. Define location of temporary file in `adobeScriptRunner.tempFile` setting.
3946
* `adobeScriptRunner.tempFile`: location to save temporary file. Used only when `adobeScriptRunner.runUntitled` is enabled.
4047

48+
**For Windows users only:**
49+
* `adobeScriptRunner.winEstkExe`: path to Adobe ExtendScript Toolkit executable (ExtendScript Toolkit.exe).
50+
* `adobeScriptRunner.winAfterFxExe`: path to Adobe After Effects executable (AfterFX.exe).
51+
* `adobeScriptRunner.winIllustratorExe`: path to Adobe Illustrator executable (Illustrator.exe).
52+
* `adobeScriptRunner.winPhotoshopExe`: path to Adobe Photoshop executable (Photoshop.exe).
53+
54+
Executable paths for InCopy and InDesign for Windows are not exposed because they are handles differently then the rest of the apps. Go figure Adobe ¯\\\_(ツ)\_
55+
56+
4157
## Known issues
4258
* Host application does not get focus on script run.

0 commit comments

Comments
 (0)