aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #1728 from opdavies/sass-extensionHakim El Hattab2017-01-31
|\ | | | | support .sass themes
| * Support sass extension for custom themesOliver Davies2016-10-16
| |
* | Merge pull request #1764 from demoneaux/package-jsonHakim El Hattab2017-01-31
|\ \ | | | | | | Shift `dependencies` to `devDependencies`.
| * | Shift `dependencies` to `devDependencies`.Benjamin Tan2016-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | The `reveal.js` npm module is typically installed to access the CSS/JS assets for Reveal.js. For those that want to run the plugins, they would clone the whole repository. Hence, it doesn’t make sense to include those as `dependencies`, which will increase download times. Closes #1734.
* | | recommend using textarea wrapper for inline markdown #1780Hakim El Hattab2017-01-31
| | |
* | | fix markdown typo, update comment #1780Hakim El Hattab2017-01-31
| | |
* | | Merge branch 'patch-2' of https://github.com/ccqgithub/reveal.js into devHakim El Hattab2017-01-31
|\ \ \
| * | | support complex markdownSeason Chen2016-12-23
| | | | | | | | | | | | support <textarea data-template> `some code` </textarea>
* | | | note about showNotes in PDF exports #1800Hakim El Hattab2017-01-30
| | | |
* | | | typoHakim El Hattab2017-01-30
| | | |
* | | | Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab2017-01-30
|\ \ \ \
| * \ \ \ Merge pull request #1803 from bitjson/patch-1Hakim El Hattab2017-01-30
| |\ \ \ \ | | | | | | | | | | | | correct grunt option usage
| | * | | | correct grunt option usageJason Dreyzehner2017-01-23
| | | | | |
* | | | | | Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab2017-01-25
|\| | | | |
| * | | | | 3.4.1Hakim El Hattab2017-01-25
| | | | | |
| * | | | | adjust pdf margins instead of heights to fix #1804Hakim El Hattab2017-01-25
| | | | | |
| * | | | | additional fix for empty pages in pdf exports #1804Hakim El Hattab2017-01-24
| | | | | |
| * | | | | fix empty pages in pdf exports (closes #1804)Hakim El Hattab2017-01-24
| |/ / / /
* | | | | adjust pdf margins instead of heights to fix #1804Hakim El Hattab2017-01-25
| | | | |
* | | | | additional fix for empty pages in pdf exports #1804Hakim El Hattab2017-01-24
| | | | |
* | | | | fix empty pages in pdf exports (closes #1804)Hakim El Hattab2017-01-24
| | | | |
* | | | | merge info links in indexHakim El Hattab2017-01-23
| | | | |
* | | | | Merge pull request #1794 from pkubowicz/index-historyHakim El Hattab2017-01-23
|\ \ \ \ \ | | | | | | | | | | | | Remove 'history: true' from index.html
| * | | | | Remove 'history: true' from index.htmlPiotr Kubowicz2017-01-15
| |/ / / / | | | | | | | | | | | | | | | | | | | | Readme says the default is 'history: false', so it may be surprising for users - it's easy to miss the contradicting setting in index.html
* | | | | Merge pull request #1768 from demoneaux/background-imagesHakim El Hattab2017-01-23
|\ \ \ \ \ | | | | | | | | | | | | Allow background images without protocols to have query hashes/parameters.
| * | | | | Allow background images without protocols to have query hashes/parameters.Benjamin Tan2016-12-11
| | | | | | | | | | | | | | | | | | | | | | | | Closes #1603.
* | | | | | 2017Hakim El Hattab2017-01-20
| | | | | |
* | | | | | make backgrounds (iframes) interactive when the foreground is emptyHakim El Hattab2017-01-19
| | | | | |
* | | | | | remove unused argumentHakim El Hattab2017-01-19
| | | | | |
* | | | | | works with video, defaults to (same as for images)Hakim El Hattab2017-01-18
| | | | | |
* | | | | | fix race condition by updating backgrounds after slide visibilityHakim El Hattab2017-01-17
| | | | | |
* | | | | | prevent autoplaying backgrounds from playing if slide is hiddenHakim El Hattab2017-01-17
| | | | | |
* | | | | | wait for in-slide video/audio to load before playing, reuse same autoplay ↵Hakim El Hattab2017-01-16
| |/ / / / |/| | | | | | | | | | | | | | logic for slide backgrounds
* | | | | fix unclosed code blockHakim El Hattab2017-01-10
| | | | |
* | | | | 3.4.0Hakim El Hattab2017-01-10
| | | | |
* | | | | Merge branch 'dev' of github.com:hakimel/reveal.jsHakim El Hattab2017-01-10
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fragments inherit visibility to avoid conflicts with parent slide visibilityHakim El Hattab2016-12-15
| | | | |
| * | | | don't show error message while iframe fades in #1577Hakim El Hattab2016-12-13
| | | | |
| * | | | Merge branch 'add-refused-to-display-tips-to-link-preview' of ↵Hakim El Hattab2016-12-13
| |\ \ \ \ | | | | | | | | | | | | | | | | | | https://github.com/Huxpro/reveal.js into dev
| | * | | | add refused-to-display tips in link-preview-overlay黄玄2016-05-02
| | | | | |
| * | | | | always use lowercase reveal.jsHakim El Hattab2016-12-13
| | | | | |
| * | | | | Merge pull request #1767 from demoneaux/readmeHakim El Hattab2016-12-13
| |\ \ \ \ \ | | |_|/ / / | |/| | | | Add note about head.js to readme.
| | * | | | Add note about head.js to readme.Benjamin Tan2016-12-11
| |/ / / / | | | | | | | | | | | | | | | Closes #1569.
| * | / / Enable passing options for parsing Markdown.Benjamin Tan2016-12-08
| | |/ / | |/| | | | | | | | | | Closes #1163, #1495.
| * | | Merge pull request #1760 from demoneaux/package-jsonHakim El Hattab2016-12-06
| |\ \ \ | | | | | | | | | | Reduce required Node.js version to 4.0.0.
| | * | | Reduce required Node.js version to 4.0.0.Benjamin Tan2016-12-06
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The development workflow can be used with Node 4+, not just Node 6. We should avoid showing warnings and errors when users are installing this package via npm/yarn. Ref. #1729, #1743. Closes #1725.
| * | | Merge pull request #1740 from ↵Hakim El Hattab2016-12-01
| |\ \ \ | | | | | | | | | | | | | | | | | | | | christinakayastha/feature/printing-remove-slide-number Hide slide number when in paper or pdf print view
| | * | | Don't remove slide-number in pdf viewChristi Kaes2016-10-30
| | | | |
| | * | | Hide slide number when in paper or pdf print viewchristikaes2016-10-30
| | | | |
| * | | | merge package version conflictsHakim El Hattab2016-12-01
| |\ \ \ \