Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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-02-15 |
| | | |||
* | | 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 | 2017-01-31 |
| |\ | | | | | | | For a fragment: allow to show a separate note defined in it | ||
| | * | For a fragment: allow to show a separate note defined in it | Dmitry Trofimov | 2016-07-04 |
| | | | | | | | | | | | | 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. | ||
* | | | 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 | 2017-01-31 |
|\ \ \ | |/ / |/| | | |||
| * | | support complex markdown | Season Chen | 2016-12-23 |
| |/ | | | | | support <textarea data-template> `some code` </textarea> | ||
* | | Enable passing options for parsing Markdown. | Benjamin Tan | 2016-12-08 |
| | | | | | | | | Closes #1163, #1495. | ||
* | | Merge pull request #1756 from jmpp/better-data-trim | Hakim El Hattab | 2016-12-01 |
|\ \ | | | | | | | Implementing a better data-trim | ||
| * | | Better version of data-trim on code snippets | J.M. Cléry | 2016-11-22 |
| |/ | |||
* | | 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-09-21 |
| | | |||
* | | Merge branch 'bug/markdownSetOptions' of https://github.com/snowyu/reveal.js ↵ | Hakim El Hattab | 2016-06-22 |
|\ \ | | | | | | | | | | into dev | ||
| * | | * [bug] the markdown plugin can not render highlight codes for ↵ | Riceball LEE | 2015-11-11 |
| | | | | | | | | | | | | marked.setOptions(highlight) | ||
| * | | * update marked.js version to 0.3.5 | Riceball LEE | 2015-11-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-06-10 |
| | |/ | |/| | |||
* | | | tweak formatting to match rest of slide | Hakim El Hattab | 2016-04-29 |
| | | | |||
* | | | More natural zooming on block level elements | Jess Telford | 2016-04-26 |
|/ / | | | | | | | | | | | 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. | ||
* | | support for standalone multiplexing | Hakim El Hattab | 2016-04-07 |
| | | |||
* | | 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-09 |
| | | |||
* | | Merge pull request #1522 from demoneaux/notes-fix | Hakim El Hattab | 2016-03-07 |
|\ \ | | | | | | | Fix query parameter issue in notes plugin. | ||
| * | | Fix query parameter issue in notes plugin. | Benjamin Tan | 2016-03-06 |
| | | | | | | | | | Closes #1392. | ||
* | | | Remove unused dependencies. | Benjamin Tan | 2016-03-06 |
|/ / | |||
* | | Merge branch 'jetzhliu-patch-1' of https://github.com/jetzhliu/reveal.js ↵ | Hakim El Hattab | 2016-01-11 |
|\ \ | | | | | | | | | | into dev | ||
| * | | format note content when creating slide | Liu Zhanhong | 2015-10-19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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! | ||
* | | | 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 |
|\ \ \ | |||
| * | | | Add support for custom notes.html file | Daniel Teixeira | 2015-03-05 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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? | ||
* | | | | 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 |
|\ \ \ \ | |||
| * | | | | fixed loading | teawithfruit | 2015-11-02 |
| | | | | | |||
* | | | | | include speaker view keyboard shortcut when applicable #1466 | Hakim El Hattab | 2016-01-08 |
| | | | | | |||
* | | | | | Merge branch 'master' of github.com:hakimel/reveal.js into dev | Hakim El Hattab | 2016-01-04 |
|\ \ \ \ \ | |||
| * | | | | | Fix spelling error in print-pdf plugin | Ian Smith | 2015-12-27 |
| | |_|_|/ | |/| | | | |||
* / | | | | update to highlight.js 9.0.0 | Hakim El Hattab | 2015-12-14 |
|/ / / / | |||
* | | | | Merge pull request #1391 from rohithpr/notes-key-binding | Hakim El Hattab | 2015-11-09 |
|\ \ \ \ | | | | | | | | | | | Fixed #1379 - config keyboard now disables 's' key | ||
| * | | | | Fixed #1379 - config keyboard now disables 's' key | rohithpr | 2015-10-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-09 |
| |/ / |/| | | |||
* | | | remove remotes.io plugin, service no longer exists #1411 | Hakim El Hattab | 2015-10-26 |
|/ / | |||
* | | 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-29 |
| | | |||
* | | notes defined in data-notes attributes retain preformatted whitespace | Hakim El Hattab | 2015-09-25 |
| | | |||
* | | tweaks for #1200 | Hakim El Hattab | 2015-07-07 |
| | |