Story

Show HN: MkSlides – Markdown to slides with a similar workflow to MkDocs

MartenBE Thursday, November 27, 2025

As a teacher, we keep our slides as markdown files in git repos and want to build these automatically so they can be viewed online (or offline if needed). To achieve this, I have created MkSlides. This tool converts all markdown in a folder to slides generated with Reveal.js. The workflow is very similar to MkDocs.

Install: `pip install mkslides`

Building slides: `mkslides build`

Live preview during editing: `mkslides serve`

Comparison with other tools like marp, slidev, ...:

- This tool is a single command and easy to integrate in CI/CD pipelines.

- It only needs Python.

- The workflow is also very similar to MkDocs, which makes it easy to combine the two in a single GitHub/GitLab repo.

- Generates an index landing page for multiple slideshows in a folder which is really convenient if you have e.g. a slideshow per chapter.

- It is lightweight.

- Everything is IaC.

Summary
The article discusses mkslides, a command-line tool for creating Markdown-based presentations. It highlights the tool's features, such as easy slide creation, a built-in presentation viewer, and support for various multimedia elements, making it a simple yet powerful solution for creating and delivering presentations.
34 6
Summary
github.com
Visit article Read on Hacker News Comments 6