Replies: 3 comments 9 replies
-
|
I think Reveal.js has. its own tooling and build process, so you cannot really integrate all that in the Docusaurus SPA easily. As part of your build process, you can build Reveal.js apps to /dist, and just link to them with a regular markdown link (or embed into MDX with an iframe?) We allow linking to any HTML page found in For example, if you put a file in Somehow it's similar to this Litho site where the API links to the Javadoc, but in your case you would link to the RevealJS slideshow. |
Beta Was this translation helpful? Give feedback.
-
|
Wondering about how should be the right way to integrate both frameworks. Who did in a good way? Asking as some of the links shared here are not working anymore. |
Beta Was this translation helpful? Give feedback.
-
|
I have issues to reply in the right thread. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
Summary
I would like to "inline show" reveal.js presentations (or at least link locally to them).
Intended use
I wonder if anyone has a smart idea how revealjs.com could be forged together with docusaurus.
I imagine writing something in this direction (pseudo):
I mean even cooler would be:
I fear that the second option would only work with a remark-integration. But the first approach could work with some local reference.
I mean what I could also imagine is this structure:
where as slides would contain all complete html files for reveal. But how then could I link to these slides?
Thanks for some pointers, I am a bit swamped with what would be the correct architectural approach for this.
Beta Was this translation helpful? Give feedback.
All reactions