Hakim El Hattab
6410ed15aa
support for plugins where the init method doesn't return a Promise
2019-03-14 14:52:59 +01:00
Hakim El Hattab
5301a9ea03
more forgiving code highlight line number format, add Promise polyfill
2019-03-14 13:05:10 +01:00
Dougal J. Sutherland
00e30a11e2
notes plugin: callRevealApi wants apply, not call
2019-03-11 22:25:19 -04:00
Hakim El Hattab
c40e9819a2
highlight, math, notes and zoom plugins now register via Reveal.registerPlugin
2019-03-04 14:32:38 +01:00
Hakim El Hattab
d780352b7f
reveal.js plugin flow now uses promises, refactor markdown plugin to use promises
2019-03-04 14:11:21 +01:00
Hakim El Hattab
e7a365255f
Merge pull request #2251 from oyron/2229-speaker-notes-bug
...
Give focus to previously opened speaker notes (fixes #2229 )
2018-10-08 08:32:39 +02:00
oyron
f32cd8586d
Handle previously opened notes window, by giving focus.
2018-10-05 15:18:08 +02:00
Hakim El Hattab
d5cf3fa13c
formatting and tweaks for #2104
2018-10-04 13:26:22 +02:00
Hakim El Hattab
8582c9aac8
resolve notes merge conflict
2018-10-04 12:32:37 +02:00
Greg Denehy
ee63b2ac60
Fixed notes timer when speaker notes window opened via RevealNotes.open()
2018-05-05 17:38:37 +09:30
Hakim El Hattab
5771ae39f0
speaker view has visible connection status, times out with error after 5s
2018-04-24 14:23:28 +02:00
Martin Jurča
6a2c5b4de8
documentation
2018-02-20 10:30:56 +01:00
Martin Jurča
8468d82433
fixed showing speaker's view with timings/pacing while serving the presentation from the file system
2018-02-20 10:29:16 +01:00
Greg Denehy
e16508477a
Fixed notes.js to account for upstream updates
2017-04-30 17:51:38 +09:30
Greg Denehy
f8bc679182
Merge branch 'dev' into plugin-key-bindings
2017-04-30 17:42:16 +09:30
Greg Denehy
e48e1e19b9
Changed custom key binding config properties to use 'keyCode' instead of 'code'
2017-04-30 16:35:35 +09:30
Greg Denehy
7297474b2e
Added programatic support for custom key bindings with optional descriptions to be added to the help screen
2017-04-30 15:23:04 +09:30
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
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
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
0aad39f755
dont open notes when S is pressed inside of notes window #991
2014-09-27 16:19:39 +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
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
03385d7245
simplify client side notes plugin
2013-07-26 09:48:21 -04: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
Hakim El Hattab
5d1bac5790
merge in support for stepped fragments in notes window
2012-10-25 09:36:25 -04:00
Michael Kühnel
1801bf67ea
Delete functionality to control presentation from notes window
...
Its was impossible (at least for me) to keep the windows in sync without bloating the code too much.
2012-10-24 15:06:32 +02:00
Michael Kühnel
13e7550afe
Delete console output.
2012-10-24 14:53:50 +02:00
Michael Kühnel
296242f8d3
Make the fragments visible in speaker notes
2012-10-24 14:33:16 +02:00
Hakim El Hattab
8bdeb360ce
clean up trailing whitespace ( closes #197 )
2012-10-20 21:05:14 -04:00
Hakim El Hattab
c6f8a44edf
new postMessage-based notes plugin, moved node-based notes to notes-server ( #190 )
2012-10-20 20:40:52 -04:00