HACKER Q&A
📣 devstein

Programming Language for Building Slide Decks


Is there such a thing? I'd love if there is a mermaid-like language for building a simple text-centric slide deck


  👤 terhechte Accepted Answer ✓
I build an app for this some time ago: https://hyperdeck.io

It uses markdown with extensions. There’re also a lot of alternative markdown based slide generators on GitHub. Most use JavaScript though and I wanted something native


👤 petercooper
https://revealjs.com/ is a mature, popular option and supports writing slides in Markdown, though ultimately you are working with HTML.

👤 thesuperbigfrog
Beamer (https://www.overleaf.com/learn/latex/Beamer) works well if you are comfortable with LaTeX.