Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Q: Automatically load slides into the index.html with SlidesLoader #3738

Open
SoftwareDesign-Solution opened this issue Jan 22, 2025 · 0 comments

Comments

@SoftwareDesign-Solution
Copy link

SoftwareDesign-Solution commented Jan 22, 2025

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

./slides
├── 0-slide.html
├── 1-slide.md
├── 2-vslides
    |── 0-vslide.html
    |── 1-vslide.html
    |── 2-vslide.md
    |── 3-vslide.html
|── 3-slide.html
|── 4-slide.md

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant