Which starter scripts to include? #45
Unanswered
johnlindquist
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I think I'd include a script with an API call. How http requests are implemented varies greatly between different Javascript environments, and there's often confusion about whether the implementation is async or not, whether one has to test for a return, promises, etc. So straightforward here, so show it off. Then maybe a script that demonstrates how AppleScript is called and how to access what is returned? One of the Chrome tabs things or a window positioner? Something that demonstrates file read/write? And a script that has the header filled out - |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is this enough? Should we include some more fancy scripts to get people started?
I'd like to encourage people to visit simplescripts.dev install/share scripts, but also want them to have a nice experience as they're just getting started.
Beta Was this translation helpful? Give feedback.
All reactions