Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-20 | Allow popup window access to Reveal API | Adam Spiers | |
2017-01-31 | improved fragment notes support #1636 | Hakim El Hattab | |
2016-07-04 | For a fragment: allow to show a separate note defined in it | Dmitry 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-08 | 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 | include speaker view keyboard shortcut when applicable #1466 | Hakim El Hattab | |
2015-10-09 | Fixed #1379 - config keyboard now disables 's' key | rohithpr | |
2015-09-25 | notes defined in data-notes attributes retain preformatted whitespace | Hakim El Hattab | |
2015-04-02 | support query parameters within notes plugin | FND | |
2015-03-05 | Add support for custom notes.html file | Daniel 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-27 | dont open notes when S is pressed inside of notes window #991 | Hakim El Hattab | |
2014-04-22 | dont toggle paused/overview modes needlessly when setting state | Hakim El Hattab | |
2014-04-19 | notes plugin now operates entirely through window.postMessage, adding ↵ | Hakim El Hattab | |
support for file protocol | |||
2014-02-17 | server side notes plugin now supports input via data-notes attribute | Hakim El Hattab | |
2013-07-26 | simplify client side notes plugin | Hakim El Hattab | |
2013-02-06 | merge in notes improvement | hakimel | |
2013-02-06 | find correct path to open html file from the notes.js path | Damjan Georgievski | |
2012-10-25 | merge in support for stepped fragments in notes window | Hakim El Hattab | |
2012-10-24 | Delete functionality to control presentation from notes window | Michael Kühnel | |
Its was impossible (at least for me) to keep the windows in sync without bloating the code too much. | |||
2012-10-24 | Delete console output. | Michael Kühnel | |
2012-10-24 | Make the fragments visible in speaker notes | Michael Kühnel | |
2012-10-20 | clean up trailing whitespace (closes #197) | Hakim El Hattab | |
2012-10-20 | new postMessage-based notes plugin, moved node-based notes to notes-server ↵ | Hakim El Hattab | |
(#190) |