WebIDE Settings in query string #6196
Unanswered
espruino-discuss3
asked this question in
General
Replies: 1 comment
-
Posted at 2019-10-23 by @gfwilliams It's not well documented but the implementation is here: https://github.com/espruino/EspruinoWebIDE/blob/gh-pages/js/plugins/urlHandler.js You should be able to do You can get a list of configs from the CLI with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2019-10-23 by sammachin
I want to be able to share a URL to people to update their pixl with my latest build via the web app, I found the
?codeurl=
param which is great for getting the code into their IDE but I also need to set a couple of options, namleyDirect to Flash
andModules uploaded as functions
is it possible to set these from url params as well? that way I can give someone a URL to open where they just click connect then send to esprunio?Beta Was this translation helpful? Give feedback.
All reactions