|
2 | 2 |
|
3 | 3 | Listens all (most of) Photoshop events. Something like actions panel in Photoshop but for scripting. Or ScriptListener plugin for ExtendScript but in panel. Also can inspect PS DOM and show PS AM descriptors from various places. |
4 | 4 |
|
| 5 | +Videos on how to use it from Davide Barranca series about UXP: |
| 6 | +- #7 BatchPlay (part 2): the Alchemist listener https://www.youtube.com/watch?v=aZn_6X6nvUM |
| 7 | +- #8 BatchPlay (part 3): the Alchemist inspector https://www.youtube.com/watch?v=qDw3mdGAG2o |
| 8 | + |
| 9 | +(I highly recommend you to check the whole series) |
| 10 | + |
| 11 | + |
| 12 | + |
5 | 13 | ## Disclaimer |
6 | 14 | You are using this software at your own risk. Possibly Photoshop could crash if you ask Photoshop to do something unusual via Alchemist. So just save your work if you are concerned. |
7 | 15 |
|
8 | 16 | ## Difference between Marketplace and Development version |
9 | 17 | Feature to listen to all Photoshop events is available only in Development version. This is intentionally forbidden by Adobe in Production version of plugin. Alchemist tries to listen to as many events as possible but it might perform badly. If you don't need Listener then it doesn't matter which version you will use. |
10 | 18 |
|
11 | | -## Quick usage - Development version (Recomended) |
| 19 | +## Quick usage - Development version (Recommended) |
12 | 20 | In Photoshop enable Developer Mode `PS > Edit > Preferences > Plugins > Enable Developer Mode`. |
13 | 21 |
|
14 | 22 | Install "Adobe UXP Developer Tool" if not already installed. (Get it here: https://www.adobe.io/photoshop/uxp/devtool/#download ) |
15 | 23 | Click add plugin button. And open `dist\manifest.json` in dialog. Then click "load" in actions. |
16 | 24 |
|
17 | | -## Even quicker usage - Marketplace version (Not prefered) |
| 25 | +## Even quicker usage - Marketplace version (Not preferred) |
18 | 26 | Download `installer/2bcdb900.ccx` installer file in https://github.com/jardicc/alchemist/raw/master/installer/2bcdb900.ccx And double click file in file explorer. |
19 | 27 |
|
20 | | -## Quickest usage - Marketplace version (Not prefered) |
| 28 | +## Quickest usage - Marketplace version (Not preferred) |
21 | 29 | You just click the button to add plugin automatically in Photoshop from Marketplace https://adobe.com/go/cc_plugins_discover_plugin?pluginId=2bcdb900&workflow=share |
22 | 30 |
|
23 | 31 | ## Panel Entrypoints |
@@ -57,3 +65,9 @@ Load plugin as described above in quick usage section. |
57 | 65 | ## Debugging |
58 | 66 |
|
59 | 67 | In "Adobe UXP Developer Tool" click actions triple dot and click debug. |
| 68 | + |
| 69 | +## Credits |
| 70 | + |
| 71 | +- Plugin icon and logo: Petr Štefek - https://twitter.com/phobik |
| 72 | +- Original inspiration and some derived components: https://github.com/zalmoxisus/redux-devtools-extension |
| 73 | +- JSONViewer Component - Dave Vedder <veddermatic@gmail.com> http://www.eskimospy.com/ |
0 commit comments