| Commit message (Expand) | Author | Age |
... | |
* | | | clear existing matches when searching for empty string #1909 | Hakim El Hattab | 2017-06-19 |
* | | | Merge branch 'master' of https://github.com/linux-man/reveal.js into dev | Hakim El Hattab | 2017-06-19 |
|\ \ \ |
|
| * | | | Remove comment | linux-man | 2017-05-21 |
| * | | | Modified Zoom•••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
| linux-man | 2017-05-21 |
| * | | | Better Search•••Open/close with Control+Shift+f
Find words inside SPAN
Don't duplicate findings
| linux-man | 2017-05-21 |
| | |/
| |/| |
|
* | | | change event listener syntax #1917 | Hakim El Hattab | 2017-06-12 |
* | | | Merge branch 'issue1896' of https://github.com/OleMussmann/reveal.js into dev | Hakim El Hattab | 2017-06-12 |
|\ \ \ |
|
| * | | | patch to allow multiplexing on URL load | Ole Mussmann | 2017-06-06 |
| |/ / |
|
* | | | alias 'notes:' alias for md speaker note separator #1913 | Hakim El Hattab | 2017-06-07 |
* | | | highlight.js 9.0.0 -> 9.11.0 | Hakim El Hattab | 2017-05-22 |
|/ / |
|
* | | minor tweak for #1564 | Hakim El Hattab | 2017-04-21 |
* | | optionally display pacing advice based on slide timings•••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.
| Adam Spiers | 2017-04-20 |
* | | don't show negative signs inside minutes/seconds elements | Adam Spiers | 2017-04-20 |
* | | round decreasing timers to mirror increasing timers | Adam Spiers | 2017-04-20 |
* | | avoid deleting existing classes when muting time elements•••and make muting work for negative values
| Adam Spiers | 2017-04-20 |
* | | don't mute minutes when hours is unmuted | Adam Spiers | 2017-04-20 |
* | | use opacity for muted clock elements•••This allows us to use different colours for different timers,
which will be useful when we add a pacing timer.
| Adam Spiers | 2017-04-20 |
* | | extract time display code into new _displayTime() function•••This will allow us to reuse the display code for displaying
an additional pacing timer.
| Adam Spiers | 2017-04-20 |
* | | Allow popup window access to Reveal API | Adam Spiers | 2017-04-20 |
* | | Merge pull request #1843 from riezebosch/pdf-print-callback•••print-pdf using callback iso timer | Hakim El Hattab | 2017-04-07 |
|\ \ |
|
| * | | print-pdf using callback iso timer•••Use window.callPhantom icw page. onCallback to wait for pdf-ready event.
From: http://stackoverflow.com/a/28925479/129269
| Manuel Riezebosch | 2017-03-14 |
* | | | replace cdn.mathjax.org with cdnjs•••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
| Christian Lawson-Perfect | 2017-04-05 |
|/ / |
|
* | | phantom export throws error if reveal.js isn't present | Hakim El Hattab | 2017-02-15 |
* | | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | 2017-02-15 |
|\ \ |
|
| * | | new phantom pdf export script that works with 3.4.0 #1815 | Hakim El Hattab | 2017-02-15 |
* | | | improved fragment notes support #1636 | Hakim El Hattab | 2017-01-31 |
* | | | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | 2017-01-31 |
|\| | |
|
| * | | Merge pull request #1636 from traff/master•••For a fragment: allow to show a separate note defined in it | Hakim El Hattab | 2017-01-31 |
| |\ \ |
|
| | * | | For a fragment: allow to show a separate note defined in it•••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.
| Dmitry Trofimov | 2016-07-04 |
* | | | | fix markdown typo, update comment #1780 | Hakim El Hattab | 2017-01-31 |
* | | | | Merge branch 'patch-2' of https://github.com/ccqgithub/reveal.js into dev | Hakim El Hattab | 2017-01-31 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | support complex markdown•••support <textarea data-template> `some code` </textarea> | Season Chen | 2016-12-23 |
| |/ / |
|
* | | | Enable passing options for parsing Markdown.•••Closes #1163, #1495.
| Benjamin Tan | 2016-12-08 |
* | | | Merge pull request #1756 from jmpp/better-data-trim•••Implementing a better data-trim | Hakim El Hattab | 2016-12-01 |
|\ \ \ |
|
| * | | | Better version of data-trim on code snippets | J.M. Cléry | 2016-11-22 |
| |/ / |
|
* | | | speaker layouts in server side notes plugin | Hakim El Hattab | 2016-09-21 |
* | | | layout selector for speaker view; includes four options | Hakim El Hattab | 2016-09-21 |
* | | | Merge branch 'bug/markdownSetOptions' of https://github.com/snowyu/reveal.js ... | Hakim El Hattab | 2016-06-22 |
|\ \ \ |
|
| * | | | * [bug] the markdown plugin can not render highlight codes for marked.setOpti... | Riceball LEE | 2015-11-11 |
| * | | | * update marked.js version to 0.3.5 | Riceball LEE | 2015-11-10 |
* | | | | Merge branch 'Timothep-master' into dev | Hakim El Hattab | 2016-06-10 |
|\ \ \ \ |
|
| * | | | | Horizontal 2-1 View for the speaker notes instead of a vertical 1-2 | Timothep | 2016-06-10 |
| | |/ /
| |/| | |
|
* | | | | tweak formatting to match rest of slide | Hakim El Hattab | 2016-04-29 |
* | | | | More natural zooming on block level elements•••Switching a `display: block` element to `display: inline-block` allows calculating the bounds based on the contents of the div rather than the entire container (which is often `width: 100%`).
This provides a much more natural zoom, especially for paragraphs and code examples.
| Jess Telford | 2016-04-26 |
|/ / / |
|
* | | | support for standalone multiplexing | Hakim El Hattab | 2016-04-07 |
* | | | server notes plugin no longer syncs overview mode #1446 | Hakim El Hattab | 2016-03-09 |
* | | | notes plugin no longer syncs overview mode #1446 | Hakim El Hattab | 2016-03-09 |
* | | | fix notes regex #1522 #1392 | Hakim El Hattab | 2016-03-09 |
* | | | Merge pull request #1522 from demoneaux/notes-fix•••Fix query parameter issue in notes plugin. | Hakim El Hattab | 2016-03-07 |
|\ \ \ |
|
| * | | | Fix query parameter issue in notes plugin.•••Closes #1392. | Benjamin Tan | 2016-03-06 |