summaryrefslogtreecommitdiffhomepage
path: root/README.md
AgeCommit message (Collapse)Author
2017-01-10fix unclosed code blockHakim El Hattab
2016-12-13always use lowercase reveal.jsHakim El Hattab
2016-12-11Add note about head.js to readme.Benjamin Tan
Closes #1569.
2016-12-08Enable passing options for parsing Markdown.Benjamin Tan
Closes #1163, #1495.
2016-12-06Reduce required Node.js version to 4.0.0.Benjamin Tan
The development workflow can be used with Node 4+, not just Node 6. We should avoid showing warnings and errors when users are installing this package via npm/yarn. Ref. #1729, #1743. Closes #1725.
2016-12-01Merge pull request #1747 from spencermathews/feature/readme-defaults-fixHakim El Hattab
Defaults in README are not current
2016-12-01Merge pull request #1756 from jmpp/better-data-trimHakim El Hattab
Implementing a better data-trim
2016-11-15Update README.md to reflect current defaults in js/reveal.jsSpencer Mathews
2016-10-05Add note to README about how to disable scalingJaiden Mispy
2016-07-01ready flag on .reveal containerHakim El Hattab
2016-06-22Detail markdown plugin attributes & defaultsDavid Beitey
Expands the details already given by highlighting the defaults for all attributes and clarifying what's required.
2016-06-10Merge branch 'Timothep-master' into devHakim El Hattab
2016-06-10Added a description of the undocumented timer-reset featureTimothep
2016-06-10add showHelp to api #1611Hakim El Hattab
2016-06-03Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-06-03text alignmentHakim El Hattab
2016-06-03hdpi slides bannerHakim El Hattab
2016-06-03Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-06-03slides bannerHakim El Hattab
2016-05-26support for 'separate-page' layout for notes in PDF exports #1518Hakim El Hattab
2016-05-23Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-05-23Update README.mdHakim El Hattab
more in-depth documentation of slide backgrounds #1542
2016-05-23merge readme conflict #1595Hakim El Hattab
2016-05-19Add minor imporovements to the PDF export instructionsTristan Sokol
2016-04-29Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-04-28make max pages per slide limit configurableHakim El Hattab
2016-04-24Simplify full setupAdrian Sieber
2016-04-18change introductionHakim El Hattab
2016-04-13readme tweak for #1535Hakim El Hattab
2016-04-07Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-04-07new multiplex server courtesy of now.sh (closes #1377)Hakim El Hattab
2016-04-07Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-04-07Update README.mdHakim El Hattab
2016-04-07Update README.mdHakim El Hattab
readme tweaks
2016-04-02Table of contents added in README.mdTomasz Ducin
2016-03-20add 'shuffle' config value and API method #1506 #1089Hakim El Hattab
2016-03-10Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-03-10slides linkHakim El Hattab
2016-03-07Make PDF export section less OS X specific.Benjamin Tan
Closes #1073.
2016-03-04Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-03-04Merge pull request #1484 from omer727/patch-1Hakim El Hattab
Fixing spelling typo and GitHub proper camelcase for brand name
2016-01-22Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-01-22readme tweakHakim El Hattab
2016-01-22add barebones example to readmeHakim El Hattab
2016-01-17Fixing spelling typo and GitHub proper camelcase for brand nameomer727
2016-01-11Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-01-11note about showNotes in PDF exportsHakim El Hattab
2016-01-11Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-01-11Remove rebase conflict in README.mdPrateek Saxena
2016-01-08Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-01-08resolve conflictHakim El Hattab
2016-01-08add new fragment styles to readme #1445Hakim El Hattab
2016-01-08Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-01-08tweak to pdf print isntructionsHakim El Hattab
2016-01-08Merge pull request #1450 from Quintasan/fix-printing-readmeHakim El Hattab
Chromium users need to check Background graphics option when printing.
2016-01-04Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2016-01-04:copyright: :copyright: :copyright: :copyright: :copyright: closes #1469Hakim El Hattab
2015-12-03Merge branch 'muted-video' of github.com:oslego/reveal.js into muted-videoRazvan Caliman
2015-12-03add option to mute background videos (updated)Razvan Caliman
2015-11-30Chromium users need to check Background graphics option when printing.Michał Zając
2015-11-19Add a more flexible autoSlideMethod optionMichiK
Auto-sliding will now use the method specified in the config if it is a function or default to navigateNext.
2015-11-18Add autoSlideRight optionMichiK
When the autoSlideRight config option is active, the auto-sliding will always navigate to the right and never down even if slides are present there. This allows hidden "bonus slides" in presentations which can be displayed as needed but won't show up automatically.
2015-11-18update parallax background docs #1436Hakim El Hattab
2015-11-07update highlight.js urlHakim El Hattab
2015-10-29one more slide number formatHakim El Hattab
2015-10-29change slide number formatsHakim El Hattab
2015-10-26remove mention of deprecated transitions #1390Hakim El Hattab
2015-10-26Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2015-10-26remove remotes.io plugin, service no longer exists #1411Hakim El Hattab
2015-10-26syntax error in postmessage exampleHakim El Hattab
2015-10-14Move up Presentation Size section.Andrew Dunning
This brings together all configuration options.
2015-09-29Merge branch 'master' of https://github.com/davidbanham/reveal.js into devHakim El Hattab
2015-09-29Merge pull request #1281 from fghaas/devHakim El Hattab
Update README to include socket.io 1.3.5 examples
2015-09-29Merge branch 'deps-update' of https://github.com/verdurin/reveal.js into devHakim El Hattab
2015-09-19add option to mute background videosRazvan Caliman
2015-09-17Update location of multiplex demo serverDavid Banham
2015-09-13Add the data-noescape attribute and exampleWendy Smoak
2015-09-10document `data-prevent-swipe` #951Hakim El Hattab
2015-09-10add getSlideNotes API method and testsHakim El Hattab
2015-09-09document showNotes config value #304Hakim El Hattab
2015-09-09ability to share presentation with speaker notes #304Hakim El Hattab
2015-07-21README example: load MathJax over httpsBeni Cherniavsky-Paskin
tiny followup to #1103
2015-07-02Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2015-06-28README: suggest decktape as an alternative for PDF renderingOlivier Bilodeau
It works around the current PDF rendering bugs like #1261
2015-06-24Update README to include socket.io 1.3.5 examplesFlorian Haas
The socket.io server at reveal.jit.su has been updated with socket.io 1.x, which means the examples referring to 0.9.x client libraries no longer work. Update them with URLs for 1.3.5. Fixes #1276.
2015-06-15Removed leap motion plugin from main projectRC028552
2015-06-03Merge pull request #1202 from alexandreleroux/patch-1Hakim El Hattab
PDF exporting also works with Chromium
2015-06-03Merge pull request #1234 from lememora/masterHakim El Hattab
Added missing comma on the configuration example
2015-06-03Merge pull request #1201 from MA3STR0/masterHakim El Hattab
Correct Readme.md -> Theming -> sky
2015-05-19added missing comma on the configuration exampleRafael Moraes
2015-05-04lazy-load iframes only for current slide, unload when hiddenHakim El Hattab
2015-05-03add test presentation for per-slide transitions, compile css #1106Hakim El Hattab
2015-05-03Merge branch 'master' of https://github.com/jammon/reveal.js into devHakim El Hattab
2015-04-14PDF exporting also works with ChromiumAlexandre Leroux
For those who can't install Google Chrome (e.g. work network policies) but can use Chromium, Chromium does work for creating the pdf. I updated the readme accordingly. Thanks!
2015-04-13change iframe exampleHakim El Hattab
2015-04-13Correct Readme.md#themingAnton
Theming/sky.css has dark gray text on light blue background; not white text
2015-04-12remove 'roll-in' fragment style due to Chrome crash #1150Hakim El Hattab
2015-04-12Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2015-03-26Fix typo /s/configure/configuredkayakr
2015-03-13Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab