I have a shell script I use for quickly creating a skeleton Jekyll blog post with all the required front matter; required file name etc. I would like to invoke this from the BBEdit AppleScript menu and have BBEdit return with the newly-created Markdown Text File as the frontmost document in BBEdit.
The script requires some input arguments (see GitHub Gis <https://gist.github.com/iainhouston/cb9917add871c7dd40409068045c28b2>t) which I assume I can collect from an AppleScript dialogue in an AppleScript wrapping my Python script. I feel sure that this is a fairly common roundtrip pattern: BBEdit -> AppleScript -> Shell script -> AppleScript -> BBEdit. I'd be very grateful for a pointer to a similar AppleScript that I can look at to see how to best implement this. Thanks! -- This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email "[email protected]" rather than posting here. Follow @bbedit on Twitter: <https://twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/bbedit/b3903e4b-39aa-41e1-b929-6844efb892ca%40googlegroups.com.
