Pythonista URL scheme with script placed in subfolder.
-
I've been using the pythonista:// url scheme, it works great as long as the script is in the root folder in Pythonista.
Is there a way to use the url scheme with a script that is in a subfolder in Pythonista?
-
Yes, here's an example:
pythonista://SomeFolder/Script.py?action=run
.
-
Cool, thanks! 😊