Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-09 | Merge pull request #2454 from ismailarilik/patch-1 | Hakim El Hattab | |
Add forgotten element to Table of Contents | |||
2019-12-09 | add mobileViewDistance to readme #2513 | Hakim El Hattab | |
2019-07-12 | Add forgotten element to Table of Contents | İsmail Arılık | |
2019-07-08 | Merge pull request #2392 from DanielNoga/patch-1 | Hakim El Hattab | |
update minimal nodejs version in readme | |||
2019-07-08 | Merge branch 'dev' into patch-1 | Hakim El Hattab | |
2019-07-08 | Merge pull request #2451 from Jason-Cooke/patch-1 | Hakim El Hattab | |
docs: fix typo | |||
2019-07-05 | docs: fix typo | Jason Cooke | |
2019-06-22 | Tweak to MathJax example | Pius 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-10 | readme tweak | Hakim El Hattab | |
2019-06-10 | rephrased #2378 | Hakim El Hattab | |
2019-06-10 | Merge pull request #2378 from mbotsch/fix-plugin-documentation | Hakim El Hattab | |
Fix plugin documentation regarding init-Promises | |||
2019-06-07 | add missing comma to MathJax example in README | autopp | |
2019-05-27 | Merge branch 'alternate-timing' of https://github.com/fghaas/reveal.js into dev | Hakim El Hattab | |
2019-05-22 | Notes: Weakly enforce a minimum allocated pacing time per slide | Florian 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-20 | new API methods for getting horizontal/vertical slides, force linear ↵ | Hakim El Hattab | |
navigation for one-dimensional decks | |||
2019-05-13 | iframe background preload behavior now matches inline iframes + adheres to ↵ | Hakim El Hattab | |
the new 'preloadIframes' config option | |||
2019-05-12 | Notes: Introduce alternate pacing timer, based on total presentation time | Florian 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-05 | update minimal nodejs version in readme | Daniel Noga | |
2019-04-23 | Fix plugin documentation | Mario 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-23 | the postMessage API now works for getter methods | Hakim El Hattab | |
2019-04-03 | plugin doc tweaks | Hakim El Hattab | |
2019-04-01 | docs for code highlight line numbering | Hakim El Hattab | |
2019-04-01 | plugin docs | Hakim El Hattab | |
2019-04-01 | plugin api docs | Hakim El Hattab | |
2019-03-28 | tweaks and tests for #2354 | Hakim El Hattab | |
2019-03-22 | Add data-preload attribute for iframes | Max 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-12 | switch to monokai as default syntax highlight theme | Hakim El Hattab | |
2019-03-06 | Merge pull request #2339 from mikeshatch/patch-1 | Hakim El Hattab | |
Fixed a couple of typos | |||
2019-03-04 | Fixed a couple of typos | Mike Hatch | |
2019-02-01 | indentation fix | Hakim El Hattab | |
2019-02-01 | documentation for #2315 | Hakim El Hattab | |
2019-01-31 | resize event tweaks for #2300 | Hakim El Hattab | |
2019-01-31 | Merge pull request #2300 from mw75/master | Hakim El Hattab | |
Resize Event | |||
2019-01-23 | navigationMode documentation improvements | Hakim El Hattab | |
2019-01-23 | documentation for navigationMode #2307 | Hakim El Hattab | |
2019-01-22 | upgrade to socket.io 2.2.0 #2257 | Hakim El Hattab | |
2019-01-15 | fixed documentation on resize event | Mario Wolff | |
2019-01-15 | emmit resize event if scale changed | Mario Wolff | |
2019-01-10 | 2019 | Hakim El Hattab | |
2018-12-19 | ensure history api is available, default to hash: true with no history in ↵ | Hakim El Hattab | |
demo #2286 | |||
2018-12-19 | Merge pull request #2286 from asottile/hash_without_history_2211 | Hakim El Hattab | |
Add new 'hash: true' option which uses replaceState for url | |||
2018-12-19 | add section about vertical slides and `gridNavigation` to readme | Hakim El Hattab | |
2018-12-12 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2018-12-12 | note about backticks to avoid LaTeX <> Markdown syntax conflicts #1359 | Hakim El Hattab | |
2018-12-02 | Add new 'hash: true' option which uses replaceState for url | Anthony Sottile | |
Resolves #2211 | |||
2018-11-16 | add getRevealElement API method | Hakim El Hattab | |
2018-10-09 | add note about lazy loading iframes #1672 #1938 | Hakim El Hattab | |
2018-10-08 | automatically hide the mouse pointer after 5s of inactivity (#1837) | Hakim El Hattab | |
2018-10-08 | Merge pull request #2090 from bnjmnt4n/math | Hakim El Hattab | |
Allow users to customise MathJax options. | |||
2018-10-04 | remove classlist polyfill, cross browser support is good enough now | Hakim El Hattab | |
2018-10-04 | remove mention of head.js in readme | Hakim El Hattab | |
2018-10-03 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2018-10-03 | Merge pull request #2231 from esthor/patch-1 | Hakim El Hattab | |
bring install instructions to top, as is tradition | |||
2018-10-03 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2018-10-03 | dont refer to outdated speaker notes style in readme #2244 | Hakim El Hattab | |
2018-09-18 | bring install instructions to top, as is tradition | Erik | |
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-16 | Fixed broken link to markdown options doc | Lele | |
Fixed broken link to markdown options doc | |||
2018-08-01 | Merge pull request #2171 from tristansokol/tristans/add-all-transitions | Hakim El Hattab | |
add a full list of transitions to readme | |||
2018-06-13 | rename new fragment style | Hakim El Hattab | |
2018-06-11 | merge #1955 with minor changes | Hakim El Hattab | |
2018-06-11 | merge conflicts | Hakim El Hattab | |
2018-06-11 | add 'fade-in-then-half-out' fragment style, 'current-visible' was renamed to ↵ | Hakim El Hattab | |
'fade-in-then-out' | |||
2018-06-05 | add a full list of transitions to readme | Tristan Sokol | |
2018-05-03 | data-background-content-opacity -> data-background-opacity | Hakim El Hattab | |
2018-04-27 | add , adds wrapper element around background images/videos/iframes | Hakim El Hattab | |
2018-04-01 | Clarify the meaning of the notes?: regex | marcvangend | |
2018-03-16 | Updates copyright to 2018 | craigsdennis | |
2018-02-22 | Merge branch 'patch-1' of https://github.com/Jmuccigr/reveal.js into dev | Hakim El Hattab | |
2018-02-14 | Cleanup 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-08 | Allow 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-07 | Merge branch 'fragment-in-url' of ↵ | Hakim El Hattab | |
https://github.com/dougalsutherland/reveal.js into dev | |||
2018-02-07 | Docs: add note on how to enable/disable preview links individually. | Benjamin Tan | |
Closes #2005. | |||
2018-02-06 | Docs: mention that syntax highlighting requires CSS theme file. | Benjamin Tan | |
Closes #2075. | |||
2018-02-06 | Docs: Add note about Windows carriage returns. | Benjamin Tan | |
Closes #1808. | |||
2018-01-25 | reorganize config options | Hakim El Hattab | |
2018-01-04 | optionally put the fragment in the URL | Dougal J. Sutherland | |
2017-11-29 | Merge branch 'plugin-key-bindings' of https://github.com/denehyg/reveal.js ↵ | Hakim El Hattab | |
into dev | |||
2017-11-22 | lab.hakim.se/reveal-js -> revealjs.com | Hakim El Hattab | |
2017-11-09 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2017-11-09 | Merge pull request #1983 from ssfrr/patch-1 | Hakim El Hattab | |
adds note about necessary markdown scripts to README | |||
2017-11-09 | Merge pull request #2017 from hoeggi/patch-1 | Hakim El Hattab | |
Update README.md | |||
2017-10-28 | Update README.md | hoeggi | |
2017-09-11 | adds note about necessary markdown scripts to README | Spencer Russell | |
2017-08-10 | corrected minor typo in readme file | Chandan Rai | |
2017-05-16 | controlsHints -> controlsTutorial | Hakim El Hattab | |
2017-05-16 | in/out transitions for controls | Hakim El Hattab | |
2017-04-30 | Merge branch 'dev' into plugin-key-bindings | Greg Denehy | |
2017-04-30 | Added description of custom key binding API to readme | Greg Denehy | |
2017-04-27 | larger headings for background sections | Hakim El Hattab | |
2017-04-27 | add for iframe backgrounds | Hakim El Hattab | |
2017-04-20 | optionally display pacing advice based on slide timings | Adam Spiers | |
Add an option to display advice on whether the current pace of the presentation is on track for the right timing (shown as green), and if not, whether the presenter should speed up (shown as red) or has the luxury of slowing down (blue). The pacing timer can be enabled by configuring by the `defaultTiming` parameter in the `Reveal` configuration block, which specifies the number of seconds per slide. 120 can be a reasonable rule of thumb. Timings can also be given per slide `<section>` by setting the `data-timing` attribute. Both values are in numbers of seconds. When the option is enabled, clicking on the timers will reset the timer to the beginning of the current slide, i.e. as if pacing was perfectly on track, not to zero as if the presentation had just begun. | |||
2017-04-20 | document clock and timer in speaker notes window | Adam Spiers | |
2017-04-20 | add new getSlides() API | Adam Spiers | |
This can be used by plugins which are concerned with helping the presenter with their pace. | |||
2017-04-20 | clarify getTotalSlides() returns the number of slides | Adam Spiers | |
2017-04-20 | expose getPastSlideCount() via public API | Adam Spiers | |
This can be used by plugins which are concerned with helping the presenter with their pace. | |||
2017-04-20 | clarify meaning of getProgress() value | Adam Spiers | |
2017-04-05 | replace cdn.mathjax.org with cdnjs | Christian Lawson-Perfect | |
cdn.mathjax.org is shutting down: https://www.mathjax.org/cdn-shutting-down/ This changes the default MathJax URL in the math plugin, as well as references in README.md and test/examples/math.html | |||
2017-03-23 | add autoPlayMedia config option, overrides individual autoplay settings | Hakim El Hattab | |
2017-02-20 | tweaks to showSlideNumber config #1833 | Hakim El Hattab | |
2017-02-20 | Merge branch 'slidenum' of https://github.com/malcomio/reveal.js into dev | Hakim El Hattab | |