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
Currently we can load gist if you know the url scheme (so it's not easy if you don't know or remember it), and we can save by copy & pasting into the gist manually.
To improve this, let's add "save" and "load" buttons or menu items.
The "save" button would ideally open the gist and put the code in, either via github url (if it allows it), or by github API, or at least copy the code to a clipboard, and tell the user to go to gist and paste the code there.
To make this smooth, we can (optionally!) allow the user to set a github token, that will be saved locally.
Currently we can load gist if you know the url scheme (so it's not easy if you don't know or remember it), and we can save by copy & pasting into the gist manually.
To improve this, let's add "save" and "load" buttons or menu items.
To make this smooth, we can (optionally!) allow the user to set a github token, that will be saved locally.
Related: #115
The text was updated successfully, but these errors were encountered: