

Remark
11 likes
A simple, in-browser, Markdown-driven slideshow tool targeted at people who know their way around HTML and CSS, featuring:
Cost / License
- Free
- Open Source (MIT)
Application type
Platforms
- Self-Hosted


A simple, in-browser, Markdown-driven slideshow tool targeted at people who know their way around HTML and CSS, featuring:
Comments and Reviews
After browsing many fancy JS presentation frameworks, I've decided to go for Remark.
It has all the basics you need for an efficient presentation, and it makes presentation writing quick & easy.
This is an exemple of the code you write to produce slides :
---
My slide content
???
A presenter note for myself
---
Another slide
---
If you know markdown & HTML/CSS, building a presentation is fast, simple, and painless.
Remark also comes with a single-file mode for offline usage, and a builtin timer.
If you like, you can export your Remark presentation to PDF with Decktape.
I've tried fancier JS presentation framework, but none made presentations that easy to write.