summaryrefslogtreecommitdiffhomepage
path: root/README.md
AgeCommit message (Collapse)Author
2018-10-03Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2018-10-03Merge pull request #2231 from esthor/patch-1Hakim El Hattab
bring install instructions to top, as is tradition
2018-10-03Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2018-10-03dont refer to outdated speaker notes style in readme #2244Hakim El Hattab
2018-09-18bring install instructions to top, as is traditionErik
The Install was waaaay at the bottom, which didn't make sense to scroll through all the detailed documentation, just to find how to get started with an install.
2018-08-16Fixed broken link to markdown options docLele
Fixed broken link to markdown options doc
2018-08-01Merge pull request #2171 from tristansokol/tristans/add-all-transitionsHakim El Hattab
add a full list of transitions to readme
2018-06-13rename new fragment styleHakim El Hattab
2018-06-11merge #1955 with minor changesHakim El Hattab
2018-06-11merge conflictsHakim El Hattab
2018-06-11add 'fade-in-then-half-out' fragment style, 'current-visible' was renamed to ↵Hakim El Hattab
'fade-in-then-out'
2018-06-05add a full list of transitions to readmeTristan Sokol
2018-05-03data-background-content-opacity -> data-background-opacityHakim El Hattab
2018-04-27add , adds wrapper element around background images/videos/iframesHakim El Hattab
2018-04-01Clarify the meaning of the notes?: regexmarcvangend
2018-03-16Updates copyright to 2018craigsdennis
2018-02-22Merge branch 'patch-1' of https://github.com/Jmuccigr/reveal.js into devHakim El Hattab
2018-02-14Cleanup readme to make it easier to read/edit.Benjamin Tan
- Use `single backticks` consistently for inline code snippets. - Add double linefeeds before level 2 headings. - Add a single linefeed after each heading. - Minor docs edits.
2018-02-07Merge branch 'fragment-in-url' of ↵Hakim El Hattab
https://github.com/dougalsutherland/reveal.js into dev
2018-02-07Docs: add note on how to enable/disable preview links individually.Benjamin Tan
Closes #2005.
2018-02-06Docs: mention that syntax highlighting requires CSS theme file.Benjamin Tan
Closes #2075.
2018-02-06Docs: Add note about Windows carriage returns.Benjamin Tan
Closes #1808.
2018-01-25reorganize config optionsHakim El Hattab
2018-01-04optionally put the fragment in the URLDougal J. Sutherland
2017-11-29Merge branch 'plugin-key-bindings' of https://github.com/denehyg/reveal.js ↵Hakim El Hattab
into dev
2017-11-22lab.hakim.se/reveal-js -> revealjs.comHakim El Hattab
2017-11-09Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2017-11-09Merge pull request #1983 from ssfrr/patch-1Hakim El Hattab
adds note about necessary markdown scripts to README
2017-11-09Merge pull request #2017 from hoeggi/patch-1Hakim El Hattab
Update README.md
2017-10-28Update README.mdhoeggi
2017-09-11adds note about necessary markdown scripts to READMESpencer Russell
2017-08-10corrected minor typo in readme fileChandan Rai
2017-05-16controlsHints -> controlsTutorialHakim El Hattab
2017-05-16in/out transitions for controlsHakim El Hattab
2017-04-30Merge branch 'dev' into plugin-key-bindingsGreg Denehy
2017-04-30Added description of custom key binding API to readmeGreg Denehy
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