Inspired by @kfitz's use of #reactjs for #presentations, I thought I might try using #remarkjs (because I like that it's #Markdown driven). Ideally, I'd like to generate a #slideshow from a markdown file as easily as @hibbittsdesign's Docsify-This renders a web page.

@stephenharlow @kfitz @hibbittsdesign Is this different from https://revealjs.com/ I loved how you could create down branches from slides. I think it takes markdown now.

Used it an eon ago https://cogdogblog.com/stuff/opened16/

I did one in GitPitch that generated reveal.js presentations from Markdown, website gone, but code available https://github.com/gitpitch/gitpitch

The HTML presentation framework | reveal.js

Documentation and demos for the open source reveal.js HTML presentation framework.

reveal.js

@cogdog @stephenharlow @kfitz I loved GitPitch back in the day🙂

@stephenharlow might be worth checking out https://www.shawntabrizi.com/docsify-slides as you could add that into your own instance of Docsify-This. Please feel free to DM me for more details etc.

PS - Quick test with my test instance shows some issues are present with that Plugin + Docsify-This, would require more investigation. Likely not designed for use with Docsify Themeable, which I use.

Docsify Slides Example

@cogdog @stephenharlow Yeah, I use reveal.js with external Markdown files. The annoying bit with my setup is that I need to create an HTML file pointing to the MD file for each presentation. There seem to be more good MD-based options now!
@kfitz @stephenharlow Frankly I prefer the hand crafted approach! Do you use the old Meta Refresh trick in the <head> ...</head> or make a landing page?
@cogdog @stephenharlow Each of the html files turns into a landing page for that presentation. This is the repo of all my presentations, plus the reveal.js files themselves. https://github.com/kfitz/presentations.kfitz.info
GitHub - kfitz/presentations.kfitz.info: A big pile of reveal.js-based presentations by @kfitz

A big pile of reveal.js-based presentations by @kfitz - GitHub - kfitz/presentations.kfitz.info: A big pile of reveal.js-based presentations by @kfitz

GitHub