From 72f0305de3aa30bc1629552fc9738b661abb299c Mon Sep 17 00:00:00 2001 From: bouzidanas Date: Thu, 7 Sep 2023 03:49:57 -0500 Subject: [PATCH] Streamlit is a very popular data dashboarding framework. I found the need to create a custom streamlit component that allows users to generate slides using markdown and markup (which are used to add content elsewhere in Streamlit apps as well), embed the slideshows in the apps, and control slideshows programmatically. This component has been added to Streamlit's official community tracker --- Plugins,-Tools-and-Hardware.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Plugins,-Tools-and-Hardware.md b/Plugins,-Tools-and-Hardware.md index 233e2cd..2d0cbda 100644 --- a/Plugins,-Tools-and-Hardware.md +++ b/Plugins,-Tools-and-Hardware.md @@ -247,6 +247,7 @@ Useful tools for working with reveal.js. - [reveal-init](https://github.com/you-create/reveal-init), a Shell script for initiating Reveal.js presentation projects. - [kslides.com](https://kslides.com), a Kotlin DSL wrapper for reveal.js. - [Reveal-Pug-Scss-Starter](https://github.com/Martinomagnifico/reveal-pug-scss-starter), a small project to quickly start presentations with Reveal.js, using Pug (just try it out, you'll love it) and Scss. +- [streamlit-reveal-slides](https://github.com/bouzidanas/streamlit-reveal-slides), create and add reveal.js HTML presentations to your Streamlit apps! ## Hardware