Replies: 1 comment 4 replies
-
You should see that with the plugin developer and its community. This is a tool for RevealJS and even if Quarto support revealjs and its plugin, we don't know all of the them and how they works. For a quick search :
When you understand how that works, our doc shows you how you should configure (https://quarto.org/docs/presentations/revealjs/advanced.html#reveal-plugins) with links to examples - e.g multiplex code for the built-in plugin (https://github.com/quarto-dev/quarto-cli/blob/main/src/resources/formats/revealjs/plugins/multiplex/plugin.yml) You'll find many more example and doc in the Revealjs plugin extension doc https://quarto.org/docs/extensions/listing-revealjs.html With all that (found using a quick search on web and quarto doc) you should probably make it work. Hope it helps |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
i want to use the seminar plugin with Quarto presentations. So i created a subfolder called seminar inside the folder where i have the presentation QMD-file. i downloaded plugin.js into that folder. i created the file plugin.yml with the following content:
In the presentation file's metadata block, i added:
And i clicked the button for rendering. A message box appeared telling me:
The manual of this plugin does not state how to create and run my own server so that i can specify it. Please describe how to do that. The presentation file is open but i have no idea how to remote control it from my smartphone. i see no additional buttons and there is no separate file for speaker notes as in multiplex. Please feed some instructions into me.
Beta Was this translation helpful? Give feedback.
All reactions