aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAge
* lab.hakim.se/reveal-js -> revealjs.comHakim El Hattab2017-11-22
|
* Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab2017-11-09
|\
| * Merge pull request #1983 from ssfrr/patch-1Hakim El Hattab2017-11-09
| |\ | | | | | | adds note about necessary markdown scripts to README
| | * adds note about necessary markdown scripts to READMESpencer Russell2017-09-11
| | |
| * | Merge pull request #2017 from hoeggi/patch-1Hakim El Hattab2017-11-09
| |\ \ | | | | | | | | Update README.md
| | * | Update README.mdhoeggi2017-10-28
| | |/
| * / corrected minor typo in readme fileChandan Rai2017-08-10
| |/
* | controlsHints -> controlsTutorialHakim El Hattab2017-05-16
| |
* | in/out transitions for controlsHakim El Hattab2017-05-16
|/
* larger headings for background sectionsHakim El Hattab2017-04-27
|
* add for iframe backgroundsHakim El Hattab2017-04-27
|
* optionally display pacing advice based on slide timingsAdam Spiers2017-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 windowAdam Spiers2017-04-20
|
* add new getSlides() APIAdam Spiers2017-04-20
| | | | | This can be used by plugins which are concerned with helping the presenter with their pace.
* clarify getTotalSlides() returns the number of slidesAdam Spiers2017-04-20
|
* expose getPastSlideCount() via public APIAdam Spiers2017-04-20
| | | | | This can be used by plugins which are concerned with helping the presenter with their pace.
* clarify meaning of getProgress() valueAdam Spiers2017-04-20
|
* replace cdn.mathjax.org with cdnjsChristian Lawson-Perfect2017-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 settingsHakim El Hattab2017-03-23
|
* tweaks to showSlideNumber config #1833Hakim El Hattab2017-02-20
|
* Merge branch 'slidenum' of https://github.com/malcomio/reveal.js into devHakim El Hattab2017-02-20
|\
| * correct config name in READMEMalcolm Young2017-02-17
| |
| * allow configuration of which view slide number appears on - fixes #1791Malcolm Young2017-02-17
| |
* | note about deploying multiplex server with now #1830Hakim El Hattab2017-02-20
| |
* | fix readme conflictHakim El Hattab2017-02-14
|\|
| * updated pdf docsHakim El Hattab2017-02-14
| |
| * update readme re: pdf exports #1823Hakim El Hattab2017-02-14
| |
| * Update README.md to include block for pdf printinggilxa12262017-02-07
| |
| * Update README.mdgilxa12262017-02-07
| |
* | docs for #1816 and remove showHelpHakim El Hattab2017-02-09
| |
* | adjust comment for display config value #1325Hakim El Hattab2017-02-02
| |
* | recommend using textarea wrapper for inline markdown #1780Hakim El Hattab2017-01-31
| |
* | note about showNotes in PDF exports #1800Hakim El Hattab2017-01-30
| |
* | typoHakim El Hattab2017-01-30
| |
* | Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab2017-01-30
|\|
| * correct grunt option usageJason Dreyzehner2017-01-23
| |
* | 2017Hakim El Hattab2017-01-20
| |
* | works with video, defaults to (same as for images)Hakim El Hattab2017-01-18
|/
* fix unclosed code blockHakim El Hattab2017-01-10
|
* always use lowercase reveal.jsHakim El Hattab2016-12-13
|
* Add note about head.js to readme.Benjamin Tan2016-12-11
| | | | Closes #1569.
* Enable passing options for parsing Markdown.Benjamin Tan2016-12-08
| | | | Closes #1163, #1495.
* Reduce required Node.js version to 4.0.0.Benjamin Tan2016-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-fixHakim El Hattab2016-12-01
|\ | | | | Defaults in README are not current
| * Update README.md to reflect current defaults in js/reveal.jsSpencer Mathews2016-11-15
| |
* | Merge pull request #1756 from jmpp/better-data-trimHakim El Hattab2016-12-01
|\ \ | |/ |/| Implementing a better data-trim
| * Add note to README about how to disable scalingJaiden Mispy2016-10-05
| |
* | ready flag on .reveal containerHakim El Hattab2016-07-01
| |
* | Detail markdown plugin attributes & defaultsDavid Beitey2016-06-22
| | | | | | Expands the details already given by highlighting the defaults for all attributes and clarifying what's required.
* | Merge branch 'Timothep-master' into devHakim El Hattab2016-06-10
|\ \