gnab / remark

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

Support a decreasing timer by configuration #601

Open dvberkel opened 4 years ago

dvberkel commented 4 years ago

Pull-request #596 introduces a new implementation for the timer. It allows for a custom formatter. With this formatter one can implement a decreasing timer.

Unfortunately this requires to provide custom code, which is error prone and maybe not everybody that wants to use remark is capable to provide it.

This is a request for a new feature: allow to configure the timer to be decreasing with certain target time.

dvberkel commented 4 years ago

If this this feature is deemed interesting, I am more than willing to implement it.