Skip to content

Panel text editor for Illustrator, Photoshop and After Effects to run code snippets

License

Notifications You must be signed in to change notification settings

Inventsable/PlayWrite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Panel text editor via CodeMirror for Illustrator, Photoshop and After Effects.

Run and save snippets within the host app:

Saving and running snippets

With error detection and warnings:

Automatic error warnings

console(code) will evaluate code and return the result to the bottom display.

JSXEvent(data, name) will send the data back to JavaScript as a named CSEvent.

See eventManager for demonstration of Events:

Event 'com.playwrite.console' evaluates and displays data in the panel console.

Event 'com.playwrite.error' parses error messages from data and updates console.

Event 'com.playwrite.write' inserts data at the current cursor location.

Currently only runs .jsx with limited syntax highlighting via CodeMirror's Javascript mode, has internal hotkeys and multiple addons.

About

Panel text editor for Illustrator, Photoshop and After Effects to run code snippets

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published