Reveal.js: notes.html missing from CDN

Created on 16 Aug 2016  路  5Comments  路  Source: hakimel/reveal.js

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.

Most helpful comment

All 5 comments

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.

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MurhafSousli picture MurhafSousli  路  5Comments

AnnotatedJS picture AnnotatedJS  路  5Comments

Seth-Gecko picture Seth-Gecko  路  4Comments

justmytwospence picture justmytwospence  路  4Comments

ghost picture ghost  路  5Comments