nushell / demo

Experimental wasm-based Nu playground
https://www.nushell.sh/demo/
MIT License
23 stars 10 forks source link

provide a textarea for pasting a custom file #35

Closed jzaefferer closed 4 years ago

jzaefferer commented 4 years ago

currently the ZipFS conflicts with this; with only the LocalStorage fs it works

Fixes #9

sophiajt commented 4 years ago

@jzaefferer - Yeah, I wondered about the zip limitation to not be writeable. I think it's fine to remove, since ultimately we'd like them to be able to use save also. Do you know if there's another way we could fill in some default files into the in-memory one? I guess we could load them ourselves.

jzaefferer commented 4 years ago

Updated! This is now ready for a review.

jzaefferer commented 4 years ago

Preview:

Screenshot 2020-08-01 at 12 15 18
fdncred commented 4 years ago

very cool @jzaefferer !!!