aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
AgeCommit message (Collapse)Author
2017-08-10corrected minor typo in readme fileChandan Rai
2017-04-27larger headings for background sectionsHakim El Hattab
2017-04-27add for iframe backgroundsHakim El Hattab
2017-04-20optionally display pacing advice based on slide timingsAdam 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-20document clock and timer in speaker notes windowAdam Spiers
2017-04-20add new getSlides() APIAdam Spiers
This can be used by plugins which are concerned with helping the presenter with their pace.
2017-04-20clarify getTotalSlides() returns the number of slidesAdam Spiers
2017-04-20expose getPastSlideCount() via public APIAdam Spiers
This can be used by plugins which are concerned with helping the presenter with their pace.
2017-04-20clarify meaning of getProgress() valueAdam Spiers
2017-04-05replace cdn.mathjax.org with cdnjsChristian 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-23add autoPlayMedia config option, overrides individual autoplay settingsHakim El Hattab
2017-02-20tweaks to showSlideNumber config #1833Hakim El Hattab
2017-02-20Merge branch 'slidenum' of https://github.com/malcomio/reveal.js into devHakim El Hattab
2017-02-20note about deploying multiplex server with now #1830Hakim El Hattab
2017-02-17correct config name in READMEMalcolm Young
2017-02-17allow configuration of which view slide number appears on - fixes #1791Malcolm Young
2017-02-14fix readme conflictHakim El Hattab
2017-02-14updated pdf docsHakim El Hattab
2017-02-14update readme re: pdf exports #1823Hakim El Hattab
2017-02-09docs for #1816 and remove showHelpHakim El Hattab
2017-02-07Update README.md to include block for pdf printinggilxa1226
2017-02-07Update README.mdgilxa1226
2017-02-02adjust comment for display config value #1325Hakim El Hattab
2017-01-31recommend using textarea wrapper for inline markdown #1780Hakim El Hattab
2017-01-30note about showNotes in PDF exports #1800Hakim El Hattab
2017-01-30typoHakim El Hattab
2017-01-30Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2017-01-23correct grunt option usageJason Dreyzehner
2017-01-202017Hakim El Hattab
2017-01-18 works with video, defaults to (same as for images)Hakim El Hattab
2017-01-10fix unclosed code blockHakim El Hattab
2016-12-13always use lowercase reveal.jsHakim El Hattab
2016-12-11Add note about head.js to readme.Benjamin Tan
Closes #1569.
2016-12-08Enable passing options for parsing Markdown.Benjamin Tan
Closes #1163, #1495.
2016-12-06Reduce 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-01Merge pull request #1747 from spencermathews/feature/readme-defaults-fixHakim El Hattab
Defaults in README are not current
2016-12-01Merge pull request #1756 from jmpp/better-data-trimHakim El Hattab
Implementing a better data-trim
2016-11-15Update README.md to reflect current defaults in js/reveal.jsSpencer Mathews
2016-10-05Add note to README about how to disable scalingJaiden Mispy
2016-07-01ready flag on .reveal containerHakim El Hattab
2016-06-22Detail markdown plugin attributes & defaultsDavid Beitey
Expands the details already given by highlighting the defaults for all attributes and clarifying what's required.
2016-06-10Merge branch 'Timothep-master' into devHakim El Hattab
2016-06-10Added a description of the undocumented timer-reset featureTimothep
2016-06-10add showHelp to api #1611Hakim El Hattab
2016-06-03Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-06-03text alignmentHakim El Hattab
2016-06-03hdpi slides bannerHakim El Hattab
2016-06-03Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-06-03slides bannerHakim El Hattab
2016-05-26support for 'separate-page' layout for notes in PDF exports #1518Hakim El Hattab
2016-05-23Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-05-23Update README.mdHakim El Hattab
more in-depth documentation of slide backgrounds #1542
2016-05-23merge readme conflict #1595Hakim El Hattab
2016-05-19Add minor imporovements to the PDF export instructionsTristan Sokol
2016-04-29Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-04-28make max pages per slide limit configurableHakim El Hattab
2016-04-24Simplify full setupAdrian Sieber
2016-04-18change introductionHakim El Hattab
2016-04-13readme tweak for #1535Hakim El Hattab
2016-04-07Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-04-07new multiplex server courtesy of now.sh (closes #1377)Hakim El Hattab
2016-04-07Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-04-07Update README.mdHakim El Hattab
2016-04-07Update README.mdHakim El Hattab
readme tweaks
2016-04-02Table of contents added in README.mdTomasz Ducin
2016-03-20add 'shuffle' config value and API method #1506 #1089Hakim El Hattab
2016-03-10Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-03-10slides linkHakim El Hattab
2016-03-07Make PDF export section less OS X specific.Benjamin Tan
Closes #1073.
2016-03-04Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-03-04Merge pull request #1484 from omer727/patch-1Hakim El Hattab
Fixing spelling typo and GitHub proper camelcase for brand name
2016-01-22Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-01-22readme tweakHakim El Hattab
2016-01-22add barebones example to readmeHakim El Hattab
2016-01-17Fixing spelling typo and GitHub proper camelcase for brand nameomer727
2016-01-11Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-01-11note about showNotes in PDF exportsHakim El Hattab
2016-01-11Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-01-11Remove rebase conflict in README.mdPrateek Saxena
2016-01-08Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-01-08resolve conflictHakim El Hattab
2016-01-08add new fragment styles to readme #1445Hakim El Hattab
2016-01-08Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-01-08tweak to pdf print isntructionsHakim El Hattab
2016-01-08Merge pull request #1450 from Quintasan/fix-printing-readmeHakim El Hattab
Chromium users need to check Background graphics option when printing.
2016-01-04Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-01-04:copyright: :copyright: :copyright: :copyright: :copyright: closes #1469Hakim El Hattab
2015-12-03Merge branch 'muted-video' of github.com:oslego/reveal.js into muted-videoRazvan Caliman
2015-12-03add option to mute background videos (updated)Razvan Caliman
2015-11-30Chromium users need to check Background graphics option when printing.Michał Zając
2015-11-19Add a more flexible autoSlideMethod optionMichiK
Auto-sliding will now use the method specified in the config if it is a function or default to navigateNext.
2015-11-18Add autoSlideRight optionMichiK
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-18update parallax background docs #1436Hakim El Hattab
2015-11-07update highlight.js urlHakim El Hattab
2015-10-29one more slide number formatHakim El Hattab
2015-10-29change slide number formatsHakim El Hattab
2015-10-26remove mention of deprecated transitions #1390Hakim El Hattab
2015-10-26Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2015-10-26remove remotes.io plugin, service no longer exists #1411Hakim El Hattab
2015-10-26syntax error in postmessage exampleHakim El Hattab