-
Notifications
You must be signed in to change notification settings - Fork 17.5k
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
x/tools/cmd/present: browser fullscreen mode wish #12634
Comments
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
Change https://golang.org/cl/101956 mentions this issue: |
Trying to run with the fullscreen flag has this error:
Will there be communication as to which (future) version will have this feature? |
I think the code is here: golang/tools#31 |
Hi, any updates on this? Would be very useful :) |
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
You can actually supply your own styles to the tool and so you might be able to get the fullscreen even without the proposed patch. I also consider the text in other slides to be distracting, and so after some weeping and gnashing of teeth I came up with https://github.com/talks-and-stuff/go-present-styles. I'm gonna leave it here in case somebody in the future finds it useful. |
Change https://go.dev/cl/586375 mentions this issue: |
On large displays present shows almost half of the next slide which can be distracting. Could there be a fullscreen mode please?
The text was updated successfully, but these errors were encountered: