aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Make some general updates to the slides2019-updateChristopher Baines2019-05-22
|
* Update the timeline entryChristopher Baines2019-05-21
|
* Enable showNotes for publishing on the webChristopher Baines2019-05-20
|
* Presentation for Freenode live 2017Christopher Baines2019-05-20
|
* Remove calls to missing modules from gruntfileRichard Westenra2019-04-08
| | | | | | | | When running the app, Grunt throws the following warnings: >> Local Npm module "grunt-contrib-clean" not found. Is it installed? >> Local Npm module "grunt-contrib-nodeunit" not found. Is it installed? These modules don't appear to do anything except throw a warning so they can probably just be removed.
* plugin doc tweaksHakim El Hattab2019-04-03
|
* better example for line range highlightingHakim El Hattab2019-04-01
|
* docs for code highlight line numberingHakim El Hattab2019-04-01
|
* plugin docsHakim El Hattab2019-04-01
|
* plugin api docsHakim El Hattab2019-04-01
|
* 3.8.0Hakim El Hattab2019-04-01
|
* fix typosHakim El Hattab2019-04-01
|
* fix grunt ci errorHakim El Hattab2019-04-01
|
* fix typosHakim El Hattab2019-04-01
|
* Merge pull request #2326 from earboxer/2313-navigation-mode-shortcuts-tableHakim El Hattab2019-04-01
|\ | | | | Allow Navigation Mode setting to change the shortcuts table
| * * Keyboard Shortcuts table: Dynamically fill object at configurationZach DeCook2019-02-19
| |
* | fix npm security warnings, auto run tests when changedHakim El Hattab2019-04-01
| |
* | add hasPlugin and getPlugin API methods and testsHakim El Hattab2019-04-01
| |
* | tweaks and tests for #2354Hakim El Hattab2019-03-28
| |
* | Merge branch 'dev' of https://github.com/maxrothman/reveal.js into devHakim El Hattab2019-03-28
|\ \
| * | Add data-preload attribute for iframesMax Rothman2019-03-22
| | | | | | | | | | | | | | | Allows lazy-loaded (i.e. data-src) iframes to be preloaded when they come within the viewDistance, rather than once they're visible.
* | | fix an error where reveal.js returned a 1> progress number when there were ↵Hakim El Hattab2019-03-25
| | | | | | | | | | | | fragments on last slide
* | | make #2350 work using replaceStateHakim El Hattab2019-03-21
| | |
* | | Merge pull request #2350 from rparree/hash-problemHakim El Hattab2019-03-21
|\ \ \ | | | | | | | | Fixed not bing able to follow same inner links twice with history:false
| * \ \ Merge branch 'dev' into hash-problemHakim El Hattab2019-03-21
| |\ \ \ | |/ / / |/| | |
* | | | new demo slide to promote iframes/iframe backgroundsHakim El Hattab2019-03-20
| |/ / |/| |
* | | tests for pluginsHakim El Hattab2019-03-14
| | |
* | | fix error when reveal.js was initialized with no pluginsHakim El Hattab2019-03-14
| | |
* | | support for plugins where the init method doesn't return a PromiseHakim El Hattab2019-03-14
| | |
* | | more forgiving code highlight line number format, add Promise polyfillHakim El Hattab2019-03-14
| | |
* | | line number styling tweaksHakim El Hattab2019-03-12
| | |
* | | highlight.js plugin improvementsHakim El Hattab2019-03-12
| | |
* | | prevent same plugin from being registered twiceHakim El Hattab2019-03-12
| | |
* | | switch to monokai as default syntax highlight themeHakim El Hattab2019-03-12
| | |
* | | Merge pull request #2346 from dougalsutherland/patch-3Hakim El Hattab2019-03-12
|\ \ \ | | | | | | | | notes plugin: callRevealApi wants apply, not call
| * | | notes plugin: callRevealApi wants apply, not callDougal J. Sutherland2019-03-11
|/ / /
* | | validate code line numbers to highlightHakim El Hattab2019-03-11
| | |
* | | more succinct syntax for code block line highlightsHakim El Hattab2019-03-11
| | |
* | | use internal pointer for current slideHakim El Hattab2019-03-11
| | |
* | | syncFragments now returns all affected fragmentsHakim El Hattab2019-03-11
| | |
* | | highlight plugin updates; support for line numbers and highlighting specific ↵Hakim El Hattab2019-03-08
| | | | | | | | | | | | lines
* | | Merge pull request #2340 from sophware/fix_zoom_demoHakim El Hattab2019-03-07
|\ \ \ | | | | | | | | demo.html - Added Linux instructions for zoom
| * | | demo.html - Added Linux instructions for zoomSophware2019-03-06
| | | |
* | | | Merge pull request #2339 from mikeshatch/patch-1Hakim El Hattab2019-03-06
|\ \ \ \ | | | | | | | | | | Fixed a couple of typos
| * | | | Fixed a couple of typosMike Hatch2019-03-04
| |/ / /
* | | | highlight, math, notes and zoom plugins now register via Reveal.registerPluginHakim El Hattab2019-03-04
| | | |
* | | | reveal.js plugin flow now uses promises, refactor markdown plugin to use ↵Hakim El Hattab2019-03-04
| | | | | | | | | | | | | | | | promises
* | | | few plugin registration tweaksHakim El Hattab2019-03-01
| | | |
* | | | async loading of external markdown, add Reveal.registerPlugin()Hakim El Hattab2019-03-01
| | | |
* | | | build dependency updatesHakim El Hattab2019-02-28
| | | |