aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugin
AgeCommit message (Collapse)Author
2013-08-24fix bug where markdown notes in last slide would not parse #574Hakim El Hattab
2013-08-24always use 'i' as iteratorHakim El Hattab
2013-08-24markdown refactoring; comments, renamed functions, shorter argument listsHakim El Hattab
2013-08-24more markdown plugin refactoringHakim El Hattab
2013-08-23standardize way of declaring functionsHakim El Hattab
2013-08-23update markdown plugin formatting to match reveal.js coreHakim El Hattab
2013-08-20merge support for notes when using external markdownHakim El Hattab
2013-08-18rename math plugin config optionHakim El Hattab
2013-08-16remove pointless .call()Hakim El Hattab
2013-08-13mathjax plugin updates #531Hakim El Hattab
2013-08-13remove unused codeHakim El Hattab
2013-08-12make mathjax host a config option, revamp script loading, fragment examples #531Hakim El Hattab
2013-08-12comments and failesafes for #531Hakim El Hattab
2013-08-12updates to mathjax plugin, incl more examples #531Hakim El Hattab
2013-08-12limit scope of mathjax rerender #531Hakim El Hattab
2013-08-12first version of mathjax plugin #531Hakim El Hattab
2013-08-11move leap styles to js #554Hakim El Hattab
2013-08-08merge in leap plugin #554Hakim El Hattab
2013-08-07Minor updateRory Hardy
Made sure all vars are declared with the var keyword. modified: plugin/leap/leap.js
2013-08-07Removed redundant codeRory Hardy
modified: plugin/leap/leap.js
2013-08-07Various updatesRory Hardy
Enhanced the pointer. Cleaned up the code. Added additional optional parameters. Updated documentation. modified: README.md modified: index.html modified: plugin/leap/leap.js
2013-08-06Docs and updatesRory Hardy
Updated README.md to mention the leap plugin. Removed leap settings from index.html. Better variable naming in leap.js modified: README.md modified: index.html modified: plugin/leap/leap.js
2013-08-05Minor updatesRory Hardy
modified: css/reveal.min.css modified: plugin/leap/leap.js
2013-08-05Put the timing code back in.Rory Hardy
Occasionally gestures were fired twice. This helps prevent that. modified: plugin/leap/leap.js
2013-08-05Added pointer and tweaked the codeRory Hardy
modified: css/reveal.css modified: css/reveal.min.css modified: plugin/leap/leap.js
2013-08-05Removed timing code.Rory Hardy
When used correctly, the 1/2 second delay is uncessary and may yield undesireable results. modified: plugin/leap/leap.js
2013-08-04Minor updatesRory Hardy
Changed invert to naturalSwipe Removed invert rule from index.html Ensured that left/right swipes only work with 1 hand present modified: index.html modified: plugin/leap/leap.js
2013-08-04Updates to leap.js and index.htmlRory Hardy
Added timing code to limit gesture calls. Added gesture to access the overview. index.html includes the leap plugin
2013-08-03Added gesturessun16
Left, right, up, and down gestures. Optional invert for gestures.
2013-08-03Added leap.min.js and comments.Rory Hardy
2013-07-31Merge branch 'bug/markdown' of https://github.com/snowyu/reveal.js into devHakim El Hattab
2013-07-31* [bug] fixed render markdown file error like this:Riceball LEE
```html <section data-markdown> <script type="text/template"> </script> </section> ```
2013-07-26ensure notes window fragment states are mirrored in main window #538Hakim El Hattab
2013-07-26simplify client side notes pluginHakim El Hattab
2013-07-24highlight charset option for external md in readme #537Hakim El Hattab
2013-07-23updated markdown example with data-charsetEmile 'iMil' Heitor
2013-07-23added custom charset support for external markdown fileEmile 'iMil' Heitor
2013-06-25Support for notes within markdownAdam Hepton
2013-06-18update phanomjs pdf printing to work with latest pdf cssHakim El Hattab
2013-06-09semi-correction #470Hakim El Hattab
2013-06-09serve notes/multiple index document as html (closes #470)Hakim El Hattab
2013-06-09merge notes timer rounding fixHakim El Hattab
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