Hello.
I love reveal.js, thanks to all contributors!
I used to link to CDN-hosted reveal.js for deployment, but the speaker notes no longer work that way because 3.3.0 does not contain plugin/notes/notes.html file. Can you please re-add it to the release? or if not how can I specify another location for notes.html file while still loading other (css & js) resources from cdn?
thanks for your feedback.
B.
I met the same problem with 'notes.js on CDNJS'.
And, notes.min.js cause this error.
TypeError: Cannot read property 'src' of null
because hard-coding line
document.querySelector('script[src$="notes.js"]').src;
I've run into the same problem and now see it's because cdnjs does not support HTML pages. Does anyone have a workaround to this issue since it was reported? Can the location of the notes.html page be set? Browsing the code I'm not seeing it.Thinking I may be forced to fork that plugin into my presentation deck repo.
You can use http://cdn.rawgit.com/hakimel/reveal.js/3.5.0/ instead.
@vincentbernat using your suggested cdn makes the speaker notes not run into the 403 error. But I still have a problem with them actually displaying and working properly, everything is white.
I guess you need to make notes be stored outside the reveal.js, otherwise using any reveal.js instance not hosted into the same directory of the presentation would be useless. Any clues? I've run into a similar problem (except I'm using a customized reveal.js I host as a GitHub repo of my own).
Most helpful comment
You can use http://cdn.rawgit.com/hakimel/reveal.js/3.5.0/ instead.