We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Adding the plugin gives me the following errror in the console of chrome devtools:
plugins.js:195 Unrecognized plugin format; can't find plugin.id {src: 'plugin/external/external.js', condition: ƒ}
I'm running Reveal.js fresh from git, and updated gulp to v4.x.x as I'm running on Node v16:
$ node -v v16.15.1
The result is that an empty slide is added to my deck:
<section data-external="/intro.html"></section>
The text was updated successfully, but these errors were encountered:
Did you copy the plugin file node_modules/reveal_external/external/external.js to plugin/external/external.js?
node_modules/reveal_external/external/external.js
plugin/external/external.js
Sorry, something went wrong.
No branches or pull requests
Adding the plugin gives me the following errror in the console of chrome devtools:
I'm running Reveal.js fresh from git, and updated gulp to v4.x.x as I'm running on Node v16:
The result is that an empty slide is added to my deck:
The text was updated successfully, but these errors were encountered: