Closed fonsp closed 1 year ago
Open Julia and type:
julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/fonsp/Pluto.jl", rev="presentation-mode-button")
julia> using Pluto
@disberd @pankgeorg I'm going with an easy-to-implement solution since the fullscreen detection in #2611 turned out to be difficult. Do you like this approach or do you still want to explore another idea?
A new button in the export menu to toggle presentation mode
See also #2611