I suggest you offline support.
Offline support is very important for presentations as one may not always have WiFi or a charged phone. Especially so while travelling and giving presentations outside one's own office.
I think it's pretty straight forward to bring together:
One thing that needs fixing is the pulling in of external deps; every presentation I give using FsReveal, one or two of the foreign CDNs don't properly serve their resources leading to my presentation being delayed:
<script src="//code.jquery.com/jquery-1.8.0.js"></script>
<script src="//code.jquery.com/ui/1.8.23/jquery-ui.js"></script>
<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/js/bootstrap.min.js"></script>
<script type="text/javascript" src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap-combined.min.css" rel="stylesheet">
I need to know to what extent any of the above libs have been customised? Primarily Reveal.js' changes is most relevant?
I suggest you offline support.
Offline support is very important for presentations as one may not always have WiFi or a charged phone. Especially so while travelling and giving presentations outside one's own office.
I think it's pretty straight forward to bring together:
One thing that needs fixing is the pulling in of external deps; every presentation I give using FsReveal, one or two of the foreign CDNs don't properly serve their resources leading to my presentation being delayed:
I need to know to what extent any of the above libs have been customised? Primarily Reveal.js' changes is most relevant?