summaryrefslogtreecommitdiffhomepage
path: root/README.md
AgeCommit message (Collapse)Author
2020-01-30add note about supporting reveal.js via SlidesHakim El Hattab
2020-01-29add step-by-step highlights to readmeHakim El Hattab
2020-01-27Merge branch 'pdf-slide-numbers' of ↵Hakim El Hattab
https://github.com/dougalsutherland/reveal.js into dev
2020-01-27Merge branch 'dev' into patch-1Hakim El Hattab
2020-01-152020Hakim El Hattab
2020-01-11Merge pull request #2474 from coliff/patch-1Hakim El Hattab
HTTPS relevant links on README
2020-01-11Merge pull request #2483 from Adri-May/bugfix/spellingHakim El Hattab
Bug fix: spelling errors
2019-12-09Merge pull request #2454 from ismailarilik/patch-1Hakim El Hattab
Add forgotten element to Table of Contents
2019-12-09add mobileViewDistance to readme #2513Hakim El Hattab
2019-10-29honor slide number config in pdf modeDougal J. Sutherland
2019-10-08Fix which node version is requiredHrvoje Bandov
In `package.json` engine is set to `>=9.0.0`.
2019-09-18Bug fix: spelling errorsAdri-May
2019-09-03HTTPS relevant links on READMEChristian Oliff
2019-07-12Add forgotten element to Table of Contentsİsmail Arılık
2019-07-08Merge pull request #2392 from DanielNoga/patch-1Hakim El Hattab
update minimal nodejs version in readme
2019-07-08Merge branch 'dev' into patch-1Hakim El Hattab
2019-07-08Merge pull request #2451 from Jason-Cooke/patch-1Hakim El Hattab
docs: fix typo
2019-07-05docs: fix typoJason Cooke
2019-06-22Tweak to MathJax examplePius Uzamere
Added a missing comma and used an actual macro so that the MathJax example runs right out of the box upon a copy/paste.
2019-06-10readme tweakHakim El Hattab
2019-06-10rephrased #2378Hakim El Hattab
2019-06-10Merge pull request #2378 from mbotsch/fix-plugin-documentationHakim El Hattab
Fix plugin documentation regarding init-Promises
2019-06-07add missing comma to MathJax example in READMEautopp
2019-05-27Merge branch 'alternate-timing' of https://github.com/fghaas/reveal.js into devHakim El Hattab
2019-05-22Notes: Weakly enforce a minimum allocated pacing time per slideFlorian Haas
When using the totalTime-based pacing calculation, a presenter may inadvertently set totalTime and per-slide data-timing attributes in such a way that the pacing time for some slides is impossibly low or even negative. Add a check to ensure that the pacing on a slide never falls below a configurable minimum, defaulting to 0. Display an alert if the pacing for any slide(s) falls below the threshold.
2019-05-20new API methods for getting horizontal/vertical slides, force linear ↵Hakim El Hattab
navigation for one-dimensional decks
2019-05-13iframe background preload behavior now matches inline iframes + adheres to ↵Hakim El Hattab
the new 'preloadIframes' config option
2019-05-12Notes: Introduce alternate pacing timer, based on total presentation timeFlorian Haas
The current pacing timer operates on the assumption that there is a default amount of time to be allocated to each slide, and that individual slides can deviate from that default by specifying their own data-timing attribute. This patch introduces an alternate pacing method: by specifying the totalTime configuration option, the presenter can set the total time available to present. The pacing timer will then continue to allocate the exact pacing time for slides that do have data-timing set, as before. However, rather than applying the defaultTiming constant to all others, it will - Add up the time already allocated to slides via data-timing; - subtract that from totalTime; - divide the difference by the number of slides without data-timing set; - apply the thus-calculated average to those slides. totalTime has no default, and if both defaultTiming and totalTime are set, totalTime wins. This preserves backward compatibility: if a presenter has set defaultTiming and updates reveal.js, totalTime will be null and defaultTiming is still applied to all slides without a data-timing attribute. The presenter can then switch to the automatic calculation, if desired, by setting a value for totalTime.
2019-05-05update minimal nodejs version in readmeDaniel Noga
2019-04-23Fix plugin documentationMario Botsch
Mention that reveal.js will wait for the Promise of a plugin's init() function only when the plugin is loaded non-async. The init functions of plugins that are loaded as async dependencies are called after reveal.js has dispatched the 'ready' event.
2019-04-23the postMessage API now works for getter methodsHakim El Hattab
2019-04-03plugin doc tweaksHakim El Hattab
2019-04-01docs for code highlight line numberingHakim El Hattab
2019-04-01plugin docsHakim El Hattab
2019-04-01plugin api docsHakim El Hattab
2019-03-28tweaks and tests for #2354Hakim El Hattab
2019-03-22Add data-preload attribute for iframesMax Rothman
Allows lazy-loaded (i.e. data-src) iframes to be preloaded when they come within the viewDistance, rather than once they're visible.
2019-03-12switch to monokai as default syntax highlight themeHakim El Hattab
2019-03-06Merge pull request #2339 from mikeshatch/patch-1Hakim El Hattab
Fixed a couple of typos
2019-03-04Fixed a couple of typosMike Hatch
2019-02-01indentation fixHakim El Hattab
2019-02-01documentation for #2315Hakim El Hattab
2019-01-31resize event tweaks for #2300Hakim El Hattab
2019-01-31Merge pull request #2300 from mw75/masterHakim El Hattab
Resize Event
2019-01-23navigationMode documentation improvementsHakim El Hattab
2019-01-23documentation for navigationMode #2307Hakim El Hattab
2019-01-22upgrade to socket.io 2.2.0 #2257Hakim El Hattab
2019-01-15fixed documentation on resize eventMario Wolff
2019-01-15emmit resize event if scale changedMario Wolff
2019-01-102019Hakim El Hattab
2018-12-19ensure history api is available, default to hash: true with no history in ↵Hakim El Hattab
demo #2286
2018-12-19Merge pull request #2286 from asottile/hash_without_history_2211Hakim El Hattab
Add new 'hash: true' option which uses replaceState for url
2018-12-19add section about vertical slides and `gridNavigation` to readmeHakim El Hattab
2018-12-12Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2018-12-12note about backticks to avoid LaTeX <> Markdown syntax conflicts #1359Hakim El Hattab
2018-12-02Add new 'hash: true' option which uses replaceState for urlAnthony Sottile
Resolves #2211
2018-11-16add getRevealElement API methodHakim El Hattab
2018-10-09add note about lazy loading iframes #1672 #1938Hakim El Hattab
2018-10-08automatically hide the mouse pointer after 5s of inactivity (#1837)Hakim El Hattab
2018-10-08Merge pull request #2090 from bnjmnt4n/mathHakim El Hattab
Allow users to customise MathJax options.
2018-10-04remove classlist polyfill, cross browser support is good enough nowHakim El Hattab
2018-10-04remove mention of head.js in readmeHakim El Hattab
2018-10-03Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2018-10-03Merge pull request #2231 from esthor/patch-1Hakim El Hattab
bring install instructions to top, as is tradition
2018-10-03Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2018-10-03dont refer to outdated speaker notes style in readme #2244Hakim El Hattab
2018-09-18bring install instructions to top, as is traditionErik
The Install was waaaay at the bottom, which didn't make sense to scroll through all the detailed documentation, just to find how to get started with an install.
2018-08-16Fixed broken link to markdown options docLele
Fixed broken link to markdown options doc
2018-08-01Merge pull request #2171 from tristansokol/tristans/add-all-transitionsHakim El Hattab
add a full list of transitions to readme
2018-06-13rename new fragment styleHakim El Hattab
2018-06-11merge #1955 with minor changesHakim El Hattab
2018-06-11merge conflictsHakim El Hattab
2018-06-11add 'fade-in-then-half-out' fragment style, 'current-visible' was renamed to ↵Hakim El Hattab
'fade-in-then-out'
2018-06-05add a full list of transitions to readmeTristan Sokol
2018-05-03data-background-content-opacity -> data-background-opacityHakim El Hattab
2018-04-27add , adds wrapper element around background images/videos/iframesHakim El Hattab
2018-04-01Clarify the meaning of the notes?: regexmarcvangend
2018-03-16Updates copyright to 2018craigsdennis
2018-02-22Merge branch 'patch-1' of https://github.com/Jmuccigr/reveal.js into devHakim El Hattab
2018-02-14Cleanup readme to make it easier to read/edit.Benjamin Tan
- Use `single backticks` consistently for inline code snippets. - Add double linefeeds before level 2 headings. - Add a single linefeed after each heading. - Minor docs edits.
2018-02-08Allow users to customise MathJax options.Benjamin Tan
Ref. #1856, #2006, #2045. This is a more open approach to allow customisation of all MathJax options instead of select options only.
2018-02-07Merge branch 'fragment-in-url' of ↵Hakim El Hattab
https://github.com/dougalsutherland/reveal.js into dev
2018-02-07Docs: add note on how to enable/disable preview links individually.Benjamin Tan
Closes #2005.
2018-02-06Docs: mention that syntax highlighting requires CSS theme file.Benjamin Tan
Closes #2075.
2018-02-06Docs: Add note about Windows carriage returns.Benjamin Tan
Closes #1808.
2018-01-25reorganize config optionsHakim El Hattab
2018-01-04optionally put the fragment in the URLDougal J. Sutherland
2017-11-29Merge branch 'plugin-key-bindings' of https://github.com/denehyg/reveal.js ↵Hakim El Hattab
into dev
2017-11-22lab.hakim.se/reveal-js -> revealjs.comHakim El Hattab
2017-11-09Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2017-11-09Merge pull request #1983 from ssfrr/patch-1Hakim El Hattab
adds note about necessary markdown scripts to README
2017-11-09Merge pull request #2017 from hoeggi/patch-1Hakim El Hattab
Update README.md
2017-10-28Update README.mdhoeggi
2017-09-11adds note about necessary markdown scripts to READMESpencer Russell
2017-08-10corrected minor typo in readme fileChandan Rai
2017-05-16controlsHints -> controlsTutorialHakim El Hattab
2017-05-16in/out transitions for controlsHakim El Hattab
2017-04-30Merge branch 'dev' into plugin-key-bindingsGreg Denehy
2017-04-30Added description of custom key binding API to readmeGreg Denehy
2017-04-27larger headings for background sectionsHakim El Hattab