aboutsummaryrefslogtreecommitdiff
path: root/plugin
Commit message (Collapse)AuthorAge
* 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.
* don't show negative signs inside minutes/seconds elementsAdam Spiers2017-04-20
|
* round decreasing timers to mirror increasing timersAdam Spiers2017-04-20
|
* avoid deleting existing classes when muting time elementsAdam Spiers2017-04-20
| | | | and make muting work for negative values
* don't mute minutes when hours is unmutedAdam Spiers2017-04-20
|
* use opacity for muted clock elementsAdam Spiers2017-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() functionAdam Spiers2017-04-20
| | | | | This will allow us to reuse the display code for displaying an additional pacing timer.
* Allow popup window access to Reveal APIAdam Spiers2017-04-20
|
* Merge pull request #1843 from riezebosch/pdf-print-callbackHakim El Hattab2017-04-07
|\ | | | | print-pdf using callback iso timer
| * print-pdf using callback iso timerManuel Riezebosch2017-03-14
| | | | | | | | | | Use window.callPhantom icw page. onCallback to wait for pdf-ready event. From: http://stackoverflow.com/a/28925479/129269
* | replace cdn.mathjax.org with cdnjsChristian Lawson-Perfect2017-04-05
|/ | | | | | | cdn.mathjax.org is shutting down: https://www.mathjax.org/cdn-shutting-down/ This changes the default MathJax URL in the math plugin, as well as references in README.md and test/examples/math.html
* phantom export throws error if reveal.js isn't presentHakim El Hattab2017-02-15
|
* Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab2017-02-15
|\
| * new phantom pdf export script that works with 3.4.0 #1815Hakim El Hattab2017-02-15
| |
* | improved fragment notes support #1636Hakim El Hattab2017-01-31
| |
* | Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab2017-01-31
|\|
| * Merge pull request #1636 from traff/masterHakim El Hattab2017-01-31
| |\ | | | | | | For a fragment: allow to show a separate note defined in it
| | * For a fragment: allow to show a separate note defined in itDmitry Trofimov2016-07-04
| | | | | | | | | | | | When a slide has several fragments it could be convenient to define a note for each of them. In this case we need to show only this specific note defined in a fragment and not others. General note of a slide shouldn't be also shown, as a more specific one should have greater relevance in this case.
* | | fix markdown typo, update comment #1780Hakim El Hattab2017-01-31
| | |
* | | Merge branch 'patch-2' of https://github.com/ccqgithub/reveal.js into devHakim El Hattab2017-01-31
|\ \ \ | |/ / |/| |
| * | support complex markdownSeason Chen2016-12-23
| |/ | | | | support <textarea data-template> `some code` </textarea>
* | Enable passing options for parsing Markdown.Benjamin Tan2016-12-08
| | | | | | | | Closes #1163, #1495.
* | Merge pull request #1756 from jmpp/better-data-trimHakim El Hattab2016-12-01
|\ \ | | | | | | Implementing a better data-trim
| * | Better version of data-trim on code snippetsJ.M. Cléry2016-11-22
| |/
* | speaker layouts in server side notes pluginHakim El Hattab2016-09-21
| |
* | layout selector for speaker view; includes four optionsHakim El Hattab2016-09-21
| |
* | Merge branch 'bug/markdownSetOptions' of https://github.com/snowyu/reveal.js ↵Hakim El Hattab2016-06-22
|\ \ | | | | | | | | | into dev
| * | * [bug] the markdown plugin can not render highlight codes for ↵Riceball LEE2015-11-11
| | | | | | | | | | | | marked.setOptions(highlight)
| * | * update marked.js version to 0.3.5Riceball LEE2015-11-10
| | |
* | | Merge branch 'Timothep-master' into devHakim El Hattab2016-06-10
|\ \ \
| * | | Horizontal 2-1 View for the speaker notes instead of a vertical 1-2Timothep2016-06-10
| | |/ | |/|
* | | tweak formatting to match rest of slideHakim El Hattab2016-04-29
| | |