external
external copied to clipboard
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 folder)
In "index.html" (root folder): section data-external="module_01/index.html" This work. Inside the module_01/index.html file, I'd like to call another external file, like: module_01/index.html: section data-external="class1.html section data-external="class2.html" (the class1.html and class2.html are both inside module_01.)
Have anybody been able to do this? In my case the slide does not show any content.
+1
@rodrigolisita As this project seems not to be maintained anymore, I created my own external.js based on this version. It also has the possibility to include external files in already external files. You can find the extension here: https://github.com/janschoepke/reveal_external