Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-16 | add getRevealElement API method | Hakim El Hattab | |
2018-10-09 | add note about lazy loading iframes #1672 #1938 | Hakim El Hattab | |
2018-10-08 | automatically hide the mouse pointer after 5s of inactivity (#1837) | Hakim El Hattab | |
2018-10-08 | Merge pull request #2090 from bnjmnt4n/math | Hakim El Hattab | |
Allow users to customise MathJax options. | |||
2018-10-04 | remove classlist polyfill, cross browser support is good enough now | Hakim El Hattab | |
2018-10-04 | remove mention of head.js in readme | Hakim El Hattab | |
2018-10-03 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2018-10-03 | Merge pull request #2231 from esthor/patch-1 | Hakim El Hattab | |
bring install instructions to top, as is tradition | |||
2018-10-03 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2018-10-03 | dont refer to outdated speaker notes style in readme #2244 | Hakim El Hattab | |
2018-09-18 | bring install instructions to top, as is tradition | Erik | |
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-16 | Fixed broken link to markdown options doc | Lele | |
Fixed broken link to markdown options doc | |||
2018-08-01 | Merge pull request #2171 from tristansokol/tristans/add-all-transitions | Hakim El Hattab | |
add a full list of transitions to readme | |||
2018-06-13 | rename new fragment style | Hakim El Hattab | |
2018-06-11 | merge #1955 with minor changes | Hakim El Hattab | |
2018-06-11 | merge conflicts | Hakim El Hattab | |
2018-06-11 | add 'fade-in-then-half-out' fragment style, 'current-visible' was renamed to ↵ | Hakim El Hattab | |
'fade-in-then-out' | |||
2018-06-05 | add a full list of transitions to readme | Tristan Sokol | |
2018-05-03 | data-background-content-opacity -> data-background-opacity | Hakim El Hattab | |
2018-04-27 | add , adds wrapper element around background images/videos/iframes | Hakim El Hattab | |
2018-04-01 | Clarify the meaning of the notes?: regex | marcvangend | |
2018-03-16 | Updates copyright to 2018 | craigsdennis | |
2018-02-22 | Merge branch 'patch-1' of https://github.com/Jmuccigr/reveal.js into dev | Hakim El Hattab | |
2018-02-14 | Cleanup 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-08 | Allow users to customise MathJax options. | Benjamin Tan | |
Ref. #1856, #2006, #2045. This is a more open approach to allow customisation of all MathJax options instead of select options only. | |||
2018-02-07 | Merge branch 'fragment-in-url' of ↵ | Hakim El Hattab | |
https://github.com/dougalsutherland/reveal.js into dev | |||
2018-02-07 | Docs: add note on how to enable/disable preview links individually. | Benjamin Tan | |
Closes #2005. | |||
2018-02-06 | Docs: mention that syntax highlighting requires CSS theme file. | Benjamin Tan | |
Closes #2075. | |||
2018-02-06 | Docs: Add note about Windows carriage returns. | Benjamin Tan | |
Closes #1808. | |||
2018-01-25 | reorganize config options | Hakim El Hattab | |
2018-01-04 | optionally put the fragment in the URL | Dougal J. Sutherland | |
2017-11-29 | Merge branch 'plugin-key-bindings' of https://github.com/denehyg/reveal.js ↵ | Hakim El Hattab | |
into dev | |||
2017-11-22 | lab.hakim.se/reveal-js -> revealjs.com | Hakim El Hattab | |
2017-11-09 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2017-11-09 | Merge pull request #1983 from ssfrr/patch-1 | Hakim El Hattab | |
adds note about necessary markdown scripts to README | |||
2017-11-09 | Merge pull request #2017 from hoeggi/patch-1 | Hakim El Hattab | |
Update README.md | |||
2017-10-28 | Update README.md | hoeggi | |
2017-09-11 | adds note about necessary markdown scripts to README | Spencer Russell | |
2017-08-10 | corrected minor typo in readme file | Chandan Rai | |
2017-05-16 | controlsHints -> controlsTutorial | Hakim El Hattab | |
2017-05-16 | in/out transitions for controls | Hakim El Hattab | |
2017-04-30 | Merge branch 'dev' into plugin-key-bindings | Greg Denehy | |
2017-04-30 | Added description of custom key binding API to readme | Greg Denehy | |
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 | |