Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-05 | Register search key shortcut for help overlay | Jens Lechtenbörger | |
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-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 | |||
2016-06-10 | Merge branch 'Timothep-master' into dev | Hakim El Hattab | |
2016-06-10 | Horizontal 2-1 View for the speaker notes instead of a vertical 1-2 | Timothep | |
2016-04-29 | tweak formatting to match rest of slide | Hakim El Hattab | |
2016-04-26 | More natural zooming on block level elements | Jess Telford | |
Switching a `display: block` element to `display: inline-block` allows calculating the bounds based on the contents of the div rather than the entire container (which is often `width: 100%`). This provides a much more natural zoom, especially for paragraphs and code examples. | |||
2016-04-07 | support for standalone multiplexing | Hakim El Hattab | |
2016-03-09 | server notes plugin no longer syncs overview mode #1446 | Hakim El Hattab | |
2016-03-09 | notes plugin no longer syncs overview mode #1446 | Hakim El Hattab | |
2016-03-09 | fix notes regex #1522 #1392 | Hakim El Hattab | |
2016-03-07 | Merge pull request #1522 from demoneaux/notes-fix | Hakim El Hattab | |
Fix query parameter issue in notes plugin. | |||
2016-03-06 | Fix query parameter issue in notes plugin. | Benjamin Tan | |
Closes #1392. | |||
2016-03-06 | Remove unused dependencies. | Benjamin Tan | |
2016-01-11 | Merge branch 'jetzhliu-patch-1' of https://github.com/jetzhliu/reveal.js ↵ | Hakim El Hattab | |
into dev | |||
2016-01-08 | code format | Hakim El Hattab | |
2016-01-08 | Merge branch 'patch-1' of https://github.com/danieltdt/reveal.js into dev | Hakim El Hattab | |
2016-01-08 | same code format | Hakim El Hattab | |
2016-01-08 | Merge branch 'patch-2' of https://github.com/teawithfruit/reveal.js into dev | Hakim El Hattab | |
2016-01-08 | include speaker view keyboard shortcut when applicable #1466 | Hakim El Hattab | |
2016-01-04 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2015-12-27 | Fix spelling error in print-pdf plugin | Ian Smith | |
2015-12-14 | update to highlight.js 9.0.0 | Hakim El Hattab | |
2015-11-11 | * [bug] the markdown plugin can not render highlight codes for ↵ | Riceball LEE | |
marked.setOptions(highlight) | |||
2015-11-10 | * update marked.js version to 0.3.5 | Riceball LEE | |
2015-11-09 | Merge pull request #1391 from rohithpr/notes-key-binding | Hakim El Hattab | |
Fixed #1379 - config keyboard now disables 's' key | |||
2015-11-09 | update highlight.js 8.6 -> 8.9.1 #1385 | Hakim El Hattab | |
2015-11-09 | server notes sync slide changes both ways, fixes #1425 | Hakim El Hattab | |
2015-11-02 | fixed loading | teawithfruit | |
2015-10-26 | remove remotes.io plugin, service no longer exists #1411 | Hakim El Hattab | |
2015-10-19 | format note content when creating slide | Liu Zhanhong | |
In html content, marked allow `Inline-Level Grammar` but not `Block-Level Grammar`, so when I write following: ``` note: * a * b * c ``` it become: ```html <p><em> a </em> b</p> <ul> <li>c</li> </ul> ``` unbelievable! | |||
2015-10-09 | Fixed #1379 - config keyboard now disables 's' key | rohithpr | |
2015-09-29 | multiplexing work with socket.io 1.0+ #1281 #1276 | Hakim El Hattab | |
2015-09-29 | speaker notes work with socket.io 1.0 #1375 | Hakim El Hattab | |
2015-09-25 | notes defined in data-notes attributes retain preformatted whitespace | Hakim El Hattab | |
2015-07-07 | tweaks for #1200 | Hakim El Hattab | |
2015-07-07 | Merge branch 'master' of https://github.com/bfritscher/reveal.js into dev | Hakim El Hattab | |
2015-07-07 | Merge pull request #1205 from gothma/mathjax-md | Hakim El Hattab | |
Allow tex parsing in <code> tags | |||
2015-06-25 | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | |
2015-06-25 | Merge pull request #1250 from kfuglsang/highlightjs-86 | Hakim El Hattab | |
Updated to Highlightjs 8.6 with all languages supported. | |||
2015-06-15 | Removed leap motion plugin from main project | RC028552 | |
2015-06-10 | Allows to specify PORT from env on multiplex plugin | pierreozoux | |
2015-06-02 | Updated to Highlightjs 8.6 with all languages supported. | Kenneth Fuglsang | |
2015-04-16 | Allow tex parsing in <code> tags | Martin Goth | |
Just using $ as delimiter in markdown document fails since the markdown parser unknown to the dollar syntax will try to interpret underscores. Putting the $ delimented formula in backticks will cause the markdown parser to put the tex-code with the $ delimiters into a code block. The texcode will then be unchanged. This patch allows for mathJax to interpret and automagically display the tex-formulas. | |||
2015-04-12 | Merge branch 'query-params' of https://github.com/FND/reveal.js into dev | Hakim El Hattab | |
2015-04-12 | handle the </script> end bug inside code markdown | Boris Fritscher | |
by changing the tag before html is parsed and restoring it before markdown parsing | |||
2015-04-02 | support query parameters within notes plugin | FND | |
2015-03-25 | Merge branch 'patch-1' of https://github.com/drzax/reveal.js into dev | Hakim El Hattab | |
2015-03-25 | Merge pull request #1166 from callahad/update-marked | Hakim El Hattab | |
update marked to 0.3.3 | |||
2015-03-25 | alt+zoom only works on slide content #1151 | Hakim El Hattab | |
2015-03-16 | Attribute values should be quoted | Simon Elvery | |
2015-03-16 | Bumped Marked to v0.3.3 | Dan Callahan | |
Compressed with `uglifyjs lib/marked.js --comments="/Copyright/" --mangle --compress` Used Marked v0.3.3 as of chjj/marked@2b5802f258c5e23e48366f2377fbb4c807f47658 | |||
2015-03-16 | updated md slide separator regex #929 | Hakim El Hattab | |
see https://github.com/hakimel/reveal.js/issues/929#issuecomment-80738837 | |||
2015-03-05 | Add support for custom notes.html file | Daniel Teixeira | |
It would be nice if we could define a custom notes.html file. Actually, I'm used to compile my js files before releasing my app and, using selectors like `script[src$="notes.js"]`, doesn't work :( So, what do you think about it? | |||
2015-01-22 | add global flag back in for whitespace removal, without it most of the ↵ | Hakim El Hattab | |
content in example.html does not work #682 | |||
2015-01-20 | default to https mathjax #1103 | Hakim El Hattab | |
2014-12-10 | zoom plugin now works for scaled presentations | Hakim El Hattab | |
2014-10-16 | better handling of overflowing speaker notes #1017 | Hakim El Hattab | |
2014-09-28 | prevent auto-sliding in notes frames #1004 | Hakim El Hattab | |
2014-09-27 | dont open notes when S is pressed inside of notes window #991 | Hakim El Hattab | |