Skip to content

Commit 817f6e7

Browse files
Merge branch 'master' of https://github.com/jardicc/alchemist
2 parents f88e4ea + b2549fe commit 817f6e7

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

readme.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,30 @@
22

33
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.
44

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+
![alt Plugin screenshot](md_images/screen.png)
12+
513
## Disclaimer
614
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.
715

816
## Difference between Marketplace and Development version
917
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.
1018

11-
## Quick usage - Development version (Recomended)
19+
## Quick usage - Development version (Recommended)
1220
In Photoshop enable Developer Mode `PS > Edit > Preferences > Plugins > Enable Developer Mode`.
1321

1422
Install "Adobe UXP Developer Tool" if not already installed. (Get it here: https://www.adobe.io/photoshop/uxp/devtool/#download )
1523
Click add plugin button. And open `dist\manifest.json` in dialog. Then click "load" in actions.
1624

17-
## Even quicker usage - Marketplace version (Not prefered)
25+
## Even quicker usage - Marketplace version (Not preferred)
1826
Download `installer/2bcdb900.ccx` installer file in https://github.com/jardicc/alchemist/raw/master/installer/2bcdb900.ccx And double click file in file explorer.
1927

20-
## Quickest usage - Marketplace version (Not prefered)
28+
## Quickest usage - Marketplace version (Not preferred)
2129
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
2230

2331
## Panel Entrypoints
@@ -57,3 +65,9 @@ Load plugin as described above in quick usage section.
5765
## Debugging
5866

5967
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

Comments
 (0)