Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | minor tweak for #1564 | Hakim El Hattab | 2017-04-21 |
| | |||
* | optionally display pacing advice based on slide timings | Adam Spiers | 2017-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 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 | Adam Spiers | 2017-04-20 |
| | | | | and make muting work for negative values | ||
* | don't mute minutes when hours is unmuted | Adam Spiers | 2017-04-20 |
| | |||
* | use opacity for muted clock elements | Adam Spiers | 2017-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() function | Adam Spiers | 2017-04-20 |
| | | | | | This will allow us to reuse the display code for displaying an additional pacing timer. | ||
* | 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 | Hakim El Hattab | 2017-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 it | Dmitry Trofimov | 2016-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. | ||
* | | 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. | Benjamin Tan | 2016-03-06 |
| | | | Closes #1392. | ||
* | 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 | Daniel Teixeira | 2015-03-05 |
| | | | | | | | | | | | | | | | | 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? | ||
* | | 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 |
| | |||
* | clicking on notes timer now resets it #779 | Hakim El Hattab | 2014-05-04 |
| | |||
* | enable reveal.js keyboard shortcuts anywhere in notes window | Hakim El Hattab | 2014-04-26 |
| | |||
* | skip transitions in notes window for better main window performance | Hakim El Hattab | 2014-04-22 |
| | |||
* | limit how often the notes window updates presentation states | Hakim El Hattab | 2014-04-22 |
| | |||
* | notes code format tweaks | Hakim El Hattab | 2014-04-22 |
| | |||
* | dont toggle paused/overview modes needlessly when setting state | Hakim El Hattab | 2014-04-22 |
| | |||
* | update style of notes plugin to match Slides | Hakim El Hattab | 2014-04-20 |
| | |||
* | notes plugin now operates entirely through window.postMessage, adding ↵ | Hakim El Hattab | 2014-04-19 |
| | | | | support for file protocol | ||
* | server side notes plugin now supports input via data-notes attribute | Hakim El Hattab | 2014-02-17 |
| | |||
* | configure notes presentation through query string to avoid flicker | Hakim El Hattab | 2013-10-22 |
| | |||
* | prevent unintended slide change event | Donald R. Huettl | 2013-09-14 |
| | | | | | This prevents the upcoming slide on the notes page from triggering slidechanged events. I believe this fixes issue 578, as well. | ||
* | configure notes window presentations to hide needless UI | Hakim El Hattab | 2013-08-29 |
| | |||
* | ensure notes window fragment states are mirrored in main window #538 | Hakim El Hattab | 2013-07-26 |
| | |||
* | simplify client side notes plugin | Hakim El Hattab | 2013-07-26 |
| | |||
* | merge notes timer rounding fix | Hakim El Hattab | 2013-06-09 |
|\ | |||
| * | Use Math.floor instead of parseInt to avoid problems with very small numbers ↵ | Thomas Rosenau | 2013-06-02 |
| | | | | | | | | like 2e-10 | ||
* | | merge notes float fix and support for multiple fragments with same index | Hakim El Hattab | 2013-05-05 |
|\ \ | |/ |/| | |||
| * | Added clear:left to notes DIV | Nigel Stanger | 2013-05-02 |
| | | | | | | | | | | | | Resolves an issue where the first label (e.g., first bullet or first number) of a list would wrap to the right side of the window and be hidden under the clock element. | ||
* | | Replace the ShowDown Markdown engine with marked | Amit Kotlovski | 2013-05-01 |
|/ | |||
* | update main window when current slide changes in notes (closes #343) | Hakim El Hattab | 2013-02-27 |
| | |||
* | merge in notes improvement | hakimel | 2013-02-06 |
| | |||
* | find correct path to open html file from the notes.js path | Damjan Georgievski | 2013-02-06 |
| |