Age | Commit message (Collapse) | Author |
|
|
|
|
|
index #1955
|
|
|
|
|
|
|
|
'fade-in-then-out'
|
|
Clarify the meaning of the notes?: regex
|
|
|
|
|
|
Fix timer when speaker notes window opened via RevealNotes.open()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Adding support for hash linked slideNumber
|
|
|
|
|
|
|
|
|
|
* Print background in pdf
Pull request to integrate issue https://github.com/hakimel/reveal.js/issues/1686. Adding the workaround to the theme template to make it work for every theme.
* apply suggestion of @hakimel
|
|
|
|
into dev
|
|
|
|
Cleanup readme to make it easier to read/edit.
|
|
Prefer W3C pointer events and updates to match the standard definition
|
|
|
|
Updates copyright to 2018
|
|
|
|
* add support for overriding the default layout
New `overrideLayout` option (if true) will prevent h/w calcs.
* fix error if options are empty
* Implement requested changes
Rename overrideLayout to disableLayout and remove code to unset display
|
|
|
|
This reverts commit f76b4fda93a8d8770390d4e89b68f8ac27e32dc9.
|
|
|
|
|
|
|
|
of the standard), unconditional event removal
|
|
|
|
|
|
- Use `single backticks` consistently for inline code snippets.
- Add double linefeeds before level 2 headings.
- Add a single linefeed after each heading.
- Minor docs edits.
|
|
|
|
|
|
Allow whitespace on background-images, w3 compliance
|
|
This prevents additional requests from devtools when debugging code.
|
|
|
|
|
|
|
|
https://github.com/dougalsutherland/reveal.js into dev
|
|
Closes #2005.
|
|
Closes #2075.
|
|
Closes #1951.
|
|
Closes #1808.
|
|
Windows carriage return line endings were not being tested for.
Fixes #2087.
|
|
|
|
|
|
Update dependencies.
|
|
|
|
|
|
|
|
Allow `data-background` images to load even if there is whitespace at…
|
|
Fixes #2032.
|
|
Allow JS files with query strings to be loaded.
|
|
Fixes #1944.
|
|
|
|
|
|
|
|
|
|
Block F5 in speaker notes window, avoid disconnects
|
|
|
|
Ignore lock file of newer node versions
|
|
Allow tex2jax options to be passed into math plugin.
|
|
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.
});
|
|
|
|
|
|
into dev
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
adds note about necessary markdown scripts to README
|
|
Update README.md
|
|
corrected minor typo in readme file
|
|
Export isSpeakerNotes
|
|
|
|
Register search key shortcut for help overlay
|
|
|
|
|
|
|
|
|