aboutsummaryrefslogtreecommitdiff
path: root/plugin/notes/notes.js
Commit message (Collapse)AuthorAge
* Allow popup window access to Reveal APIAdam Spiers2017-04-20
|
* improved fragment notes support #1636Hakim El Hattab2017-01-31
|
* For a fragment: allow to show a separate note defined in itDmitry Trofimov2016-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.
* code formatHakim El Hattab2016-01-08
|
* Merge branch 'patch-1' of https://github.com/danieltdt/reveal.js into devHakim El Hattab2016-01-08
|\
| * Add support for custom notes.html fileDaniel Teixeira2015-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 #1466Hakim El Hattab2016-01-08
| |
* | Fixed #1379 - config keyboard now disables 's' keyrohithpr2015-10-09
| |
* | notes defined in data-notes attributes retain preformatted whitespaceHakim El Hattab2015-09-25
| |
* | support query parameters within notes pluginFND2015-04-02
|/
* dont open notes when S is pressed inside of notes window #991Hakim El Hattab2014-09-27
|
* dont toggle paused/overview modes needlessly when setting stateHakim El Hattab2014-04-22
|
* notes plugin now operates entirely through window.postMessage, adding ↵Hakim El Hattab2014-04-19
| | | | support for file protocol
* server side notes plugin now supports input via data-notes attributeHakim El Hattab2014-02-17
|
* simplify client side notes pluginHakim El Hattab2013-07-26
|
* merge in notes improvementhakimel2013-02-06
|
* find correct path to open html file from the notes.js pathDamjan Georgievski2013-02-06
|
* merge in support for stepped fragments in notes windowHakim El Hattab2012-10-25
|\
| * Delete functionality to control presentation from notes windowMichael Kühnel2012-10-24
| | | | | | | | Its was impossible (at least for me) to keep the windows in sync without bloating the code too much.
| * Delete console output.Michael Kühnel2012-10-24
| |
| * Make the fragments visible in speaker notesMichael Kühnel2012-10-24
|/
* clean up trailing whitespace (closes #197)Hakim El Hattab2012-10-20
|
* new postMessage-based notes plugin, moved node-based notes to notes-server ↵Hakim El Hattab2012-10-20
(#190)