Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add cmd/ctrl + arrow key shortcuts to first/last slides | Hakim El Hattab | 2018-11-13 |
| | |||
* | Merge pull request #2090 from bnjmnt4n/math | Hakim El Hattab | 2018-10-08 |
|\ | | | | | Allow users to customise MathJax options. | ||
| * | Allow users to customise MathJax options. | Benjamin Tan | 2018-02-08 |
| | | | | | | | | | | | | Ref. #1856, #2006, #2045. This is a more open approach to allow customisation of all MathJax options instead of select options only. | ||
* | | Merge pull request #2251 from oyron/2229-speaker-notes-bug | Hakim El Hattab | 2018-10-08 |
|\ \ | | | | | | | Give focus to previously opened speaker notes (fixes #2229) | ||
| * | | Handle previously opened notes window, by giving focus. | oyron | 2018-10-05 |
| | | | |||
* | | | remove classlist polyfill, cross browser support is good enough now | Hakim El Hattab | 2018-10-04 |
| | | | |||
* | | | remove head.min.js in favor of simple built-in script loader | Hakim El Hattab | 2018-10-04 |
| | | | |||
* | | | formatting and tweaks for #2104 | Hakim El Hattab | 2018-10-04 |
| | | | |||
* | | | resolve notes merge conflict | Hakim El Hattab | 2018-10-04 |
|\ \ \ | |||
| * | | | documentation | Martin Jurča | 2018-02-20 |
| | | | | |||
| * | | | fixed showing speaker's view with timings/pacing while serving the ↵ | Martin Jurča | 2018-02-20 |
| | |/ | |/| | | | | | | | presentation from the file system | ||
* | | | Fix typo | Fred Rolland | 2018-10-02 |
| |/ |/| | |||
* | | Fixed notes timer when speaker notes window opened via RevealNotes.open() | Greg Denehy | 2018-05-05 |
| | | |||
* | | speaker view has visible connection status, times out with error after 5s | Hakim El Hattab | 2018-04-24 |
|/ | |||
* | Cleanup code style. | Benjamin Tan | 2018-02-08 |
| | |||
* | prevent cmd+r in notes window since reloading breaks the view #1958 | Hakim El Hattab | 2017-12-04 |
| | |||
* | Merge pull request #1958 from ThomasWeinert/feature/block_f5_in_notes | Hakim El Hattab | 2017-12-04 |
|\ | | | | | Block F5 in speaker notes window, avoid disconnects | ||
| * | Block F5 in speaker notes window, avoid disconnects | Thomas Weinert | 2017-08-12 |
| | | |||
* | | Merge pull request #2045 from jgm/issue2026 | Hakim El Hattab | 2017-12-01 |
|\ \ | | | | | | | Allow tex2jax options to be passed into math plugin. | ||
| * | | Allow tex2jax options to be passed into math plugin. | John MacFarlane | 2017-11-29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #2026. This does not change the default behavior of the math plugin, but it allows $ delimiters to be disabled (which is usually what you want, since otherwise normal uses of $ for currency get treated as math delimiters). To use: Reveal.initialize({ math: { tex2jax: { inlineMath: [['\\(','\\)']], skipTags: ['script','noscript','style', 'textarea','pre'] } }, etc. }); | ||
* | | | Merge branch 'plugin-key-bindings' of https://github.com/denehyg/reveal.js ↵ | Hakim El Hattab | 2017-11-29 |
|\ \ \ | |/ / |/| | | | | | into dev | ||
| * | | Fixed notes.js to account for upstream updates | Greg Denehy | 2017-04-30 |
| | | | |||
| * | | Merge branch 'dev' into plugin-key-bindings | Greg Denehy | 2017-04-30 |
| |\ \ | |||
| * | | | Changed custom key binding config properties to use 'keyCode' instead of 'code' | Greg Denehy | 2017-04-30 |
| | | | | |||
| * | | | Added programatic support for custom key bindings with optional descriptions ↵ | Greg Denehy | 2017-04-30 |
| | | | | | | | | | | | | | | | | to be added to the help screen | ||
* | | | | add inline and external markdown images to example #2039 | Hakim El Hattab | 2017-11-23 |
| | | | | |||
* | | | | lab.hakim.se/reveal-js -> revealjs.com | Hakim El Hattab | 2017-11-22 |
| | | | | |||
* | | | | Register search key shortcut for help overlay | Jens Lechtenbörger | 2017-11-05 |
| |_|/ |/| | | |||
* | | | localstorage feature test in notes plugin, fixes speaker view error in safari | Hakim El Hattab | 2017-07-13 |
| | | | |||
* | | | zoom.js works on main wrapper element | Hakim El Hattab | 2017-06-19 |
| | | | |||
* | | | zoom.js uses ctrl+click for linux, alt+click for others #1909 | Hakim El Hattab | 2017-06-19 |
| | | | |||
* | | | simplify point zoom, switch back to alt + click shortcut for os x support #1909 | Hakim El Hattab | 2017-06-19 |
| | | | |||
* | | | clear existing matches when searching for empty string #1909 | Hakim El Hattab | 2017-06-19 |
| | | | |||
* | | | Merge branch 'master' of https://github.com/linux-man/reveal.js into dev | Hakim El Hattab | 2017-06-19 |
|\ \ \ | |||
| * | | | Remove comment | linux-man | 2017-05-21 |
| | | | | |||
| * | | | Modified Zoom | linux-man | 2017-05-21 |
| | | | | | | | | | | | | | | | | | | | | | | | | Block dimension calculation is not accurate, so zoom is made on mouse coordinates Change default modifier to ctrl - alt don't work on Linux New parameter zoomLevel: default 2 | ||
| * | | | Better Search | linux-man | 2017-05-21 |
| | |/ | |/| | | | | | | | | | | | | | Open/close with Control+Shift+f Find words inside SPAN Don't duplicate findings | ||
* | | | change event listener syntax #1917 | Hakim El Hattab | 2017-06-12 |
| | | | |||
* | | | Merge branch 'issue1896' of https://github.com/OleMussmann/reveal.js into dev | Hakim El Hattab | 2017-06-12 |
|\ \ \ | |||
| * | | | patch to allow multiplexing on URL load | Ole Mussmann | 2017-06-06 |
| |/ / | |||
* | | | alias 'notes:' alias for md speaker note separator #1913 | Hakim El Hattab | 2017-06-07 |
| | | | |||
* | | | highlight.js 9.0.0 -> 9.11.0 | Hakim El Hattab | 2017-05-22 |
|/ / | |||
* | | minor tweak for #1564 | Hakim El Hattab | 2017-04-21 |
| | | |||
* | | optionally display pacing advice based on slide timings | Adam Spiers | 2017-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. | ||
* | | don't show negative signs inside minutes/seconds elements | Adam Spiers | 2017-04-20 |
| | | |||
* | | round decreasing timers to mirror increasing timers | Adam Spiers | 2017-04-20 |
| | | |||
* | | avoid deleting existing classes when muting time elements | Adam Spiers | 2017-04-20 |
| | | | | | | | | and make muting work for negative values | ||
* | | don't mute minutes when hours is unmuted | Adam Spiers | 2017-04-20 |
| | | |||
* | | use opacity for muted clock elements | Adam Spiers | 2017-04-20 |
| | | | | | | | | | | This allows us to use different colours for different timers, which will be useful when we add a pacing timer. | ||
* | | extract time display code into new _displayTime() function | Adam Spiers | 2017-04-20 |
| | | | | | | | | | | This will allow us to reuse the display code for displaying an additional pacing timer. |