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