Age | Commit message (Collapse) | Author |
|
1. Show an alert when loading the file throws an exception
2. Whenever the status isn't success (2xx) - upon exception or e.g.
"file not found" - replace the section's content with information
about the failure (instead of being silent about it and showing
a blank slide).
We need to inform the user something went wrong, not just be silent
about it. An experienced developer, upon seing a blank slide, will
likely check the javascript console - but the rest will profit from
being told about the problem (and solution) explicitely.
|
|
|
|
Fixed some typos in the documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
README.md
index.html
js/reveal.js
package.json
plugin/speakernotes/client.js
|
|
|
|
|
|
embed a generic search button icon.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
into dev
|
|
|
|
|
|
Allow HTML tags in external markdown files
|
|
|
|
|
|
initialization.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/boazsender/reveal.js into dev
|
|
|
|
|
|
|
|
Use textContent instead of innerHTML to prevent encoding of certain characters in Markdown code blocks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ontouchstart null check in addEventListeners
|
|
|
|
|
|
|
|
check window.ontouchstart != null (required for qtwebkit)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
95% to account for slide padding
|
|
|
|
|
|
|
|
|
|
|
|
(closes #323)
|
|
|
|
Only allow 'unpause' keyboard events while paused
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
presentations (#310)
|