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

Load slides from external HTML files #194

Open
engnadeau opened this issue Oct 18, 2022 · 0 comments
Open

Load slides from external HTML files #194

engnadeau opened this issue Oct 18, 2022 · 0 comments

Comments

@engnadeau
Copy link

The current demos have all the slides inside a single HTML monolith. Is there a recommended way of including slides from external HTML files? e.g., one slide per HTML file:

./
index.html
slides/
├─ slide1.html
├─ slide2.html

Alternatively, I can use jQuery (e.g., https://stackoverflow.com/a/9003363) to load HTML or have a build step that merges everything into a single file.

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