gnab / remark

A simple, in-browser, markdown-driven slideshow tool.
http://remarkjs.com
MIT License
12.67k stars 854 forks source link

Auto-advance slides #689

Closed gaul closed 1 year ago

gaul commented 1 year ago

Is there any way to auto-advance slides, e.g., PechaKucha 20-second format? I imagine this could be done via the JavaScript console and some sleep loop?

tripu commented 1 year ago

Here you have an example:

https://codepen.io/tripu/pen/WNaJyLW

Does that answer your question?

gaul commented 1 year ago

Thanks @tripu! I also found this carousel example in the wiki:

https://github.com/gnab/remark/wiki/Configuration#using-javascript-to-create-a-continuously-looping-slideshow

gaul commented 1 year ago

Huh, this double-advances when using the cloned window to show both the presentation and speaker notes.

tripu commented 1 year ago

An exercise left for the reader!

(I had no idea :)