Pluto.jl icon indicating copy to clipboard operation
Pluto.jl copied to clipboard

Download from a html url

Open Moelf opened this issue 3 years ago • 2 comments

Right now we have to download the .jl file and open it, how hard would it be to just give Pluto a .html URL and make it work?

Moelf avatar Aug 04 '22 21:08 Moelf

You can also put the URL of a Pluto notebooks in the Open File and it will automatically create a new notebook and put inside the contents of the remote notebook. Is that what you are after?

disberd avatar Aug 06 '22 08:08 disberd

That's what I'm talking about but right now you need to put a url pointing to .jl file, not .html (exported by Pluto)

Moelf avatar Aug 06 '22 14:08 Moelf

It might be cool to open and edit the HTML file directly, instead of extracting a .jl file out of it. In that case, we would auto-save the HTML export instead of just a .jl file. cc @ctrekker @dralletje

fonsp avatar Sep 01 '22 12:09 fonsp