aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAge
* add note about lazy loading iframes #1672 #1938Hakim El Hattab2018-10-09
|
* automatically hide the mouse pointer after 5s of inactivity (#1837)Hakim El Hattab2018-10-08
|
* Merge pull request #2090 from bnjmnt4n/mathHakim El Hattab2018-10-08
|\ | | | | Allow users to customise MathJax options.
| * Allow users to customise MathJax options.Benjamin Tan2018-02-08
| | | | | | | | | | | | Ref. #1856, #2006, #2045. This is a more open approach to allow customisation of all MathJax options instead of select options only.
* | remove classlist polyfill, cross browser support is good enough nowHakim El Hattab2018-10-04
| |
* | remove mention of head.js in readmeHakim El Hattab2018-10-04
| |
* | Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab2018-10-03
|\ \
| * \ Merge pull request #2231 from esthor/patch-1Hakim El Hattab2018-10-03
| |\ \ | | | | | | | | bring install instructions to top, as is tradition
| | * | bring install instructions to top, as is traditionErik2018-09-18
| | | | | | | | | | | | 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.
* | | | Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab2018-10-03
|\| | |
| * | | dont refer to outdated speaker notes style in readme #2244Hakim El Hattab2018-10-03
| |/ /
* / / Fixed broken link to markdown options docLele2018-08-16
|/ / | | | | Fixed broken link to markdown options doc
* | Merge pull request #2171 from tristansokol/tristans/add-all-transitionsHakim El Hattab2018-08-01
|\ \ | | | | | | add a full list of transitions to readme
| * | add a full list of transitions to readmeTristan Sokol2018-06-05
| | |
* | | rename new fragment styleHakim El Hattab2018-06-13
| | |
* | | merge #1955 with minor changesHakim El Hattab2018-06-11
| | |
* | | merge conflictsHakim El Hattab2018-06-11
|\ \ \
| * | | Clarify the meaning of the notes?: regexmarcvangend2018-04-01
| |/ /
| * | Cleanup readme to make it easier to read/edit.Benjamin Tan2018-02-14
| | | | | | | | | | | | | | | | | | | | | - 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.
* | | add 'fade-in-then-half-out' fragment style, 'current-visible' was renamed to ↵Hakim El Hattab2018-06-11
| | | | | | | | | | | | 'fade-in-then-out'
* | | data-background-content-opacity -> data-background-opacityHakim El Hattab2018-05-03
| | |
* | | add , adds wrapper element around background images/videos/iframesHakim El Hattab2018-04-27
| | |
* | | Updates copyright to 2018craigsdennis2018-03-16
| | |
* | | Merge branch 'patch-1' of https://github.com/Jmuccigr/reveal.js into devHakim El Hattab2018-02-22
|\| | | |/ |/|
| * Docs: add note on how to enable/disable preview links individually.Benjamin Tan2018-02-07
| | | | | | | | Closes #2005.
| * Docs: mention that syntax highlighting requires CSS theme file.Benjamin Tan2018-02-06
| | | | | | | | Closes #2075.
| * Docs: Add note about Windows carriage returns.Benjamin Tan2018-02-06
| | | | | | | | Closes #1808.
* | Merge branch 'fragment-in-url' of ↵Hakim El Hattab2018-02-07
|\ \ | | | | | | | | | https://github.com/dougalsutherland/reveal.js into dev
| * | optionally put the fragment in the URLDougal J. Sutherland2018-01-04
| |/
* | reorganize config optionsHakim El Hattab2018-01-25
| |
* | Merge branch 'plugin-key-bindings' of https://github.com/denehyg/reveal.js ↵Hakim El Hattab2017-11-29
|\ \ | |/ |/| | | into dev
| * Merge branch 'dev' into plugin-key-bindingsGreg Denehy2017-04-30
| |\
| * | Added description of custom key binding API to readmeGreg Denehy2017-04-30
| | |
* | | 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
| |