Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | support for plugins where the init method doesn't return a Promise | Hakim El Hattab | 2019-03-14 |
| | |||
* | more forgiving code highlight line number format, add Promise polyfill | Hakim El Hattab | 2019-03-14 |
| | |||
* | highlight.js plugin improvements | Hakim El Hattab | 2019-03-12 |
| | |||
* | switch to monokai as default syntax highlight theme | Hakim El Hattab | 2019-03-12 |
| | |||
* | notes plugin: callRevealApi wants apply, not call | Dougal J. Sutherland | 2019-03-11 |
| | |||
* | validate code line numbers to highlight | Hakim El Hattab | 2019-03-11 |
| | |||
* | more succinct syntax for code block line highlights | Hakim El Hattab | 2019-03-11 |
| | |||
* | highlight plugin updates; support for line numbers and highlighting specific ↵ | Hakim El Hattab | 2019-03-08 |
| | | | | lines | ||
* | highlight, math, notes and zoom plugins now register via Reveal.registerPlugin | Hakim El Hattab | 2019-03-04 |
| | |||
* | reveal.js plugin flow now uses promises, refactor markdown plugin to use ↵ | Hakim El Hattab | 2019-03-04 |
| | | | | promises | ||
* | async loading of external markdown, add Reveal.registerPlugin() | Hakim El Hattab | 2019-03-01 |
| | |||
* | Revert "impove randomness" | Hakim El Hattab | 2019-02-18 |
| | |||
* | Merge pull request #2312 from albert-ziegler/improve_random_number_generation | Hakim El Hattab | 2019-02-18 |
|\ | | | | | impove randomness | ||
| * | correct typo | Albert | 2019-02-11 |
| | | |||
| * | impove randomness | Albert | 2019-01-30 |
| | | |||
* | | Merge pull request #2305 from reyerstudio/marked | Hakim El Hattab | 2019-01-31 |
|\ \ | | | | | | | Upgrade marked to 0.6.0 | ||
| * | | Upgrade marked to 0.6.0 | Stéphane Este-Gracias | 2019-01-20 |
| |/ | |||
* | | 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 |
| | | |