Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | always use lowercase reveal.js | Hakim El Hattab | 2016-12-13 |
| | |||
* | Add note about head.js to readme. | Benjamin Tan | 2016-12-11 |
| | | | | Closes #1569. | ||
* | Enable passing options for parsing Markdown. | Benjamin Tan | 2016-12-08 |
| | | | | Closes #1163, #1495. | ||
* | Reduce required Node.js version to 4.0.0. | Benjamin Tan | 2016-12-06 |
| | | | | | | | | | The development workflow can be used with Node 4+, not just Node 6. We should avoid showing warnings and errors when users are installing this package via npm/yarn. Ref. #1729, #1743. Closes #1725. | ||
* | Merge pull request #1747 from spencermathews/feature/readme-defaults-fix | Hakim El Hattab | 2016-12-01 |
|\ | | | | | Defaults in README are not current | ||
| * | Update README.md to reflect current defaults in js/reveal.js | Spencer Mathews | 2016-11-15 |
| | | |||
* | | Merge pull request #1756 from jmpp/better-data-trim | Hakim El Hattab | 2016-12-01 |
|\ \ | |/ |/| | Implementing a better data-trim | ||
| * | Add note to README about how to disable scaling | Jaiden Mispy | 2016-10-05 |
| | | |||
* | | ready flag on .reveal container | Hakim El Hattab | 2016-07-01 |
| | | |||
* | | Detail markdown plugin attributes & defaults | David Beitey | 2016-06-22 |
| | | | | | | Expands the details already given by highlighting the defaults for all attributes and clarifying what's required. | ||
* | | Merge branch 'Timothep-master' into dev | Hakim El Hattab | 2016-06-10 |
|\ \ | |||
| * | | Added a description of the undocumented timer-reset feature | Timothep | 2016-06-10 |
| | | | |||
* | | | add showHelp to api #1611 | Hakim El Hattab | 2016-06-10 |
| | | | |||
* | | | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | 2016-06-03 |
|\ \ \ | | |/ | |/| | |||
| * | | text alignment | Hakim El Hattab | 2016-06-03 |
| | | | |||
| * | | hdpi slides banner | Hakim El Hattab | 2016-06-03 |
| | | | |||
* | | | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | 2016-06-03 |
|\| | | |||
| * | | slides banner | Hakim El Hattab | 2016-06-03 |
| | | | |||
* | | | support for 'separate-page' layout for notes in PDF exports #1518 | Hakim El Hattab | 2016-05-26 |
| | | | |||
* | | | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | 2016-05-23 |
|\| | |