-
Notifications
You must be signed in to change notification settings - Fork 417
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
Add reveal.js-menu plugin #312
Comments
It was easier than I thought. Instead of using |
Hi @chbndrhnns, I'm trying to add plugins into my slides according to this, but in vain. The following is what I did:
"scripts": [
"plugin/reveal.js-menu/menu.js",
"plugin.js"
]
options.plugins.push(
RevealMenu
);
reveal-md slides/Test1.md --scripts plugin.js The slide generated, but seems the menu not working for me. And I found there is an error in DevTools console that says: Would you please explain how you made it? Thank you. |
I finally figure it out. Just execute reveal-md slides/Test1.md without |
Oh great because I did not manage yet to get to your question |
I tried to add this plugin myself but it would require lots of changes to --css and --scripts parameters due to the many files.
Would it be possible to add it to the included plugins?
The text was updated successfully, but these errors were encountered: