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

Desktop app front end changes

Open ctrekker opened this issue 10 months ago • 1 comments

This PR includes more desktop changes to go along with development on JuliaPluto/PlutoDesktop! All changes made are designed to be invisible to any browser-only users, and only take effect when a user loads Pluto from within the desktop application. Below is a running list of changes included so far:

  • Rework FilePicker desktop behavior
  • Enhance the welcome screen "Open Notebook" interface
  • Fix bug which prevented "Loading ..." from showing up after opening or creating a new notebook

ctrekker avatar Sep 18 '23 19:09 ctrekker

Try this Pull Request!

Open Julia and type:

julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/fonsp/Pluto.jl", rev="cb/desktop-app")
julia> using Pluto

github-actions[bot] avatar Sep 18 '23 19:09 github-actions[bot]