Commit Graph

40 Commits

Author SHA1 Message Date
FND
4052389c58 support query parameters within notes plugin 2015-04-02 07:06:03 +02:00
cef19486b8 better handling of overflowing speaker notes #1017 2014-10-16 13:09:54 +02:00
f28b380fac prevent auto-sliding in notes frames #1004 2014-09-28 17:13:49 +02:00
0aad39f755 dont open notes when S is pressed inside of notes window #991 2014-09-27 16:19:39 +02:00
fa6187072e clicking on notes timer now resets it #779 2014-05-04 08:13:09 +02:00
1e5ca748a4 enable reveal.js keyboard shortcuts anywhere in notes window 2014-04-26 11:36:03 +02:00
37ebe0732c skip transitions in notes window for better main window performance 2014-04-22 15:05:06 +02:00
f396b9b871 limit how often the notes window updates presentation states 2014-04-22 14:50:50 +02:00
c02d185cfd notes code format tweaks 2014-04-22 14:14:21 +02:00
ce05138f9a dont toggle paused/overview modes needlessly when setting state 2014-04-22 14:06:58 +02:00
3795ef1599 update style of notes plugin to match Slides 2014-04-20 10:26:00 +02:00
5b18c1f308 notes plugin now operates entirely through window.postMessage, adding support for file protocol 2014-04-19 10:54:26 +02:00
a22d00ab25 server side notes plugin now supports input via data-notes attribute 2014-02-17 20:16:21 +01:00
c7077cf798 configure notes presentation through query string to avoid flicker 2013-10-22 09:21:49 -04:00
45ad161930 prevent unintended slide change event
This prevents the upcoming slide on the notes page from triggering
slidechanged events.  I believe this fixes issue 578, as well.
2013-09-14 23:54:32 -05:00
a0f0371fb1 configure notes window presentations to hide needless UI 2013-08-29 09:28:38 -04:00
53f1f110c8 ensure notes window fragment states are mirrored in main window #538 2013-07-26 10:03:59 -04:00
03385d7245 simplify client side notes plugin 2013-07-26 09:48:21 -04:00
f5a379b8a1 merge notes timer rounding fix 2013-06-09 16:51:35 +02:00
28d370f2af Use Math.floor instead of parseInt to avoid problems with very small numbers like 2e-10 2013-06-02 11:02:53 +02:00
db4eb20bc3 merge notes float fix and support for multiple fragments with same index 2013-05-05 18:44:10 -04:00
1219564e05 Added clear:left to notes DIV
Resolves an issue where the first label (e.g., first bullet or first
number) of a list would wrap to the right side of the window and be
hidden under the clock element.
2013-05-02 12:02:46 +12:00
381da383d9 Replace the ShowDown Markdown engine with marked 2013-05-01 23:10:31 +03:00
d7b92c9c65 update main window when current slide changes in notes (closes #343) 2013-02-27 16:55:42 -05:00
380264afc8 merge in notes improvement 2013-02-06 19:15:30 -05:00
fd7d09f697 find correct path to open html file from the notes.js path 2013-02-06 12:27:49 +01:00
784fa9d2e3 merge in timer in notes window, timer now stays hidden until initial time is set 2013-01-26 13:32:07 -05:00
ab3f4e5ba3 Add clock and elapsed time to notes view 2013-01-26 11:49:19 -05:00
a7625a71d3 show error when notes run on non-http, fix load order to make sure upcoming slide is correct when notes open (#278) 2013-01-23 11:04:10 -05:00
0d66c91e8e remove debug code 2013-01-21 13:06:22 -05:00
63a53e9dd1 notes window now displays correct slides when origin is different than index.html (closes #278) 2013-01-21 13:05:09 -05:00
3b073eee65 fix incorrect navigation in notes window (closes #241) 2012-11-16 09:08:32 -05:00
6a691a0999 remove console.log 2012-10-28 18:57:27 -04:00
605f7140e3 updated markdown references in notes plugin 2012-10-28 18:49:01 -04:00
5d1bac5790 merge in support for stepped fragments in notes window 2012-10-25 09:36:25 -04:00
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
13e7550afe Delete console output. 2012-10-24 14:53:50 +02:00
296242f8d3 Make the fragments visible in speaker notes 2012-10-24 14:33:16 +02:00
8bdeb360ce clean up trailing whitespace (closes #197) 2012-10-20 21:05:14 -04:00
c6f8a44edf new postMessage-based notes plugin, moved node-based notes to notes-server (#190) 2012-10-20 20:40:52 -04:00