aboutsummaryrefslogtreecommitdiff
path: root/plugin
Commit message (Expand)AuthorAge
* fix typosHakim El Hattab2019-04-01
* support for plugins where the init method doesn't return a PromiseHakim El Hattab2019-03-14
* more forgiving code highlight line number format, add Promise polyfillHakim El Hattab2019-03-14
* highlight.js plugin improvementsHakim El Hattab2019-03-12
* switch to monokai as default syntax highlight themeHakim El Hattab2019-03-12
* notes plugin: callRevealApi wants apply, not callDougal J. Sutherland2019-03-11
* validate code line numbers to highlightHakim El Hattab2019-03-11
* more succinct syntax for code block line highlightsHakim El Hattab2019-03-11
* highlight plugin updates; support for line numbers and highlighting specific ...Hakim El Hattab2019-03-08
* highlight, math, notes and zoom plugins now register via Reveal.registerPluginHakim El Hattab2019-03-04
* reveal.js plugin flow now uses promises, refactor markdown plugin to use prom...Hakim El Hattab2019-03-04
* async loading of external markdown, add Reveal.registerPlugin()Hakim El Hattab2019-03-01
* Revert "impove randomness"Hakim El Hattab2019-02-18
* Merge pull request #2312 from albert-ziegler/improve_random_number_generation•••impove randomnessHakim El Hattab2019-02-18
|\
| * correct typoAlbert2019-02-11
| * impove randomnessAlbert2019-01-30
* | Merge pull request #2305 from reyerstudio/marked•••Upgrade marked to 0.6.0Hakim El Hattab2019-01-31
|\ \
| * | Upgrade marked to 0.6.0Stéphane Este-Gracias2019-01-20
| |/
* | add cmd/ctrl + arrow key shortcuts to first/last slidesHakim El Hattab2018-11-13
* | Merge pull request #2090 from bnjmnt4n/math•••Allow users to customise MathJax options.Hakim El Hattab2018-10-08
|\ \
| * | Allow users to customise MathJax options.•••Ref. #1856, #2006, #2045. This is a more open approach to allow customisation of all MathJax options instead of select options only. Benjamin Tan2018-02-08
* | | Merge pull request #2251 from oyron/2229-speaker-notes-bug•••Give focus to previously opened speaker notes (fixes #2229)Hakim El Hattab2018-10-08
|\ \ \
| * | | Handle previously opened notes window, by giving focus.oyron2018-10-05
| | |/ | |/|
* | | remove classlist polyfill, cross browser support is good enough nowHakim El Hattab2018-10-04
* | | remove head.min.js in favor of simple built-in script loaderHakim El Hattab2018-10-04
* | | formatting and tweaks for #2104Hakim El Hattab2018-10-04
* | | resolve notes merge conflictHakim El Hattab2018-10-04
|\ \ \
| * | | documentationMartin Jurča2018-02-20
| * | | fixed showing speaker's view with timings/pacing while serving the presentati...Martin Jurča2018-02-20
| | |/ | |/|
* | | Fix typoFred Rolland2018-10-02
| |/ |/|
* | Fixed notes timer when speaker notes window opened via RevealNotes.open()Greg Denehy2018-05-05
* | speaker view has visible connection status, times out with error after 5sHakim El Hattab2018-04-24
|/
* Cleanup code style.Benjamin Tan2018-02-08
* prevent cmd+r in notes window since reloading breaks the view #1958Hakim El Hattab2017-12-04
* Merge pull request #1958 from ThomasWeinert/feature/block_f5_in_notes•••Block F5 in speaker notes window, avoid disconnectsHakim El Hattab2017-12-04
|\
| * Block F5 in speaker notes window, avoid disconnectsThomas Weinert2017-08-12
* | Merge pull request #2045 from jgm/issue2026•••Allow tex2jax options to be passed into math plugin.Hakim El Hattab2017-12-01
|\ \
| * | Allow tex2jax options to be passed into math plugin.•••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. }); John MacFarlane2017-11-29
* | | Merge branch 'plugin-key-bindings' of https://github.com/denehyg/reveal.js in...Hakim El Hattab2017-11-29
|\ \ \ | |/ / |/| |
| * | Fixed notes.js to account for upstream updatesGreg Denehy2017-04-30
| * | Merge branch 'dev' into plugin-key-bindingsGreg Denehy2017-04-30
| |\ \
| * | | Changed custom key binding config properties to use 'keyCode' instead of 'code'Greg Denehy2017-04-30
| * | | Added programatic support for custom key bindings with optional descriptions ...Greg Denehy2017-04-30
* | | | add inline and external markdown images to example #2039Hakim El Hattab2017-11-23
* | | | lab.hakim.se/reveal-js -> revealjs.comHakim El Hattab2017-11-22
* | | | Register search key shortcut for help overlayJens Lechtenbörger2017-11-05
| |_|/ |/| |
* | | localstorage feature test in notes plugin, fixes speaker view error in safariHakim El Hattab2017-07-13
* | | zoom.js works on main wrapper elementHakim El Hattab2017-06-19
* | | zoom.js uses ctrl+click for linux, alt+click for others #1909Hakim El Hattab2017-06-19
* | | simplify point zoom, switch back to alt + click shortcut for os x support #1909Hakim El Hattab2017-06-19