golang/go

x/tools/cmd/present: Presenter notes closer to the webcam

Open

#41,024 opened on Aug 25, 2020

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Go (19,008 forks)batch import
NeedsInvestigationToolshelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

What version of Go are you using (go version)?

Does this issue reproduce with the latest release?

Yes

What operating system and processor architecture are you using (go env)?

What did you do?

In the directory containing my presentation.slide:

$ present -notes

Then in my browser: pressed N to open the Presenter Notes window

What did you expect to see?

Feature request: an option to have

  • the Presenter notes at the top of the notes window
  • the slides at the bottom of the notes window

image

Currently (2020) many speakers around the world present from home. The camera filming the speaker is always above its physical screen, with few exceptions. Eye contact is very important to engage the audience, so for a speaker who reads notes it would be optimal to place the notes as close as possible to the webcam, at the top of the screen.

What did you see instead?

  • Slides at the top of the notes window
  • Presenter notes at the bottom of the notes window

image

Contributor guide