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

:sparkle: Isolated Cell Layout builder :sparkle:

Open ghaetinger opened this issue 2 years ago • 1 comments

This PR adds a small checkbox button on the side of every cell that contains an output. When selected, the cell will be flagged as isolated. All of the cells marked as such will be layed out in an Isolated Cell Layout when a button in the export menu is clicked.

isolated

Selections are saved much like code folding, but for means of practicality, I added an identifier to the right side of the UUID, which I fell like is a big no-no.

ghaetinger avatar Aug 23 '22 22:08 ghaetinger

Try this Pull Request!

Open Julia and type:

julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/ghaetinger/Pluto.jl", rev="main")
julia> using Pluto

github-actions[bot] avatar Aug 23 '22 22:08 github-actions[bot]