Hakim El Hattab
f28b380fac
prevent auto-sliding in notes frames #1004
8 years ago
Hakim El Hattab
0aad39f755
dont open notes when S is pressed inside of notes window #991
8 years ago
Hakim El Hattab
fa6187072e
clicking on notes timer now resets it #779
9 years ago
Hakim El Hattab
1e5ca748a4
enable reveal.js keyboard shortcuts anywhere in notes window
9 years ago
Hakim El Hattab
37ebe0732c
skip transitions in notes window for better main window performance
9 years ago
Hakim El Hattab
f396b9b871
limit how often the notes window updates presentation states
9 years ago
Hakim El Hattab
c02d185cfd
notes code format tweaks
9 years ago
Hakim El Hattab
ce05138f9a
dont toggle paused/overview modes needlessly when setting state
9 years ago
Hakim El Hattab
3795ef1599
update style of notes plugin to match Slides
9 years ago
Hakim El Hattab
5b18c1f308
notes plugin now operates entirely through window.postMessage, adding support for file protocol
9 years ago
Hakim El Hattab
a22d00ab25
server side notes plugin now supports input via data-notes attribute
9 years ago
Hakim El Hattab
c7077cf798
configure notes presentation through query string to avoid flicker
9 years ago
Donald R. Huettl
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.
10 years ago
Hakim El Hattab
a0f0371fb1
configure notes window presentations to hide needless UI
10 years ago
Hakim El Hattab
53f1f110c8
ensure notes window fragment states are mirrored in main window #538
10 years ago
Hakim El Hattab
03385d7245
simplify client side notes plugin
10 years ago
Hakim El Hattab
f5a379b8a1
merge notes timer rounding fix
10 years ago
Thomas Rosenau
28d370f2af
Use Math.floor instead of parseInt to avoid problems with very small numbers like 2e-10
10 years ago
Hakim El Hattab
db4eb20bc3
merge notes float fix and support for multiple fragments with same index
10 years ago
Nigel Stanger
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.
10 years ago
Amit Kotlovski
381da383d9
Replace the ShowDown Markdown engine with marked
10 years ago
Hakim El Hattab
d7b92c9c65
update main window when current slide changes in notes ( closes #343 )
10 years ago
hakimel
380264afc8
merge in notes improvement
10 years ago
Damjan Georgievski
fd7d09f697
find correct path to open html file from the notes.js path
10 years ago
Hakim El Hattab
784fa9d2e3
merge in timer in notes window, timer now stays hidden until initial time is set
10 years ago
Charlie DeTar
ab3f4e5ba3
Add clock and elapsed time to notes view
10 years ago
hakimel
a7625a71d3
show error when notes run on non-http, fix load order to make sure upcoming slide is correct when notes open ( #278 )
10 years ago
hakimel
0d66c91e8e
remove debug code
10 years ago
hakimel
63a53e9dd1
notes window now displays correct slides when origin is different than index.html ( closes #278 )
10 years ago
Hakim El Hattab
3b073eee65
fix incorrect navigation in notes window ( closes #241 )
10 years ago
Hakim El Hattab
6a691a0999
remove console.log
10 years ago
Hakim El Hattab
605f7140e3
updated markdown references in notes plugin
10 years ago
Hakim El Hattab
5d1bac5790
merge in support for stepped fragments in notes window
10 years ago
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.
10 years ago
Michael Kühnel
13e7550afe
Delete console output.
10 years ago
Michael Kühnel
296242f8d3
Make the fragments visible in speaker notes
10 years ago
Hakim El Hattab
8bdeb360ce
clean up trailing whitespace ( closes #197 )
10 years ago
Hakim El Hattab
c6f8a44edf
new postMessage-based notes plugin, moved node-based notes to notes-server ( #190 )
10 years ago