aboutsummaryrefslogtreecommitdiff
path: root/plugin
Commit message (Collapse)AuthorAge
* 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
| | |
* | | clear existing matches when searching for empty string #1909Hakim El Hattab2017-06-19
| | |
* | | Merge branch 'master' of https://github.com/linux-man/reveal.js into devHakim El Hattab2017-06-19
|\ \ \
| * | | Remove commentlinux-man2017-05-21
| | | |
| * | | Modified Zoomlinux-man2017-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 Searchlinux-man2017-05-21
| | |/ | |/| | | | | | | | | | | | | Open/close with Control+Shift+f Find words inside SPAN Don't duplicate findings
* | | change event listener syntax #1917Hakim El Hattab2017-06-12
| | |
* | | Merge branch 'issue1896' of https://github.com/OleMussmann/reveal.js into devHakim El Hattab2017-06-12
|\ \ \
| * | | patch to allow multiplexing on URL loadOle Mussmann2017-06-06
| |/ /
* | | alias 'notes:' alias for md speaker note separator #1913Hakim El Hattab2017-06-07
| | |
* | | highlight.js 9.0.0 -> 9.11.0Hakim El Hattab2017-05-22
|/ /
* | minor tweak for #1564Hakim El Hattab2017-04-21
| |
* | optionally display pacing advice based on slide timingsAdam Spiers2017-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.