You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be nice to be able to save an assembly (i.e. a collection of gadgets that a user has wired together) and be able to load it later. Of course we don't keep any server-side state, so it would need to be saved somewhere else, either HTML5 local storage or maybe something like a github gist?
Once saved, could the assemblies be shared with other users? Maybe by pointing to the gist ID? Or encoding the entire assembly into a URL parameter?
If you are reading this and want to express positive or negative feedback, please leave a Thumbs Up or Thumbs Down so that I can keep track of demand. Please do not reply just to say +1 or -1. Thanks!
The text was updated successfully, but these errors were encountered:
It might be nice to be able to save an assembly (i.e. a collection of gadgets that a user has wired together) and be able to load it later. Of course we don't keep any server-side state, so it would need to be saved somewhere else, either HTML5 local storage or maybe something like a github gist?
Once saved, could the assemblies be shared with other users? Maybe by pointing to the gist ID? Or encoding the entire assembly into a URL parameter?
If you are reading this and want to express positive or negative feedback, please leave a Thumbs Up or Thumbs Down so that I can keep track of demand. Please do not reply just to say +1 or -1. Thanks!
The text was updated successfully, but these errors were encountered: