reveal_external icon indicating copy to clipboard operation
reveal_external copied to clipboard

Plugin for reveal.js to import external sections.

Results 12 reveal_external issues
Sort by recently updated
recently updated
newest added

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...

HUm maybe i ve done something wrong, but fragment not work with include vertical For exemple with 2 include sections vertical only the first one have fragment animation. The second...

I am facing this issue when I am using the multiplex plugin with reveal js... could anyone help me with this problem

Hi, I upgraded reveal.js to v4.0.1 and now I've this message in browser console : ``` VM2524 external.js:28 Uncaught TypeError: Reveal.getConfig is not a function at VM2524 external.js:28 at VM2524...

I get the above error when I try to run the plugin even with a minimal setup like this `index.htm` ```html ``` `slides/01-motivation.htm` ```html What's the problem? ``` The same...

I am new to using node and relatively new to reveal js but I desperately want to break up my slides into section, and your plugin seems perfect for it....

Example of use: Bumper slides in a presentation. Each one looks exactly the same except for perhaps title text. Something like: `` bumper.html: ` ${text} ` I'm new to reveal.js,...

When enabling this plugin and loading slides from external files the text-content appears just fine. However, the speaker-notes that were added using the `...` syntax do not appear in the...

Is it possible to use this plugin in order to lazy load pieces of the presentation, only when needed? If not, can you recommend a different plugin for that. Thanks!

enhancement