summaryrefslogtreecommitdiffhomepage
path: root/plugin/notes/notes.js
AgeCommit message (Collapse)Author
2019-03-14support for plugins where the init method doesn't return a PromiseHakim El Hattab
2019-03-14more forgiving code highlight line number format, add Promise polyfillHakim El Hattab
2019-03-11notes plugin: callRevealApi wants apply, not callDougal J. Sutherland
2019-03-04highlight, math, notes and zoom plugins now register via Reveal.registerPluginHakim El Hattab
2019-03-04reveal.js plugin flow now uses promises, refactor markdown plugin to use ↵Hakim El Hattab
promises
2018-10-08Merge pull request #2251 from oyron/2229-speaker-notes-bugHakim El Hattab
Give focus to previously opened speaker notes (fixes #2229)
2018-10-05Handle previously opened notes window, by giving focus.oyron
2018-10-04formatting and tweaks for #2104Hakim El Hattab
2018-10-04resolve notes merge conflictHakim El Hattab
2018-05-05Fixed notes timer when speaker notes window opened via RevealNotes.open()Greg Denehy
2018-04-24speaker view has visible connection status, times out with error after 5sHakim El Hattab
2018-02-20documentationMartin Jurča
2018-02-20fixed showing speaker's view with timings/pacing while serving the ↵Martin Jurča
presentation from the file system
2017-04-30Fixed notes.js to account for upstream updatesGreg Denehy
2017-04-30Merge branch 'dev' into plugin-key-bindingsGreg Denehy
2017-04-30Changed custom key binding config properties to use 'keyCode' instead of 'code'Greg Denehy
2017-04-30Added programatic support for custom key bindings with optional descriptions ↵Greg Denehy
to be added to the help screen
2017-04-20Allow popup window access to Reveal APIAdam Spiers
2017-01-31improved fragment notes support #1636Hakim El Hattab
2016-07-04For a fragment: allow to show a separate note defined in itDmitry Trofimov
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-01-08code formatHakim El Hattab
2016-01-08Merge branch 'patch-1' of https://github.com/danieltdt/reveal.js into devHakim El Hattab
2016-01-08include speaker view keyboard shortcut when applicable #1466Hakim El Hattab
2015-10-09Fixed #1379 - config keyboard now disables 's' keyrohithpr
2015-09-25notes defined in data-notes attributes retain preformatted whitespaceHakim El Hattab
2015-04-02support query parameters within notes pluginFND
2015-03-05Add support for custom notes.html fileDaniel Teixeira
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?
2014-09-27dont open notes when S is pressed inside of notes window #991Hakim El Hattab
2014-04-22dont toggle paused/overview modes needlessly when setting stateHakim El Hattab
2014-04-19notes plugin now operates entirely through window.postMessage, adding ↵Hakim El Hattab
support for file protocol
2014-02-17server side notes plugin now supports input via data-notes attributeHakim El Hattab
2013-07-26simplify client side notes pluginHakim El Hattab
2013-02-06merge in notes improvementhakimel
2013-02-06find correct path to open html file from the notes.js pathDamjan Georgievski
2012-10-25merge in support for stepped fragments in notes windowHakim El Hattab
2012-10-24Delete functionality to control presentation from notes windowMichael Kühnel
Its was impossible (at least for me) to keep the windows in sync without bloating the code too much.
2012-10-24Delete console output.Michael Kühnel
2012-10-24Make the fragments visible in speaker notesMichael Kühnel
2012-10-20clean up trailing whitespace (closes #197)Hakim El Hattab
2012-10-20new postMessage-based notes plugin, moved node-based notes to notes-server ↵Hakim El Hattab
(#190)