Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-22 | Way to much to put into a single commit message.. | Marvin Borner | |
2020-06-21 | Well, I don't need a thesis in corona-times | Marvin Borner | |
2020-05-05 | New project layout | Marvin Borner | |
2020-01-29 | update to highlight.js 9.18.0 #2562 | Hakim El Hattab | |
2019-08-22 | highlight.js 9.11 -> 9.15 | Hakim El Hattab | |
2019-05-27 | Merge branch 'alternate-timing' of https://github.com/fghaas/reveal.js into dev | Hakim El Hattab | |
2019-05-27 | avoid exception when highlighting empty code blocks | 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-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-04-10 | fix numeric presence condition | Hakim El Hattab | |
2019-04-05 | refinements for multi-step code highlights | Hakim El Hattab | |
2019-04-05 | first version of multi-step code highlights | Hakim El Hattab | |
2019-04-01 | fix typos | Hakim El Hattab | |
2019-03-14 | support for plugins where the init method doesn't return a Promise | Hakim El Hattab | |
2019-03-14 | more forgiving code highlight line number format, add Promise polyfill | Hakim El Hattab | |
2019-03-12 | highlight.js plugin improvements | Hakim El Hattab | |
2019-03-12 | switch to monokai as default syntax highlight theme | Hakim El Hattab | |
2019-03-11 | notes plugin: callRevealApi wants apply, not call | Dougal J. Sutherland | |
2019-03-11 | validate code line numbers to highlight | Hakim El Hattab | |
2019-03-11 | more succinct syntax for code block line highlights | Hakim El Hattab | |
2019-03-08 | highlight plugin updates; support for line numbers and highlighting specific ↵ | Hakim El Hattab | |
lines | |||
2019-03-04 | highlight, math, notes and zoom plugins now register via Reveal.registerPlugin | Hakim El Hattab | |
2019-03-04 | reveal.js plugin flow now uses promises, refactor markdown plugin to use ↵ | Hakim El Hattab | |
promises | |||
2019-03-01 | async loading of external markdown, add Reveal.registerPlugin() | Hakim El Hattab | |
2019-02-18 | Revert "impove randomness" | Hakim El Hattab | |
2019-02-18 | Merge pull request #2312 from albert-ziegler/improve_random_number_generation | Hakim El Hattab | |
impove randomness | |||
2019-02-11 | correct typo | Albert | |
2019-01-31 | Merge pull request #2305 from reyerstudio/marked | Hakim El Hattab | |
Upgrade marked to 0.6.0 | |||
2019-01-30 | impove randomness | Albert | |
2019-01-20 | Upgrade marked to 0.6.0 | Stéphane Este-Gracias | |
2018-11-13 | add cmd/ctrl + arrow key shortcuts to first/last slides | Hakim El Hattab | |
2018-10-08 | Merge pull request #2090 from bnjmnt4n/math | Hakim El Hattab | |
Allow users to customise MathJax options. | |||
2018-10-08 | Merge pull request #2251 from oyron/2229-speaker-notes-bug | Hakim El Hattab | |
Give focus to previously opened speaker notes (fixes #2229) | |||
2018-10-05 | Handle previously opened notes window, by giving focus. | oyron | |
2018-10-04 | remove classlist polyfill, cross browser support is good enough now | Hakim El Hattab | |
2018-10-04 | remove head.min.js in favor of simple built-in script loader | Hakim El Hattab | |
2018-10-04 | formatting and tweaks for #2104 | Hakim El Hattab | |
2018-10-04 | resolve notes merge conflict | Hakim El Hattab | |
2018-10-02 | Fix typo | Fred Rolland | |
2018-05-05 | Fixed notes timer when speaker notes window opened via RevealNotes.open() | Greg Denehy | |
2018-04-24 | speaker view has visible connection status, times out with error after 5s | Hakim El Hattab | |
2018-02-20 | documentation | Martin Jurča | |
2018-02-20 | fixed showing speaker's view with timings/pacing while serving the ↵ | Martin Jurča | |
presentation from the file system | |||
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-08 | Cleanup code style. | Benjamin Tan | |
2017-12-04 | prevent cmd+r in notes window since reloading breaks the view #1958 | Hakim El Hattab | |
2017-12-04 | Merge pull request #1958 from ThomasWeinert/feature/block_f5_in_notes | Hakim El Hattab | |
Block F5 in speaker notes window, avoid disconnects | |||
2017-12-01 | Merge pull request #2045 from jgm/issue2026 | Hakim El Hattab | |
Allow tex2jax options to be passed into math plugin. | |||
2017-11-29 | Allow tex2jax options to be passed into math plugin. | John MacFarlane | |
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. }); | |||
2017-11-29 | Merge branch 'plugin-key-bindings' of https://github.com/denehyg/reveal.js ↵ | Hakim El Hattab | |
into dev | |||
2017-11-23 | add inline and external markdown images to example #2039 | Hakim El Hattab | |
2017-11-22 | lab.hakim.se/reveal-js -> revealjs.com | Hakim El Hattab | |
2017-11-05 | Register search key shortcut for help overlay | Jens Lechtenbörger | |
2017-08-12 | Block F5 in speaker notes window, avoid disconnects | Thomas Weinert | |
2017-07-13 | localstorage feature test in notes plugin, fixes speaker view error in safari | Hakim El Hattab | |
2017-06-19 | zoom.js works on main wrapper element | Hakim El Hattab | |
2017-06-19 | zoom.js uses ctrl+click for linux, alt+click for others #1909 | Hakim El Hattab | |
2017-06-19 | simplify point zoom, switch back to alt + click shortcut for os x support #1909 | Hakim El Hattab | |
2017-06-19 | clear existing matches when searching for empty string #1909 | Hakim El Hattab | |
2017-06-19 | Merge branch 'master' of https://github.com/linux-man/reveal.js into dev | Hakim El Hattab | |
2017-06-12 | change event listener syntax #1917 | Hakim El Hattab | |
2017-06-12 | Merge branch 'issue1896' of https://github.com/OleMussmann/reveal.js into dev | Hakim El Hattab | |
2017-06-07 | alias 'notes:' alias for md speaker note separator #1913 | Hakim El Hattab | |
2017-06-06 | patch to allow multiplexing on URL load | Ole Mussmann | |
2017-05-22 | highlight.js 9.0.0 -> 9.11.0 | Hakim El Hattab | |
2017-05-21 | Remove comment | linux-man | |
2017-05-21 | Modified Zoom | linux-man | |
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 | |||
2017-05-21 | Better Search | linux-man | |
Open/close with Control+Shift+f Find words inside SPAN Don't duplicate findings | |||
2017-04-30 | Fixed notes.js to account for upstream updates | Greg Denehy | |
2017-04-30 | Merge branch 'dev' into plugin-key-bindings | Greg Denehy | |
2017-04-30 | Changed custom key binding config properties to use 'keyCode' instead of 'code' | Greg Denehy | |
2017-04-30 | Added programatic support for custom key bindings with optional descriptions ↵ | Greg Denehy | |
to be added to the help screen | |||
2017-04-21 | minor tweak for #1564 | 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 | don't show negative signs inside minutes/seconds elements | Adam Spiers | |
2017-04-20 | round decreasing timers to mirror increasing timers | Adam Spiers | |
2017-04-20 | avoid deleting existing classes when muting time elements | Adam Spiers | |
and make muting work for negative values | |||
2017-04-20 | don't mute minutes when hours is unmuted | Adam Spiers | |
2017-04-20 | use opacity for muted clock elements | Adam Spiers | |
This allows us to use different colours for different timers, which will be useful when we add a pacing timer. | |||
2017-04-20 | extract time display code into new _displayTime() function | Adam Spiers | |
This will allow us to reuse the display code for displaying an additional pacing timer. | |||
2017-04-20 | Allow popup window access to Reveal API | Adam Spiers | |
2017-04-07 | Merge pull request #1843 from riezebosch/pdf-print-callback | Hakim El Hattab | |
print-pdf using callback iso timer | |||
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-14 | print-pdf using callback iso timer | Manuel Riezebosch | |
Use window.callPhantom icw page. onCallback to wait for pdf-ready event. From: http://stackoverflow.com/a/28925479/129269 | |||
2017-02-15 | phantom export throws error if reveal.js isn't present | Hakim El Hattab | |
2017-02-15 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2017-02-15 | new phantom pdf export script that works with 3.4.0 #1815 | Hakim El Hattab | |
2017-01-31 | improved fragment notes support #1636 | Hakim El Hattab | |
2017-01-31 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2017-01-31 | Merge pull request #1636 from traff/master | Hakim El Hattab | |
For a fragment: allow to show a separate note defined in it | |||
2017-01-31 | fix markdown typo, update comment #1780 | Hakim El Hattab | |
2017-01-31 | Merge branch 'patch-2' of https://github.com/ccqgithub/reveal.js into dev | Hakim El Hattab | |
2016-12-23 | support complex markdown | Season Chen | |
support <textarea data-template> `some code` </textarea> | |||
2016-12-08 | Enable passing options for parsing Markdown. | Benjamin Tan | |
Closes #1163, #1495. | |||
2016-12-01 | Merge pull request #1756 from jmpp/better-data-trim | Hakim El Hattab | |
Implementing a better data-trim | |||
2016-11-22 | Better version of data-trim on code snippets | J.M. Cléry | |
2016-09-21 | speaker layouts in server side notes plugin | Hakim El Hattab | |
2016-09-21 | layout selector for speaker view; includes four options | Hakim El Hattab | |
2016-07-04 | For a fragment: allow to show a separate note defined in it | Dmitry Trofimov | |
When a slide has several fragments it could be convenient to define a note for each of them. In this case we need to show only this specific note defined in a fragment and not others. General note of a slide shouldn't be also shown, as a more specific one should have greater relevance in this case. | |||
2016-06-22 | Merge branch 'bug/markdownSetOptions' of https://github.com/snowyu/reveal.js ↵ | Hakim El Hattab | |
into dev |