aboutsummaryrefslogtreecommitdiff
path: root/plugin
Commit message (Collapse)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
| | | | lines
* 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 ↵Hakim El Hattab2019-03-04
| | | | promises
* 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_generationHakim El Hattab2019-02-18
|\ | | | | impove randomness
| * correct typoAlbert2019-02-11
| |
| * impove randomnessAlbert2019-01-30
| |
* | Merge pull request #2305 from reyerstudio/markedHakim El Hattab2019-01-31
|\ \ | | | | | | Upgrade marked to 0.6.0
| * | 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/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.
* | | Merge pull request #2251 from oyron/2229-speaker-notes-bugHakim El Hattab2018-10-08
|\ \ \ | | | | | | | | Give focus to previously opened speaker notes (fixes #2229)
| * | | 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 ↵Martin Jurča2018-02-20
| | |/ | |/| | | | | | | presentation from the file system
* | | 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_notesHakim El Hattab2017-12-04
|\ | | | | Block F5 in speaker notes window, avoid disconnects
| * Block F5 in speaker notes window, avoid disconnectsThomas Weinert2017-08-12
| |
* | Merge pull request #2045 from jgm/issue2026Hakim El Hattab2017-12-01
|\ \ | | | | | | Allow tex2jax options to be passed into math plugin.
| * | Allow tex2jax options to be passed into math plugin.John MacFarlane2017-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 Hattab2017-11-29
|\ \ \ | |/ / |/| | | | | into dev
| * | 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
| | | | | | | | | | | | | | | | to be added to the help screen
* | | | 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
| | |