janschoepke / reveal_external

Plugin for reveal.js to import external sections.
MIT License
51 stars 26 forks source link

Unrecognized plugin format; can't find plugin.id {src: 'external.js'} #23

Open fswijmans opened 2 years ago

fswijmans commented 2 years ago

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>
Marlaqk commented 2 years ago

Did you copy the plugin file node_modules/reveal_external/external/external.js to plugin/external/external.js?