https://github.com/panglesd/slipshow
An engine for displaying slips, the next-gen version of slides
https://github.com/panglesd/slipshow
slides slideshow slideshow-html slideshow-library slideshow-maker slip slips
Last synced: 3 months ago
JSON representation
An engine for displaying slips, the next-gen version of slides
- Host: GitHub
- URL: https://github.com/panglesd/slipshow
- Owner: panglesd
- License: other
- Created: 2019-11-24T09:46:16.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2026-01-17T21:35:39.000Z (3 months ago)
- Last Synced: 2026-01-18T07:59:51.800Z (3 months ago)
- Topics: slides, slideshow, slideshow-html, slideshow-library, slideshow-maker, slip, slips
- Language: OCaml
- Size: 517 MB
- Stars: 781
- Watchers: 5
- Forks: 17
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
---
> [!Important]
>
> This page is meant for the *development* of Slipshow. If you are a user, head to the official website: https://slipshow.org
## **Slipshow and scrolling presentations.**
In a slipshow presentation, the equivalent of a slide is called a _slip_. Each slip is like a slide, but with no bottom limit. That is, the content can be arbitrarily long! During the presentation, the camera will "scroll" down to reveal the hidden content, following a script given by the presenter!

Slipshow innovates compared to traditional slide-based engine in the following ways:
- Scroll on a slip instead of changing slides, making content reveal more continuous,
- Record hand-drawings when preparing the talk, edit them and have them replayed during the presentation,
- Include any custom script you need to make your presentation clearer through eg animation.
Slipshow compiles files written in an extension of markdown, to a standalone html file viewable offline in any web browser.
If you want to know more, go to the [official website](https://slipshow.org)! This page is about the development of Slipshow.
## Tutorial, API and Documentation
You can find an extensive documentation, with a tutorial at the readthedocs [documentation](https://docs.slipshow.org).
## Contributing
You can issue a Pull Request of any kind, report a bug, ask for a new feature, suggest an enhancement on the documentation (or make a Pull Request)... You can also [write a theme](https://slipshow.readthedocs.io/en/latest/themes.html#writing-a-theme).
## Support
The NLNet Foundation is [sponsoring](https://nlnet.nl/project/Slipshow/) the development in 2025 through the [NGI Commons Fund](https://nlnet.nl/commonsfund/) with funds from the European Commission. Thanks a lot!
## License
GPLv3, with parts in ISC, DBS 3-Clause, Apache-2.0 and SIL OPEN FONT LICENSE Version 1.1. See [LICENSE.md](LICENSE.md) for more information.