summaryrefslogtreecommitdiffhomepage
path: root/plugin
AgeCommit message (Collapse)Author
2013-06-02Use Math.floor instead of parseInt to avoid problems with very small numbers ↵Thomas Rosenau
like 2e-10
2013-05-19viewport meta to fit notes window on ipadHakim El Hattab
2013-05-19float fix in notes-server pluginHakim El Hattab
2013-05-05merge notes float fix and support for multiple fragments with same indexHakim El Hattab
2013-05-05Allow override of HTML escaping in code blocksEric Weikl
This way, authors can use HTML for special formatting.
2013-05-04Merge branch 'remotes-plugin-natural-bindings' of ↵Hakim El Hattab
https://github.com/toy/reveal.js into dev
2013-05-04remotes plugin more natural bindings: tap — next, zoom-out — activate ↵Ivan Kuchin
overview, zoom-in — deactivate overview
2013-05-02remove lang prefix from marked.js to fix highlight issueAmit Kotlovski
2013-05-02minify marked #433Hakim El Hattab
2013-05-02merge showdown to marked migrationHakim El Hattab
2013-05-02Added clear:left to notes DIVNigel Stanger
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-01Replace the ShowDown Markdown engine with markedAmit Kotlovski
2013-05-01Moved my code to auto escape html to the right placeRaymond Camden
2013-04-28avoid errors in old ie from code highlightingHakim El Hattab
2013-04-27add support for data-trim attribute on code elements (closes #419)Hakim El Hattab
2013-04-27note included languages in highlight.js build #421Hakim El Hattab
2013-04-27support code highlighting of a few more common languages #421Hakim El Hattab
2013-04-20forward all attributes for markdown slides (#413)Hakim El Hattab
2013-04-20Added support for data-state in section when using external markdown files.Martin Kurtsson
2013-04-16return current fragment index through getIndices, replaces ↵Hakim El Hattab
getCurrentFragmentIndex #395
2013-04-15Merge branch 'master' of https://github.com/ainformatico/reveal.js into devHakim El Hattab
2013-04-08fix prevents loading remote plugin several times when notes are enabledAlejandro El Informático
2013-04-06broadcasting fragments state in multiplex plugin (#394)tkaczmarzyk
2013-03-30Merge branch 'md-error-handling' of ↵Hakim El Hattab
https://github.com/jakubholynet/reveal.js into dev
2013-03-24More verbose error slide (HTTP necessary)Jakub Holy
2013-03-24Better error reporting for external Markdown filesJakub Holy
1. Show an alert when loading the file throws an exception 2. Whenever the status isn't success (2xx) - upon exception or e.g. "file not found" - replace the section's content with information about the failure (instead of being silent about it and showing a blank slide). We need to inform the user something went wrong, not just be silent about it. An experienced developer, upon seing a blank slide, will likely check the javascript console - but the rest will profit from being told about the problem (and solution) explicitely.
2013-03-11Error check to prevent exception from CipherDavid Banham
2013-03-10remove unused file (closes #360)Hakim El Hattab
2013-03-10Remove unessecary fileDavid Banham
2013-03-08merge search plugin, adjust stylesHakim El Hattab
2013-03-08Merge branch 'searchplugin' of https://github.com/razor-1/reveal.jsHakim El Hattab
2013-03-08print port when multiplex server starts (#98)Hakim El Hattab
2013-03-08add Reveal.getConfig(), replace use of window.globals (#98)Hakim El Hattab
2013-03-08merge in multiplex (#98)Hakim El Hattab
2013-03-08Bring multiplex up to dateDavid Banham
2013-03-08Merge branch 'master' of https://github.com/hakimel/reveal.jsDavid Banham
Conflicts: README.md index.html js/reveal.js package.json plugin/speakernotes/client.js
2013-03-04include search button iconJon Snyder
embed a generic search button icon.
2013-03-04Merge branch 'searchplugin' of https://github.com/razor-1/reveal.js into devHakim El Hattab
2013-03-01Update markdown.jsynonp
Allow HTML tags in external markdown files
2013-02-27update main window when current slide changes in notes (closes #343)Hakim El Hattab
2013-02-27Merge branch 'patch-1' of https://github.com/asmod3us/reveal.js into devHakim El Hattab
2013-02-27merge external markdown support, move example to plugin (#329)Hakim El Hattab
2013-02-27Merge branch 'slidifyMarkdown' of https://github.com/webpro/reveal.js into devHakim El Hattab
2013-02-26Update plugin/markdown/markdown.jsasmod3us
Use textContent instead of innerHTML to prevent encoding of certain characters in Markdown code blocks.
2013-02-11search pluginJon Snyder
2013-02-06merge in notes improvementhakimel
2013-02-06find correct path to open html file from the notes.js pathDamjan Georgievski
2013-02-03disable zoom plugin while in overview modeHakim El Hattab
2013-01-30Slightly refactored "slidify" flowLars Kappert
2013-01-29Support for external markdown files, including configurable (vertical) slide ↵Lars Kappert
separator
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-08-15Not got githubDavid Banham
2012-08-06Removed unused codeDavid Banham
2012-08-06Don't suppress the whole event, just add context metadataDavid Banham
2012-08-05Added multiplexing serverDavid Banham