Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Button to toggle presentation mode in export menu #2660

Merged
merged 1 commit into from Oct 2, 2023

Conversation

fonsp
Copy link
Owner

@fonsp fonsp commented Oct 2, 2023

A new button in the export menu to toggle presentation mode

image

See also #2611

@fonsp fonsp added the frontend Concerning the HTML editor label Oct 2, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Oct 2, 2023

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 fonsp linked an issue Oct 2, 2023 that may be closed by this pull request
@fonsp
Copy link
Owner Author

fonsp commented Oct 2, 2023

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

@fonsp fonsp merged commit 3f108c0 into main Oct 2, 2023
4 checks passed
@fonsp fonsp deleted the presentation-mode-button branch October 2, 2023 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Concerning the HTML editor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: Presentation mode
1 participant