Hakim El Hattab
fbbae1dc55
switch to monokai as default syntax highlight theme
3 years ago
Mike Hatch
dd6f8b402c
Fixed a couple of typos
3 years ago
Hakim El Hattab
7867b77833
indentation fix
3 years ago
Hakim El Hattab
ce53e63b5b
documentation for #2315
3 years ago
Hakim El Hattab
812b802c1c
resize event tweaks for #2300
3 years ago
Hakim El Hattab
23c2d2795c
navigationMode documentation improvements
3 years ago
Hakim El Hattab
2fa3ab6a6b
documentation for navigationMode #2307
3 years ago
Hakim El Hattab
baac3413ed
upgrade to socket.io 2.2.0 #2257
3 years ago
Mario Wolff
126365627b
fixed documentation on resize event
3 years ago
Mario Wolff
abee356e42
emmit resize event if scale changed
3 years ago
Hakim El Hattab
c36caef5e7
2019
4 years ago
Hakim El Hattab
b645828707
ensure history api is available, default to hash: true with no history in demo #2286
4 years ago
Hakim El Hattab
dedad930e3
add section about vertical slides and `gridNavigation` to readme
4 years ago
Hakim El Hattab
0b3e7839eb
note about backticks to avoid LaTeX <> Markdown syntax conflicts #1359
4 years ago
Anthony Sottile
fd6245bb28
Add new 'hash: true' option which uses replaceState for url
...
Resolves #2211
4 years ago
Hakim El Hattab
8ac3383bee
add getRevealElement API method
4 years ago
Hakim El Hattab
62cd74a890
add note about lazy loading iframes #1672 #1938
4 years ago
Hakim El Hattab
7b707696b4
automatically hide the mouse pointer after 5s of inactivity ( #1837 )
4 years ago
Hakim El Hattab
196d2a3971
remove classlist polyfill, cross browser support is good enough now
4 years ago
Hakim El Hattab
01ceba3f73
remove mention of head.js in readme
4 years ago
Hakim El Hattab
436b41a8fc
dont refer to outdated speaker notes style in readme #2244
4 years ago
Erik
ed581add7f
bring install instructions to top, as is tradition
...
The Install was waaaay at the bottom, which didn't make sense to scroll through all the detailed documentation, just to find how to get started with an install.
4 years ago
Lele
b0ebb7deed
Fixed broken link to markdown options doc
...
Fixed broken link to markdown options doc
4 years ago
Hakim El Hattab
be87adcdf8
rename new fragment style
4 years ago
Hakim El Hattab
3680f1ad10
merge #1955 with minor changes
4 years ago
Hakim El Hattab
4bea8e17e8
add 'fade-in-then-half-out' fragment style, 'current-visible' was renamed to 'fade-in-then-out'
4 years ago
Tristan Sokol
27553e2fcb
add a full list of transitions to readme
4 years ago
Hakim El Hattab
042fbde61b
data-background-content-opacity -> data-background-opacity
4 years ago
Hakim El Hattab
4ba0d73345
add , adds wrapper element around background images/videos/iframes
4 years ago
marcvangend
ceb1738a0f
Clarify the meaning of the notes?: regex
4 years ago
craigsdennis
8ff5fe4986
Updates copyright to 2018
4 years ago
Benjamin Tan
1427f7a1ae
Cleanup readme to make it easier to read/edit.
...
- 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.
4 years ago
Benjamin Tan
b2d532ea28
Allow users to customise MathJax options.
...
Ref. #1856 , #2006 , #2045 .
This is a more open approach to allow customisation of all MathJax options instead of select options only.
4 years ago
Benjamin Tan
7991693bde
Docs: add note on how to enable/disable preview links individually.
...
Closes #2005 .
4 years ago
Benjamin Tan
410f7767b9
Docs: mention that syntax highlighting requires CSS theme file.
...
Closes #2075 .
4 years ago
Benjamin Tan
80bc1971e0
Docs: Add note about Windows carriage returns.
...
Closes #1808 .
4 years ago
Hakim El Hattab
de746bb642
reorganize config options
4 years ago
Dougal J. Sutherland
260f287926
optionally put the fragment in the URL
5 years ago
Hakim El Hattab
65bdccd580
lab.hakim.se/reveal-js -> revealjs.com
5 years ago
hoeggi
8041759b8b
Update README.md
5 years ago
Spencer Russell
665d3a151d
adds note about necessary markdown scripts to README
5 years ago
Chandan Rai
04dcc48fa9
corrected minor typo in readme file
5 years ago
Hakim El Hattab
67507ccb9d
controlsHints -> controlsTutorial
5 years ago
Hakim El Hattab
9e013ccbb2
in/out transitions for controls
5 years ago
Greg Denehy
40a46e1c0c
Added description of custom key binding API to readme
5 years ago
Hakim El Hattab
9f4ed56bb3
larger headings for background sections
5 years ago
Hakim El Hattab
caccf67d3a
add for iframe backgrounds
5 years ago
Adam Spiers
715cf0ba11
optionally display pacing advice based on slide timings
...
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.
5 years ago
Adam Spiers
921a605567
document clock and timer in speaker notes window
5 years ago
Adam Spiers
ef9cbbbbb9
add new getSlides() API
...
This can be used by plugins which are concerned with helping the
presenter with their pace.
5 years ago