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

tools/cmd/present: don't show upcoming slide on the right #18299

Open
bradfitz opened this issue Dec 13, 2016 · 1 comment · May be fixed by golang/tools#31
Open

tools/cmd/present: don't show upcoming slide on the right #18299

bradfitz opened this issue Dec 13, 2016 · 1 comment · May be fixed by golang/tools#31
Labels
NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@bradfitz
Copy link
Contributor

The present tool shows some of the upcoming slide on the right.

This is particularly bad during some conferences (e.g. GothamGo) with wide screens. It distracts the audience who starts reading the next slide, and it can kill punchlines.

Fix this.

/cc @rsc @broady

@bradfitz bradfitz added this to the Unreleased milestone Dec 13, 2016
lucor added a commit to lucor/tools that referenced this issue Mar 21, 2018
This commit add the -fullscreen flag to enable full screen mode (default: false).
When enabled all the slides except the current one are hidden.

Fixes golang/go#12634 and golang/go#18299

Change-Id: Id2237aa938bdc7478e2072817e7abf2b7865dea8
@lucor lucor linked a pull request Mar 21, 2018 that will close this issue
@gopherbot
Copy link

Change https://golang.org/cl/101956 mentions this issue: tools/present: add support for full screen mode

@andybons andybons added the NeedsFix The path to resolution is known, but the work has not been done. label Mar 21, 2018
yuvalk pushed a commit to yuvalk/tools that referenced this issue Dec 20, 2021
This commit add the -fullscreen flag to enable full screen mode (default: false).
When enabled all the slides except the current one are hidden.

Fixes golang/go#12634 and golang/go#18299

Change-Id: Id2237aa938bdc7478e2072817e7abf2b7865dea8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants