Welcome!
This is the community forum for my apps Pythonista and Editorial.
For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.
Return from shortcut
-
I know how to call a shortcut from a Pythonista script (doesn’t seem to have changed in the beta?) but how do I call the script and have it return to Pythonista after running rather than staying in the Shortcuts app?
-
-
@cvp thanks, that worked! Since I didn’t construct the X-callback URL to do this in Pyto (just used their shortcuts module, I wondered whether I needed to do anything different in Pythonista.
-
-
@ihf You can also use the
shortcuts.open_shortcuts_app()
function.