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 would be nice if the user could select from recent previously loaded projects, especially considering that the query string of the URL disappears on opening (so you can't easily bookmark things).
Here's one way this could be implemented:
In the "load project" dialog, have a new section that allows user to either proide a URI to the project (e.g., Gist) or select from a list of previously loaded projects. The list of projects would be maintained in browser localStorage and would include the URI for the project plus the title. Important to keep track of and display the titles because Gist URI strings are not very helpful for human inspection.
The text was updated successfully, but these errors were encountered:
It would be nice if the user could select from recent previously loaded projects, especially considering that the query string of the URL disappears on opening (so you can't easily bookmark things).
Here's one way this could be implemented:
In the "load project" dialog, have a new section that allows user to either proide a URI to the project (e.g., Gist) or select from a list of previously loaded projects. The list of projects would be maintained in browser localStorage and would include the URI for the project plus the title. Important to keep track of and display the titles because Gist URI strings are not very helpful for human inspection.
The text was updated successfully, but these errors were encountered: