maaslalani / slides

Terminal based presentation tool
http://maaslalani.com/slides/
MIT License
9.58k stars 263 forks source link

feat: add support for paused slides using `<!-- pause -->` #293

Open xukai92 opened 3 months ago

xukai92 commented 3 months ago

Changes Introduced

maaslalani commented 3 months ago

Oh this is super interesting, I almost wonder if we should use (+++):

+++

as the delimiter.

This is a very clever and elegant solution to the reveal problem! Thank you so much!

xukai92 commented 3 months ago

I was mostly drawing inspiration from https://mfontanini.github.io/presenterm/guides/basics.html#pauses and I prefer it over +++ or *** because this only affects how the Markdown files is presented as slides by slides and the content stays unchanged when it is viewed by other Markdown viewers.