Hakim El Hattab
0c3d89bfce
minor tweak for #1564
2017-04-21 09:35:51 +02:00
Adam Spiers
715cf0ba11
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.
2017-04-20 16:11:10 +01:00
Adam Spiers
9c7fda43e9
don't show negative signs inside minutes/seconds elements
2017-04-20 15:18:15 +01:00
Adam Spiers
933eba8789
round decreasing timers to mirror increasing timers
2017-04-20 15:18:15 +01:00
Adam Spiers
1eada3b360
avoid deleting existing classes when muting time elements
...
and make muting work for negative values
2017-04-20 15:18:15 +01:00
Adam Spiers
b1b4ee270b
don't mute minutes when hours is unmuted
2017-04-20 15:18:15 +01:00
Adam Spiers
89b0c5a8d0
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.
2017-04-20 15:18:15 +01:00
Adam Spiers
a161acaba9
extract time display code into new _displayTime() function
...
This will allow us to reuse the display code for displaying
an additional pacing timer.
2017-04-20 15:18:15 +01:00
Adam Spiers
eb23e58114
Allow popup window access to Reveal API
2017-04-20 15:18:15 +01:00
Hakim El Hattab
f496613dd3
improved fragment notes support #1636
2017-01-31 17:08:08 +01:00
Hakim El Hattab
1413cbc1a9
Merge pull request #1636 from traff/master
...
For a fragment: allow to show a separate note defined in it
2017-01-31 16:47:29 +01:00
Hakim El Hattab
ec76f4790c
speaker layouts in server side notes plugin
2016-09-21 14:10:45 +02:00
Hakim El Hattab
da5709919b
layout selector for speaker view; includes four options
2016-09-21 13:54:42 +02:00
Dmitry Trofimov
86a3f0276b
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.
2016-07-04 16:57:01 +02:00
Timothep
ad86772f20
Horizontal 2-1 View for the speaker notes instead of a vertical 1-2
2016-06-10 10:12:54 +02:00
Hakim El Hattab
8e3a7f03d1
notes plugin no longer syncs overview mode #1446
2016-03-09 09:57:58 +01:00
Hakim El Hattab
922677ac66
fix notes regex #1522 #1392
2016-03-09 09:37:19 +01:00
Benjamin Tan
6d0b52026a
Fix query parameter issue in notes plugin.
...
Closes #1392 .
2016-03-06 18:28:08 +08:00
Hakim El Hattab
19a69b2c89
code format
2016-01-08 14:33:34 +01:00
Hakim El Hattab
3df2129bd6
Merge branch 'patch-1' of https://github.com/danieltdt/reveal.js into dev
2016-01-08 14:32:03 +01:00
Hakim El Hattab
06cdd9b7cd
include speaker view keyboard shortcut when applicable #1466
2016-01-08 13:49:06 +01:00
rohithpr
dd8f95d9a9
Fixed #1379 - config keyboard now disables 's' key
2015-10-09 00:14:02 +05:30
Hakim El Hattab
9bcd1484bc
notes defined in data-notes attributes retain preformatted whitespace
2015-09-25 09:41:05 +02:00
FND
4052389c58
support query parameters within notes plugin
2015-04-02 07:06:03 +02:00
Daniel Teixeira
f79210c6c1
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?
2015-03-05 18:54:34 -03:00
Hakim El Hattab
cef19486b8
better handling of overflowing speaker notes #1017
2014-10-16 13:09:54 +02:00
Hakim El Hattab
f28b380fac
prevent auto-sliding in notes frames #1004
2014-09-28 17:13:49 +02:00
Hakim El Hattab
0aad39f755
dont open notes when S is pressed inside of notes window #991
2014-09-27 16:19:39 +02:00
Hakim El Hattab
fa6187072e
clicking on notes timer now resets it #779
2014-05-04 08:13:09 +02:00
Hakim El Hattab
1e5ca748a4
enable reveal.js keyboard shortcuts anywhere in notes window
2014-04-26 11:36:03 +02:00
Hakim El Hattab
37ebe0732c
skip transitions in notes window for better main window performance
2014-04-22 15:05:06 +02:00
Hakim El Hattab
f396b9b871
limit how often the notes window updates presentation states
2014-04-22 14:50:50 +02:00
Hakim El Hattab
c02d185cfd
notes code format tweaks
2014-04-22 14:14:21 +02:00
Hakim El Hattab
ce05138f9a
dont toggle paused/overview modes needlessly when setting state
2014-04-22 14:06:58 +02:00
Hakim El Hattab
3795ef1599
update style of notes plugin to match Slides
2014-04-20 10:26:00 +02:00
Hakim El Hattab
5b18c1f308
notes plugin now operates entirely through window.postMessage, adding support for file protocol
2014-04-19 10:54:26 +02:00
Hakim El Hattab
a22d00ab25
server side notes plugin now supports input via data-notes attribute
2014-02-17 20:16:21 +01:00
Hakim El Hattab
c7077cf798
configure notes presentation through query string to avoid flicker
2013-10-22 09:21:49 -04:00
Donald R. Huettl
45ad161930
prevent unintended slide change event
...
This prevents the upcoming slide on the notes page from triggering
slidechanged events. I believe this fixes issue 578, as well.
2013-09-14 23:54:32 -05:00
Hakim El Hattab
a0f0371fb1
configure notes window presentations to hide needless UI
2013-08-29 09:28:38 -04:00
Hakim El Hattab
53f1f110c8
ensure notes window fragment states are mirrored in main window #538
2013-07-26 10:03:59 -04:00
Hakim El Hattab
03385d7245
simplify client side notes plugin
2013-07-26 09:48:21 -04:00
Hakim El Hattab
f5a379b8a1
merge notes timer rounding fix
2013-06-09 16:51:35 +02:00
Thomas Rosenau
28d370f2af
Use Math.floor instead of parseInt to avoid problems with very small numbers like 2e-10
2013-06-02 11:02:53 +02:00
Hakim El Hattab
db4eb20bc3
merge notes float fix and support for multiple fragments with same index
2013-05-05 18:44:10 -04:00
Nigel Stanger
1219564e05
Added clear:left to notes DIV
...
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.
2013-05-02 12:02:46 +12:00
Amit Kotlovski
381da383d9
Replace the ShowDown Markdown engine with marked
2013-05-01 23:10:31 +03:00
Hakim El Hattab
d7b92c9c65
update main window when current slide changes in notes ( closes #343 )
2013-02-27 16:55:42 -05:00
hakimel
380264afc8
merge in notes improvement
2013-02-06 19:15:30 -05:00
Damjan Georgievski
fd7d09f697
find correct path to open html file from the notes.js path
2013-02-06 12:27:49 +01:00