Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
presentations (#310)
|
|
width/height (#310)
|
|
|
|
|
|
|
|
|
|
functions in core JS, remove unused each() method
|
|
Small additions around "togglePause()"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
by default
|
|
|
|
https://github.com/hashar/reveal.js
|
|
|
|
Authors might want to use a shared reveal.js installation for all their
presentations such as:
$ ls -1 -F
20120105-how-to-use-git.html
20121101-wikimedia-scaling.html
reveal.js/
$
In this case, the plugin callbacks will not be called at all.
When using head.js, the callback is marked as depending upon the loading of a
Javscript filename. The regex used to find out the filename is applied to the
full path which in the above case would be something like:
reveal.js/plugin/highlight/highlight.js
The regex will thus give out 'reveal.js' as a file depency instead of the
expected 'highlight.js'
The fix is quiet easy: simply make sure that we are looking for a file that
actually ends with '.js' instead of simply containing '.js' by adding a $.
|
|
|
|
|
|
is now on by default (#70)
|
|
slide storage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(#214)
|
|
|
|
|
|
|
|
|
|
Using the latest Uglify JS with --no-seqs and deleting 'use strict' statement for use in production.
|
|
Change source from reveal.min.js to reveal.js for testing purposes.
Add nextFragment and previousFragment to the API:
Making it possible to call the methods Reveal.nextFragment()
and Reveal.previousFragment() from »outside«.
Update README.md:
Add the new API Methods Reveal.prevFragment() and Reveal.nextFragment()
|
|
|
|
Android support)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Using the latest Uglify JS with --no-seqs
|
|
Handling the fullscreen functionality via the fullscreen JavaScript API.
Press »f« on the keyboard to enter fullscreen mode.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
are no longer required in HTML
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(closes #122)
|
|
|
|
|
|
option in config is no longer supported (closes #104)
|
|
|
|
|
|
|
|
|
|
|
|
set to 900px (closes #49)
|
|
|
|
(closes #95)
|
|
|
|
|
|
|
|
|
|
|