Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Updates copyright to 2018 | craigsdennis | 2018-03-16 |
| | |||
* | Merge branch 'patch-1' of https://github.com/Jmuccigr/reveal.js into dev | Hakim El Hattab | 2018-02-22 |
|\ | |||
| * | Docs: add note on how to enable/disable preview links individually. | Benjamin Tan | 2018-02-07 |
| | | | | | | | | Closes #2005. | ||
| * | Docs: mention that syntax highlighting requires CSS theme file. | Benjamin Tan | 2018-02-06 |
| | | | | | | | | Closes #2075. | ||
| * | Docs: Add note about Windows carriage returns. | Benjamin Tan | 2018-02-06 |
| | | | | | | | | Closes #1808. | ||
* | | Merge branch 'fragment-in-url' of ↵ | Hakim El Hattab | 2018-02-07 |
|\ \ | | | | | | | | | | https://github.com/dougalsutherland/reveal.js into dev | ||
| * | | optionally put the fragment in the URL | Dougal J. Sutherland | 2018-01-04 |
| |/ | |||
* | | reorganize config options | Hakim El Hattab | 2018-01-25 |
| | | |||
* | | Merge branch 'plugin-key-bindings' of https://github.com/denehyg/reveal.js ↵ | Hakim El Hattab | 2017-11-29 |
|\ \ | |/ |/| | | | into dev | ||
| * | Merge branch 'dev' into plugin-key-bindings | Greg Denehy | 2017-04-30 |
| |\ | |||
| * | | Added description of custom key binding API to readme | Greg Denehy | 2017-04-30 |
| | | | |||
* | | | lab.hakim.se/reveal-js -> revealjs.com | Hakim El Hattab | 2017-11-22 |
| | | | |||
* | | | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | 2017-11-09 |
|\ \ \ | |||
| * \ \ | Merge pull request #1983 from ssfrr/patch-1 | Hakim El Hattab | 2017-11-09 |
| |\ \ \ | | | | | | | | | | | adds note about necessary markdown scripts to README | ||
| | * | | | adds note about necessary markdown scripts to README | Spencer Russell | 2017-09-11 |
| | | |/ | | |/| | |||
| * | | | Merge pull request #2017 from hoeggi/patch-1 | Hakim El Hattab | 2017-11-09 |
| |\ \ \ | | | | | | | | | | | Update README.md | ||
| | * | | | Update README.md | hoeggi | 2017-10-28 |
| | |/ / | |||
| * / / | corrected minor typo in readme file | Chandan Rai | 2017-08-10 |
| |/ / | |||
* | | | controlsHints -> controlsTutorial | Hakim El Hattab | 2017-05-16 |
| | | | |||
* | | | in/out transitions for controls | Hakim El Hattab | 2017-05-16 |
|/ / | |||
* | | larger headings for background sections | Hakim El Hattab | 2017-04-27 |
| | | |||
* | | add for iframe backgrounds | Hakim El Hattab | 2017-04-27 |
| | | |||
* | | optionally display pacing advice based on slide timings | Adam Spiers | 2017-04-20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an option to display advice on whether the current pace of the presentation is on track for the right timing (shown as green), and if not, whether the presenter should speed up (shown as red) or has the luxury of slowing down (blue). The pacing timer can be enabled by configuring by the `defaultTiming` parameter in the `Reveal` configuration block, which specifies the number of seconds per slide. 120 can be a reasonable rule of thumb. Timings can also be given per slide `<section>` by setting the `data-timing` attribute. Both values are in numbers of seconds. When the option is enabled, clicking on the timers will reset the timer to the beginning of the current slide, i.e. as if pacing was perfectly on track, not to zero as if the presentation had just begun. | ||
* | | document clock and timer in speaker notes window | Adam Spiers | 2017-04-20 |
| | | |||
* | | add new getSlides() API | Adam Spiers | 2017-04-20 |
| | | | | | | | | | | This can be used by plugins which are concerned with helping the presenter with their pace. | ||
* | | clarify getTotalSlides() returns the number of slides | Adam Spiers | 2017-04-20 |
| | | |||
* | | expose getPastSlideCount() via public API | Adam Spiers | 2017-04-20 |
| | | | | | | | | | | This can be used by plugins which are concerned with helping the presenter with their pace. | ||
* | | clarify meaning of getProgress() value | Adam Spiers | 2017-04-20 |
| | | |||
* | | replace cdn.mathjax.org with cdnjs | Christian Lawson-Perfect | 2017-04-05 |
| | | | | | | | | | | | | | | cdn.mathjax.org is shutting down: https://www.mathjax.org/cdn-shutting-down/ This changes the default MathJax URL in the math plugin, as well as references in README.md and test/examples/math.html | ||
* | | add autoPlayMedia config option, overrides individual autoplay settings | Hakim El Hattab | 2017-03-23 |
| | | |||
* | | tweaks to showSlideNumber config #1833 | Hakim El Hattab | 2017-02-20 |
| | | |||
* | | Merge branch 'slidenum' of https://github.com/malcomio/reveal.js into dev | Hakim El Hattab | 2017-02-20 |
|\ \ | |||
| * | | correct config name in README | Malcolm Young | 2017-02-17 |
| | | | |||
| * | | allow configuration of which view slide number appears on - fixes #1791 | Malcolm Young | 2017-02-17 |
| | | | |||
* | | | note about deploying multiplex server with now #1830 | Hakim El Hattab | 2017-02-20 |
| | | | |||
* | | | fix readme conflict | Hakim El Hattab | 2017-02-14 |
|\| | | |||
| * | | updated pdf docs | Hakim El Hattab | 2017-02-14 |
| | | | |||
| * | | update readme re: pdf exports #1823 | Hakim El Hattab | 2017-02-14 |
| | | | |||
| * | | Update README.md to include block for pdf printing | gilxa1226 | 2017-02-07 |
| | | | |||
| * | | Update README.md | gilxa1226 | 2017-02-07 |
| | | | |||
* | | | docs for #1816 and remove showHelp | Hakim El Hattab | 2017-02-09 |
| | | | |||
* | | | adjust comment for display config value #1325 | Hakim El Hattab | 2017-02-02 |
| | | | |||
* | | | recommend using textarea wrapper for inline markdown #1780 | Hakim El Hattab | 2017-01-31 |
| | | | |||
* | | | note about showNotes in PDF exports #1800 | Hakim El Hattab | 2017-01-30 |
| | | | |||
* | | | typo | Hakim El Hattab | 2017-01-30 |
| | | | |||
* | | | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | 2017-01-30 |
|\| | | |||
| * | | correct grunt option usage | Jason Dreyzehner | 2017-01-23 |
| | | | |||
* | | | 2017 | Hakim El Hattab | 2017-01-20 |
| | | | |||
* | | | works with video, defaults to (same as for images) | Hakim El Hattab | 2017-01-18 |
|/ / | |||
* | | fix unclosed code block | Hakim El Hattab | 2017-01-10 |
| | |