-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added file drop/upload/download capabilities to repl2 #1344
base: main
Are you sure you want to change the base?
Conversation
Deploy preview for babel ready! Built with commit c7d9402 |
c71bf31
to
6806fe3
Compare
Awesome, nice job. It works in the preview. |
I can get this merge conflicts handled tonight with the accordion side bar changes if this feature is wanted. |
I got this updated with the new way sidebar tabs are persisted. |
With the pick any plugin feature added, the REPL is getting to the point that it can pretty much handle any scenario. Having the file capabilities would be nice for people who don't want to set up any sort of process but still want to transpire their code as a one off. I'm curious if others feel this way, and if i should continue to keep this PR up to date. |
@ericponto Great work on this! I do think this would be a good improvement to add to the repl. |
Added an Upload and Download button to the new options menu on REPL 2. Also added the ability to drop a file anywhere in the REPL and have the code show up/get compiled.