gorilla-repl
gorilla-repl copied to clipboard
New Worksheet in New Tab
I do this all of the time, to open another file in a project I'm working on:
-
Select and copy the appropriate prefix of the URL from the address bar (like "http://127.0.0.1:51712/worksheet.html").
-
Create a new tab in my browser the ordinary way.
-
Paste in the copied URL and hit return.
-
(Sometimes) use the load file command to open an existing file.
It works okay, but it's a bit janky, especially the "select and copy the appropriate prefix of the URL" part.
It'd be even nicer if there was a command to open a new worksheet directly from the Gorilla REPL menu and command keys.
Any update on this? I can start working on something on my fork to do this.