fonsp / Pluto.jl

🎈 Simple reactive notebooks for Julia
https://plutojl.org/
MIT License
5k stars 296 forks source link

Button to toggle presentation mode in export menu #2660

Closed fonsp closed 1 year ago

fonsp commented 1 year ago

A new button in the export menu to toggle presentation mode

image

See also #2611

github-actions[bot] commented 1 year ago

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="presentation-mode-button")
  julia> using Pluto
fonsp commented 1 year ago

@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?