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