You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I create a lot of presentations with reveal.js and most of them have between 4000 - 6000 lines in the index.html when they are finished.
Yesterday I had the idea to create a plugin called "SlidesLoader". This plugin recursively loads all HTML & Markdown files from the directory and then inserts them into the index.html based on the file order. Vertical slides are displayed via directories within slides.
I create a lot of presentations with reveal.js and most of them have between 4000 - 6000 lines in the index.html when they are finished.
Yesterday I had the idea to create a plugin called "SlidesLoader". This plugin recursively loads all HTML & Markdown files from the directory and then inserts them into the index.html based on the file order. Vertical slides are displayed via directories within slides.
Here is an example file structure for
./slides
The plugin should also automatically transfer changes to the slides files into the index.html.
I would like to hear your opinion on this, what you think of it and whether such a plugin is needed.
You are welcome to rate it with +1 if such a plugin is relevant for you
The text was updated successfully, but these errors were encountered: