external
external copied to clipboard
External file importer for reveal.js
I only want click to open external HTML. example: SLIDE#1 has two content (linked text) after clicking CONTENT#1 loads EXTERNAL HTML#1. P.S. external HTML#1 is hidden inside SLIDEs - before...
I'm using the external.js in a reveal.js presentation with some external sources. I get the follow warnings quite a lot in the debugger: Synchronous XMLHttpRequest on the main thread is...
Subfiles
I have not been able to insert an external file in an already external file. I have the index.html inside module_01, and I call it from the "main" index (root...
Hello there :wave: :yum: ## The problem just to let you know that adding ```html { src: 'plugin/external/external.js', condition: function() { return !!document.querySelector( '[data-external]' ); } }, ``` to `Reveal.initialize`...