aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugin
AgeCommit message (Collapse)Author
2013-01-26merge in timer in notes window, timer now stays hidden until initial time is setHakim El Hattab
2013-01-26Add clock and elapsed time to notes viewCharlie DeTar
2013-01-23Merge branch 'feature/highlightjs-clojure' of ↵hakimel
https://github.com/eightysteele/reveal.js
2013-01-23show error when notes run on non-http, fix load order to make sure upcoming ↵hakimel
slide is correct when notes open (#278)
2013-01-21Add Clojure to highlight.js, add code highlight example to README.Aaron Steele
2013-01-21remove debug codehakimel
2013-01-21notes window now displays correct slides when origin is different than ↵hakimel
index.html (closes #278)
2013-01-10attribution for print-pdf phantom script (closes #276)Hakim El Hattab
2013-01-10merge in phantomjs script for printing pdf (#276)Hakim El Hattab
2013-01-04disable remotes plugin on mobilecallmephilip
2012-11-16null check for notes in markdown parser (#253)Hakim El Hattab
2012-11-16avoid stripping out notes when parsing markdown (closes #253)Hakim El Hattab
2012-11-16fix incorrect navigation in notes window (closes #241)Hakim El Hattab
2012-11-11add touch based remote controlled pluginHakim El Hattab
2012-11-10cosmetical tweaks to postmessage pluginHakim El Hattab
2012-10-31added a simple postmessage pluginMaurizio Lupo
2012-10-28content now re-renders after alt+click zoom (closes #195)Hakim El Hattab
2012-10-28remove console.logHakim El Hattab
2012-10-28updated markdown references in notes pluginHakim El Hattab
2012-10-28update syntax highlight after editing (#210), move markdown and highlight ↵Hakim El Hattab
scripts from lib to plugin
2012-10-25merge in support for stepped fragments in notes serverHakim El Hattab
2012-10-25merge in support for stepped fragments in notes windowHakim El Hattab
2012-10-24Merge branch 'refs/heads/fix-fragments-in-speakernotes' into ↵Michael Kühnel
fragments-in-notes-server Conflicts: js/reveal.min.js Need to generate a new minified version afterwards.
2012-10-24Delete functionality to control presentation from notes windowMichael Kühnel
Its was impossible (at least for me) to keep the windows in sync without bloating the code too much.
2012-10-24Delete console output.Michael Kühnel
2012-10-24Make the fragments visible in speaker notesMichael Kühnel
2012-10-20clean up trailing whitespace (closes #197)Hakim El Hattab
2012-10-20new postMessage-based notes plugin, moved node-based notes to notes-server ↵Hakim El Hattab
(#190)
2012-10-19Update renamed API methodMichael Kühnel
See b957d0b8580bafb35fbb808ef1d7acf424f73895
2012-10-19Oops. Delete console output.Michael Kühnel
2012-10-19Renaming key within fragmentDataMichael Kühnel
Might be better to use one variable with different values.
2012-10-19get 'fragmentdata' and react by showing/hiding the corresponding fragmentsMichael Kühnel
2012-10-19Add event listener 'fragmentshown' and 'fragmenthidden'Michael Kühnel
And emit 'fragmentchanged' with the appropriate fragmentData to show or hide fragments.
2012-10-18Broadcast fragmentdataMichael Kühnel
2012-10-18Add missing semicolonMichael Kühnel
2012-10-18Fix indentationMichael Kühnel
2012-10-17Replacing speakernotes plugin with a simple postMessage systemEric J. Duran
2012-10-16Adding images directory to staticDir so we can search imagesEric J. Duran
2012-10-14new shorter api method names (closes #178), restructured and cleaned up core jsHakim El Hattab
2012-10-09slight tweak to zoom integrationhakimel
2012-09-28slightly larger preview of next slide in speaker notes (closes #147)Hakim El Hattab
2012-09-21merge markdown in notesHakim El Hattab
2012-09-21Merge branch 'markdown-in-notes' of ↵Hakim El Hattab
https://github.com/technicalpickles/reveal.js
2012-09-09open slide notes window automatically #135Hakim El Hattab
2012-09-08Support markdown in speaker notesJosh Nichols
It's pretty nice to have markdown in slides. It's even nicer to have markdown in speaker notes too :)
2012-09-08Open notes in new window, instead of printing to consoleJosh Nichols
It can be tedious to load up the speaker notes, with the whole having to open the javascript console, and clicking on the link. This simplifies it by automatically opening the notes in a new window. Most browsers will warn that it's trying to open a pop-up, but it's easy enough to allow it.
2012-07-09slidenotes becomes speakernotes to match wording in readmeHakim El Hattab
2012-07-09adjustments to initial node messages #57Hakim El Hattab
2012-07-09refactored folder structure, added /plugins which is initially only used by #57Hakim El Hattab