Countdown-Timer for revealjs #8127
produnis
started this conversation in
Show and Tell
Replies: 1 comment 9 replies
-
Thanks for sharing ! This would make a great Extensions : https://quarto.org/docs/extensions/ |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi there, I created a countdown-timer for quarto and revealjs. I use these in my slides, e.g., if the audience should think about an specific topic for 5 minutes or so...
Update: I tried to make an extension, see https://github.com/produnis/quarto-timer
So, I created a javascript file
timer.js
with the following content:If I want a timer on a specific slide, I add the following code directly into the qmd-File:
...where I have to replace
UNIQUE-ID
with a (tadaaa) unique ID andSECONDS
with the seconds to count down.Here is an example of 4 minutes of waiting:
So, I thought somebody could find this usefull...
have fun!!
Beta Was this translation helpful? Give feedback.
All reactions