Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-16 | controlsHints -> controlsTutorial | Hakim El Hattab | |
2017-05-16 | in/out transitions for controls | Hakim El Hattab | |
2017-04-27 | larger headings for background sections | Hakim El Hattab | |
2017-04-27 | add for iframe backgrounds | Hakim El Hattab | |
2017-04-20 | optionally display pacing advice based on slide timings | Adam Spiers | |
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. | |||
2017-04-20 | document clock and timer in speaker notes window | Adam Spiers | |
2017-04-20 | add new getSlides() API | Adam Spiers | |
This can be used by plugins which are concerned with helping the presenter with their pace. | |||
2017-04-20 | clarify getTotalSlides() returns the number of slides | Adam Spiers | |
2017-04-20 | expose getPastSlideCount() via public API | Adam Spiers | |
This can be used by plugins which are concerned with helping the presenter with their pace. | |||
2017-04-20 | clarify meaning of getProgress() value | Adam Spiers | |
2017-04-05 | replace cdn.mathjax.org with cdnjs | Christian Lawson-Perfect | |
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 | |||
2017-03-23 | add autoPlayMedia config option, overrides individual autoplay settings | Hakim El Hattab | |
2017-02-20 | 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 | note about deploying multiplex server with now #1830 | Hakim El Hattab | |
2017-02-17 | 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-14 | 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-09 | docs for #1816 and remove showHelp | Hakim El Hattab | |
2017-02-07 | Update README.md to include block for pdf printing | gilxa1226 | |
2017-02-07 | Update README.md | gilxa1226 | |
2017-02-02 | adjust comment for display config value #1325 | Hakim El Hattab | |
2017-01-31 | recommend using textarea wrapper for inline markdown #1780 | Hakim El Hattab | |
2017-01-30 | 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-23 | correct grunt option usage | Jason Dreyzehner | |
2017-01-20 | 2017 | Hakim El Hattab | |
2017-01-18 | works with video, defaults to (same as for images) | Hakim El Hattab | |
2017-01-10 | fix unclosed code block | Hakim El Hattab | |
2016-12-13 | always use lowercase reveal.js | Hakim El Hattab | |
2016-12-11 | Add note about head.js to readme. | Benjamin Tan | |
Closes #1569. | |||
2016-12-08 | Enable passing options for parsing Markdown. | Benjamin Tan | |
Closes #1163, #1495. | |||
2016-12-06 | Reduce required Node.js version to 4.0.0. | Benjamin Tan | |
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. | |||
2016-12-01 | Merge pull request #1747 from spencermathews/feature/readme-defaults-fix | Hakim El Hattab | |
Defaults in README are not current | |||
2016-12-01 | Merge pull request #1756 from jmpp/better-data-trim | Hakim El Hattab | |
Implementing a better data-trim | |||
2016-11-15 | Update README.md to reflect current defaults in js/reveal.js | Spencer Mathews | |
2016-10-05 | Add note to README about how to disable scaling | Jaiden Mispy | |
2016-07-01 | ready flag on .reveal container | Hakim El Hattab | |
2016-06-22 | Detail markdown plugin attributes & defaults | David Beitey | |
Expands the details already given by highlighting the defaults for all attributes and clarifying what's required. | |||
2016-06-10 | 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-03 | 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-05-26 | support for 'separate-page' layout for notes in PDF exports #1518 | Hakim El Hattab | |
2016-05-23 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2016-05-23 | Update README.md | Hakim El Hattab | |
more in-depth documentation of slide backgrounds #1542 | |||
2016-05-23 | merge readme conflict #1595 | Hakim El Hattab | |
2016-05-19 | Add minor imporovements to the PDF export instructions | Tristan Sokol | |
2016-04-29 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2016-04-28 | make max pages per slide limit configurable | Hakim El Hattab | |
2016-04-24 | Simplify full setup | Adrian Sieber | |
2016-04-18 | change introduction | Hakim El Hattab | |
2016-04-13 | readme tweak for #1535 | Hakim El Hattab | |
2016-04-07 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2016-04-07 | new multiplex server courtesy of now.sh (closes #1377) | Hakim El Hattab | |
2016-04-07 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2016-04-07 | Update README.md | Hakim El Hattab | |
2016-04-07 | Update README.md | Hakim El Hattab | |
readme tweaks | |||
2016-04-02 | Table of contents added in README.md | Tomasz Ducin | |
2016-03-20 | add 'shuffle' config value and API method #1506 #1089 | Hakim El Hattab | |
2016-03-10 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2016-03-10 | slides link | Hakim El Hattab | |
2016-03-07 | Make PDF export section less OS X specific. | Benjamin Tan | |
Closes #1073. | |||
2016-03-04 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2016-03-04 | Merge pull request #1484 from omer727/patch-1 | Hakim El Hattab | |
Fixing spelling typo and GitHub proper camelcase for brand name | |||
2016-01-22 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2016-01-22 | readme tweak | Hakim El Hattab | |
2016-01-22 | add barebones example to readme | Hakim El Hattab | |
2016-01-17 | Fixing spelling typo and GitHub proper camelcase for brand name | omer727 | |
2016-01-11 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2016-01-11 | note about showNotes in PDF exports | Hakim El Hattab | |
2016-01-11 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2016-01-11 | Remove rebase conflict in README.md | Prateek Saxena | |
2016-01-08 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2016-01-08 | resolve conflict | Hakim El Hattab | |
2016-01-08 | add new fragment styles to readme #1445 | Hakim El Hattab | |
2016-01-08 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2016-01-08 | tweak to pdf print isntructions | Hakim El Hattab | |
2016-01-08 | Merge pull request #1450 from Quintasan/fix-printing-readme | Hakim El Hattab | |
Chromium users need to check Background graphics option when printing. | |||
2016-01-04 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2016-01-04 | :copyright: :copyright: :copyright: :copyright: :copyright: closes #1469 | Hakim El Hattab | |
2015-12-03 | Merge branch 'muted-video' of github.com:oslego/reveal.js into muted-video | Razvan Caliman | |
2015-12-03 | add option to mute background videos (updated) | Razvan Caliman | |
2015-11-30 | Chromium users need to check Background graphics option when printing. | Michał Zając | |
2015-11-19 | Add a more flexible autoSlideMethod option | MichiK | |
Auto-sliding will now use the method specified in the config if it is a function or default to navigateNext. | |||
2015-11-18 | Add autoSlideRight option | MichiK | |
When the autoSlideRight config option is active, the auto-sliding will always navigate to the right and never down even if slides are present there. This allows hidden "bonus slides" in presentations which can be displayed as needed but won't show up automatically. | |||
2015-11-18 | update parallax background docs #1436 | Hakim El Hattab | |
2015-11-07 | update highlight.js url | Hakim El Hattab | |
2015-10-29 | one more slide number format | Hakim El Hattab | |
2015-10-29 | change slide number formats | Hakim El Hattab | |
2015-10-26 | remove mention of deprecated transitions #1390 | Hakim El Hattab | |
2015-10-26 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2015-10-26 | remove remotes.io plugin, service no longer exists #1411 | Hakim El Hattab | |