| Commit message (Expand) | Author | Age |
* | support for plugins where the init method doesn't return a Promise | Hakim El Hattab | 2019-03-14 |
* | more forgiving code highlight line number format, add Promise polyfill | Hakim El Hattab | 2019-03-14 |
* | notes plugin: callRevealApi wants apply, not call | Dougal J. Sutherland | 2019-03-11 |
* | highlight, math, notes and zoom plugins now register via Reveal.registerPlugin | Hakim El Hattab | 2019-03-04 |
* | reveal.js plugin flow now uses promises, refactor markdown plugin to use prom... | Hakim El Hattab | 2019-03-04 |
* | Merge pull request #2251 from oyron/2229-speaker-notes-bug•••Give focus to previously opened speaker notes (fixes #2229) | Hakim El Hattab | 2018-10-08 |
|\ |
|
| * | Handle previously opened notes window, by giving focus. | oyron | 2018-10-05 |
* | | formatting and tweaks for #2104 | Hakim El Hattab | 2018-10-04 |
* | | resolve notes merge conflict | Hakim El Hattab | 2018-10-04 |
|\ \
| |/
|/| |
|
| * | documentation | Martin Jurča | 2018-02-20 |
| * | fixed showing speaker's view with timings/pacing while serving the presentati... | Martin Jurča | 2018-02-20 |
* | | Fixed notes timer when speaker notes window opened via RevealNotes.open() | Greg Denehy | 2018-05-05 |
* | | speaker view has visible connection status, times out with error after 5s | Hakim El Hattab | 2018-04-24 |
|/ |
|
* | prevent cmd+r in notes window since reloading breaks the view #1958 | Hakim El Hattab | 2017-12-04 |
* | Merge pull request #1958 from ThomasWeinert/feature/block_f5_in_notes•••Block F5 in speaker notes window, avoid disconnects | Hakim El Hattab | 2017-12-04 |
|\ |
|
| * | Block F5 in speaker notes window, avoid disconnects | Thomas Weinert | 2017-08-12 |
* | | Merge branch 'plugin-key-bindings' of https://github.com/denehyg/reveal.js in... | Hakim El Hattab | 2017-11-29 |
|\ \
| |/
|/| |
|
| * | Fixed notes.js to account for upstream updates | Greg Denehy | 2017-04-30 |
| * | Merge branch 'dev' into plugin-key-bindings | Greg Denehy | 2017-04-30 |
| |\ |
|
| * | | Changed custom key binding config properties to use 'keyCode' instead of 'code' | Greg Denehy | 2017-04-30 |
| * | | Added programatic support for custom key bindings with optional descriptions ... | Greg Denehy | 2017-04-30 |
* | | | localstorage feature test in notes plugin, fixes speaker view error in safari | Hakim El Hattab | 2017-07-13 |
| |/
|/| |
|
* | | 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 |
* | | improved fragment notes support #1636 | 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 |
* | | | 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 |
* | | | Horizontal 2-1 View for the speaker notes instead of a vertical 1-2 | Timothep | 2016-06-10 |
|/ / |
|
* | | 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 |
* | | Fix query parameter issue in notes plugin.•••Closes #1392. | Benjamin Tan | 2016-03-06 |
* | | code format | Hakim El Hattab | 2016-01-08 |
* | | Merge branch 'patch-1' of https://github.com/danieltdt/reveal.js into dev | Hakim El Hattab | 2016-01-08 |
|\ \ |
|
| * | | Add support for custom notes.html file•••It would be nice if we could define a custom notes.html file.
Actually, I'm used to compile my js files before releasing my app and, using selectors like `script[src$="notes.js"]`, doesn't work :(
So, what do you think about it?
| Daniel Teixeira | 2015-03-05 |
* | | | include speaker view keyboard shortcut when applicable #1466 | Hakim El Hattab | 2016-01-08 |
| |/
|/| |
|
* | | Fixed #1379 - config keyboard now disables 's' key | rohithpr | 2015-10-09 |
* | | notes defined in data-notes attributes retain preformatted whitespace | Hakim El Hattab | 2015-09-25 |
* | | support query parameters within notes plugin | FND | 2015-04-02 |
|/ |
|
* | better handling of overflowing speaker notes #1017 | Hakim El Hattab | 2014-10-16 |
* | prevent auto-sliding in notes frames #1004 | Hakim El Hattab | 2014-09-28 |
* | dont open notes when S is pressed inside of notes window #991 | Hakim El Hattab | 2014-09-27 |