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

[FEATURE] Speaker Notes section #311

Closed
harshit-codes opened this issue Nov 16, 2023 · 1 comment · Fixed by #324
Closed

[FEATURE] Speaker Notes section #311

harshit-codes opened this issue Nov 16, 2023 · 1 comment · Fixed by #324
Labels
enhancement New feature or request help wanted Extra attention is needed html-convert Related to converting to HTML slides lib Related to the library (a.k.a. module) present Related to the main "present" feature python Pull requests that update Python code

Comments

@harshit-codes
Copy link

Description

For each 'Slide' have a list of bullet points/ markdown notes reserved only for speaker, viewable only on a secondary screen.

Eg: https://quarto.org/docs/presentations/revealjs/#speaker-notes

Screenshots

No response

Additional information

No response

@harshit-codes harshit-codes added the enhancement New feature or request label Nov 16, 2023
@jeertmans jeertmans added help wanted Extra attention is needed html-convert Related to converting to HTML slides present Related to the main "present" feature lib Related to the library (a.k.a. module) python Pull requests that update Python code labels Nov 16, 2023
@jeertmans
Copy link
Owner

Hey! This is a very good suggestion!
I long wanted to add a second screen in the present mode to display presenter-only information, but this is not so easy to do. I guess a good starting point for PySide6 would be: https://stackoverflow.com/questions/66986295/how-to-create-a-video-player-with-2-windows-with-the-same-video.

On the other hand, we can just add information to slides using self.next_slide(info=""""), add it to the config file, and display it in either present or with RevealJS.

I'll see when I have time to work on that.

@jeertmans jeertmans linked a pull request Nov 28, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed html-convert Related to converting to HTML slides lib Related to the library (a.k.a. module) present Related to the main "present" feature python Pull requests that update Python code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants