summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2018-02-07Docs: add note on how to enable/disable preview links individually.Benjamin Tan
Closes #2005.
2018-02-06Docs: mention that syntax highlighting requires CSS theme file.Benjamin Tan
Closes #2075.
2018-02-06Docs: avoid recommending global Grunt installation.Benjamin Tan
Closes #1951.
2018-02-06Docs: Add note about Windows carriage returns.Benjamin Tan
Closes #1808.
2018-02-01Fix testing on Windows machines.Benjamin Tan
Windows carriage return line endings were not being tested for. Fixes #2087.
2018-01-25fix bug where left/right arrows appeared when there were no horizontal slidesHakim El Hattab
2018-01-25reorganize config optionsHakim El Hattab
2018-01-24Merge pull request #2080 from bnjmnt4n/update-depsHakim El Hattab
Update dependencies.
2018-01-22Update QUnit to 2.5.0 and `grunt-contrib-qunit` to 2.0.0.Benjamin Tan
2018-01-22Update `grunt-contrib-uglify`.Benjamin Tan
2018-01-22Update dependencies.Benjamin Tan
2018-01-22Merge pull request #2078 from bnjmnt4n/data-backgroundHakim El Hattab
Allow `data-background` images to load even if there is whitespace at…
2018-01-22Allow `data-background` images to load even if there is whitespace at the end.Benjamin Tan
Fixes #2032.
2018-01-22Merge pull request #2077 from bnjmnt4n/js-loadHakim El Hattab
Allow JS files with query strings to be loaded.
2018-01-22Allow JS files with query strings to be loaded.Benjamin Tan
Fixes #1944.
2018-01-21fix fragment handling when desired fragment is 0Dougal J. Sutherland
2018-01-04optionally put the fragment in the URLDougal J. Sutherland
2017-12-04fix missing theme line-height when printing #1967Hakim El Hattab
2017-12-04prevent cmd+r in notes window since reloading breaks the view #1958Hakim El Hattab
2017-12-04Merge pull request #1958 from ThomasWeinert/feature/block_f5_in_notesHakim El Hattab
Block F5 in speaker notes window, avoid disconnects
2017-12-04Merge branch 'patch-1' of https://github.com/keradus/reveal.js into devHakim El Hattab
2017-12-02.gitignore - ignore package-lock.json fileDariusz Rumiński
Ignore lock file of newer node versions
2017-12-01Merge pull request #2045 from jgm/issue2026Hakim El Hattab
Allow tex2jax options to be passed into math plugin.
2017-11-29Allow 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-29Merge branch 'issue_2041' of https://github.com/denehyg/reveal.js into devHakim El Hattab
2017-11-29minor formatting tweaksHakim El Hattab
2017-11-29Merge branch 'plugin-key-bindings' of https://github.com/denehyg/reveal.js ↵Hakim El Hattab
into dev
2017-11-25Fixed issue with getProgress() when called from slidechanged event on edge caseGreg Denehy
2017-11-23optimize use of getSlideBackground by avoiding index lookupHakim El Hattab
2017-11-23add inline and external markdown images to example #2039Hakim El Hattab
2017-11-22lab.hakim.se/reveal-js -> revealjs.comHakim El Hattab
2017-11-223.6.0Hakim El Hattab
2017-11-21make it possible to load/unload slides via the apiHakim El Hattab
2017-11-21simplify logic for finding slide backgroundsHakim El Hattab
2017-11-17URI encode name hashNicolas Normand
2017-11-09Merge branch 'update-css' of https://github.com/sfairchild/reveal.js into devHakim El Hattab
2017-11-09Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2017-11-09Merge pull request #1983 from ssfrr/patch-1Hakim El Hattab
adds note about necessary markdown scripts to README
2017-11-09Merge pull request #2017 from hoeggi/patch-1Hakim El Hattab
Update README.md
2017-11-09Merge pull request #1957 from crowchirp/patch-1Hakim El Hattab
corrected minor typo in readme file
2017-11-09Merge pull request #2029 from lechten/export-isSpeakerNotesHakim El Hattab
Export isSpeakerNotes
2017-11-09reconfiguring no longer unloads iframes on current slideHakim El Hattab
2017-11-09Merge pull request #2030 from lechten/registersearchkeyHakim El Hattab
Register search key shortcut for help overlay
2017-11-09allow to be called directly before or after (closes #2021)Hakim El Hattab
2017-11-05Register search key shortcut for help overlayJens Lechtenbörger
2017-11-05Export isSpeakerNotesJens Lechtenbörger
2017-10-28Update README.mdhoeggi
2017-10-04always show media controls on mobile devicesHakim El Hattab
2017-09-11adds note about necessary markdown scripts to READMESpencer Russell
2017-09-07support negative values in query config overridesHakim El Hattab
2017-09-06Prevent text-transform inside code tagsSean Fairchild
2017-08-12Block F5 in speaker notes window, avoid disconnectsThomas Weinert
2017-08-10corrected minor typo in readme fileChandan Rai
2017-08-08fix indent: replace spaces with tabsMaximilian Köhl
2017-08-08PDF export: add option to export one page per fragmentMaximilian Köhl
2017-07-27add option for disabling all forms of auto-slidingHakim El Hattab
2017-07-13localstorage feature test in notes plugin, fixes speaker view error in safariHakim El Hattab
2017-06-19zoom.js works on main wrapper elementHakim El Hattab
2017-06-19zoom.js uses ctrl+click for linux, alt+click for others #1909Hakim El Hattab
2017-06-19simplify point zoom, switch back to alt + click shortcut for os x support #1909Hakim El Hattab
2017-06-19clear existing matches when searching for empty string #1909Hakim El Hattab
2017-06-19Merge branch 'master' of https://github.com/linux-man/reveal.js into devHakim El Hattab
2017-06-14unload lazy loaded videos that are moved out of viewHakim El Hattab
2017-06-14themes use default quotation marks for `<q>` #1720Hakim El Hattab
2017-06-13prevent mobile safari header from covering presentation contentHakim El Hattab
2017-06-12fix centering of edge-aligned controlsHakim El Hattab
2017-06-12change event listener syntax #1917Hakim El Hattab
2017-06-12Merge branch 'issue1896' of https://github.com/OleMussmann/reveal.js into devHakim El Hattab
2017-06-12Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2017-06-12Merge pull request #1898 from bentsai/patch-1Hakim El Hattab
Fix typo
2017-06-07alias 'notes:' alias for md speaker note separator #1913Hakim El Hattab
2017-06-06patch to allow multiplexing on URL loadOle Mussmann
2017-06-02change condition for detecting when there are horizontal slidesHakim El Hattab
2017-05-24'showNotes' does nothing when there are no notesHakim El Hattab
2017-05-23larger speaker notes font on big screensHakim El Hattab
2017-05-22tweak control spacingHakim El Hattab
2017-05-22highlight.js 9.0.0 -> 9.11.0Hakim El Hattab
2017-05-21Remove commentlinux-man
2017-05-21Modified Zoomlinux-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-21Better Searchlinux-man
Open/close with Control+Shift+f Find words inside SPAN Don't duplicate findings
2017-05-19change default color of controls to match legacyHakim El Hattab
2017-05-19remove border from notes contain when printing on separate pageHakim El Hattab
2017-05-19adjust autplay position when notes are bottom-alignedHakim El Hattab
2017-05-19low width speaker notes mode no longer uses vhHakim El Hattab
2017-05-19adjust speaker notes layout on mobile devicesHakim El Hattab
2017-05-18'no notes on this slide' placeholderHakim El Hattab
2017-05-18speaker notes tweakHakim El Hattab
2017-05-18comment typoHakim El Hattab
2017-05-18fix error with multiple decimal em in safariHakim El Hattab
2017-05-18improve controls on touch devicesHakim El Hattab
2017-05-18revise progress to make them easier to overrideHakim El Hattab
2017-05-18fix up arrow positionHakim El Hattab
2017-05-17control layout tweaksHakim El Hattab
2017-05-17adjust control layouts when there are no vertical/horiozontal slidesHakim El Hattab
2017-05-17more flexible control size using emHakim El Hattab
2017-05-16control opacity tweakHakim El Hattab
2017-05-16controlsHints -> controlsTutorialHakim El Hattab
2017-05-16in/out transitions for controlsHakim El Hattab
2017-05-16add controlsHint option, animates vertical arrow first time we encounter a ↵Hakim El Hattab
vertical slide
2017-05-16adjust controls layout when there are no vertical or horizontal slides in ↵Hakim El Hattab
the deck