1. 18 fév., 2019 1 validation
  2. 11 fév., 2019 1 validation
  3. 30 jan., 2019 1 validation
  4. 20 jan., 2019 1 validation
  5. 13 nov., 2018 1 validation
  6. 05 oct., 2018 1 validation
  7. 04 oct., 2018 3 validations
  8. 02 oct., 2018 1 validation
  9. 05 mai, 2018 1 validation
  10. 24 avr., 2018 1 validation
  11. 20 fév., 2018 2 validations
  12. 08 fév., 2018 2 validations
  13. 04 déc., 2017 1 validation
  14. 30 nov., 2017 1 validation
    • John MacFarlane's avatar
      Allow tex2jax options to be passed into math plugin. · 773569b4
      John MacFarlane a écrit
      Closes #2026.
      
      This does not change the default behavior of the math plugin,
      but it allows $ delimiters to be disabled (which is usually
      what you want, since otherwise normal uses of $ for currency get
      treated as math delimiters).
      
      To use:
      
          Reveal.initialize({
            math: {
              tex2jax: { inlineMath: [['\\(','\\)']],
                         skipTags: ['script','noscript','style',
                                    'textarea','pre'] }
                  },
            etc.
            });
      773569b4
  15. 23 nov., 2017 1 validation
  16. 22 nov., 2017 1 validation
  17. 05 nov., 2017 1 validation
  18. 12 août, 2017 1 validation
  19. 13 juil., 2017 1 validation
  20. 19 juin, 2017 4 validations
  21. 12 juin, 2017 1 validation
  22. 07 juin, 2017 1 validation
  23. 06 juin, 2017 1 validation
  24. 22 mai, 2017 1 validation
  25. 21 mai, 2017 3 validations
    • linux-man's avatar
      Remove comment · ce467b53
      linux-man a écrit
      ce467b53
    • linux-man's avatar
      Modified Zoom · 9c3a6574
      linux-man a écrit
      Block dimension calculation is not accurate, so zoom is made on mouse coordinates
      Change default modifier to ctrl - alt don't work on Linux
      New parameter zoomLevel: default 2
      9c3a6574
    • linux-man's avatar
      Better Search · e3a3d3aa
      linux-man a écrit
      Open/close with Control+Shift+f
      Find words inside SPAN
      Don't duplicate findings
      e3a3d3aa
  26. 30 avr., 2017 3 validations
  27. 21 avr., 2017 1 validation
  28. 20 avr., 2017 2 validations
    • Adam Spiers's avatar
      optionally display pacing advice based on slide timings · 715cf0ba
      Adam Spiers a écrit
      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.
      715cf0ba
    • Adam Spiers's avatar
      9c7fda43