Hakim El Hattab
f042a8c394
add cmd/ctrl + arrow key shortcuts to first/last slides
2018-11-13 10:48:23 +01:00
Hakim El Hattab
b6ce0a9724
fix concave/convex transitions on vertical slides #1947
2018-11-08 14:05:53 +01:00
Hakim El Hattab
1c07fccc35
reset css in default index.html
2018-11-05 08:59:19 +01:00
ggodreau
40bf81ce9b
Fixes #2268
...
- Added clarification to README.md that 'markdown.js' and 'marked.js' scripts were imported within the default included index.html file
2018-11-01 08:18:21 -05:00
Hakim El Hattab
bc2477bf10
fix no-transform mode
2018-10-31 09:20:12 +01:00
Hakim El Hattab
2b61dde83b
add audio autoplay test
2018-10-31 08:59:47 +01:00
Arno Lepisk
8e5bdcc2bb
Make code font customizable for themes.
2018-10-30 22:03:13 +01:00
Hakim El Hattab
42e796afb2
dispatch state events after current slide has updated #2264
2018-10-26 11:29:08 +02:00
Hakim El Hattab
6abc6e0058
move reset.css out of reveal.css to make it optional #1952 #2248
2018-10-25 13:34:03 +02:00
Hakim El Hattab
4ac153c46f
Merge pull request #2263 from mbotsch/fix-readURL
...
Fix if-statement in readURL
2018-10-25 13:00:03 +02:00
Mario Botsch
8a35a1e1ed
Fix nested if-statement in readURL that caused slide(h,v) to be
...
called even when the current slide is the target slide.
2018-10-24 23:22:11 +02:00
Hakim El Hattab
7d66999c7f
syntax tweak
2018-10-11 11:32:23 +02:00
Hakim El Hattab
387455b755
replace while with forEach loop
2018-10-11 11:32:16 +02:00
Hakim El Hattab
a4dc1c6440
fix #1590
2018-10-11 11:24:54 +02:00
Hakim El Hattab
62cd74a890
add note about lazy loading iframes #1672 #1938
2018-10-09 11:08:09 +02:00
Hakim El Hattab
7b707696b4
automatically hide the mouse pointer after 5s of inactivity ( #1837 )
2018-10-08 09:58:06 +02:00
Hakim El Hattab
5890f602b3
Merge pull request #2090 from bnjmnt4n/math
...
Allow users to customise MathJax options.
2018-10-08 08:41:08 +02:00
Hakim El Hattab
e7a365255f
Merge pull request #2251 from oyron/2229-speaker-notes-bug
...
Give focus to previously opened speaker notes (fixes #2229 )
2018-10-08 08:32:39 +02:00
oyron
f32cd8586d
Handle previously opened notes window, by giving focus.
2018-10-05 15:18:08 +02:00
Hakim El Hattab
fb089e7083
fix build error
2018-10-04 15:43:58 +02:00
Hakim El Hattab
196d2a3971
remove classlist polyfill, cross browser support is good enough now
2018-10-04 14:54:35 +02:00
Hakim El Hattab
01ceba3f73
remove mention of head.js in readme
2018-10-04 14:48:39 +02:00
Hakim El Hattab
29b0e86089
remove head.min.js in favor of simple built-in script loader
2018-10-04 14:48:01 +02:00
Hakim El Hattab
d5cf3fa13c
formatting and tweaks for #2104
2018-10-04 13:26:22 +02:00
Hakim El Hattab
8582c9aac8
resolve notes merge conflict
2018-10-04 12:32:37 +02:00
Hakim El Hattab
90fc0bc466
Merge branch 'master' of github.com:hakimel/reveal.js into dev
2018-10-03 12:53:07 +02:00
Hakim El Hattab
c35cce54a5
Merge pull request #2231 from esthor/patch-1
...
bring install instructions to top, as is tradition
2018-10-03 12:48:41 +02:00
Hakim El Hattab
c9ab489ba2
Merge pull request #2245 from rollandf/master
...
Fix typo
2018-10-03 12:44:53 +02:00
Hakim El Hattab
f089e1b228
Merge branch 'master' of github.com:hakimel/reveal.js into dev
2018-10-03 12:44:26 +02:00
Hakim El Hattab
436b41a8fc
dont refer to outdated speaker notes style in readme #2244
2018-10-03 12:43:00 +02:00
Fred Rolland
7b2769901e
Fix typo
2018-10-02 17:52:51 +03:00
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.
2018-09-18 16:33:16 -04:00
Hakim El Hattab
7dbf519104
fix css conflict
2018-08-21 09:27:55 +02:00
Hakim El Hattab
4b1866b040
Merge pull request #2218 from eldios/patch-1
...
Fixed broken link to markdown options doc
2018-08-17 09:57:54 +02:00
Lele
b0ebb7deed
Fixed broken link to markdown options doc
...
Fixed broken link to markdown options doc
2018-08-16 14:34:46 +02:00
Hakim El Hattab
b003a54f91
Merge pull request #2215 from anderslemke/let-resume-follow-controls
...
Only show resume on pause if controls enabled
2018-08-16 11:46:46 +02:00
anderslemke
f52460a6fd
Only show resume on pause if controls enabled
2018-08-15 19:58:18 +02:00
Hakim El Hattab
249f013959
fix detection of named links ( closes #1655 )
2018-08-01 10:55:59 +02:00
Hakim El Hattab
2c5396b7d3
3.7.0
2018-08-01 10:37:51 +02:00
Hakim El Hattab
72b05a3245
Merge pull request #2171 from tristansokol/tristans/add-all-transitions
...
add a full list of transitions to readme
2018-08-01 10:36:07 +02:00
Hakim El Hattab
b6aa0cac23
Merge branch 'dev' of github.com:hakimel/reveal.js
2018-08-01 10:34:55 +02:00
Hakim El Hattab
f6f7f58537
Merge branch 'master' of github.com:hakimel/reveal.js
2018-07-25 10:56:02 +02:00
Hakim El Hattab
b9bb353a11
add 'resume presentation' button to pause overlay
2018-07-02 11:08:45 +02:00
Hakim El Hattab
fd95c8c266
use absolute positioning for slide number
2018-06-21 10:07:38 +02:00
Hakim El Hattab
be87adcdf8
rename new fragment style
2018-06-13 14:12:28 +02:00
Hakim El Hattab
078a7520cd
refactor fragment pdf exporting to support multiple fragments with same index #1955
2018-06-12 20:44:49 +02:00
Hakim El Hattab
3680f1ad10
merge #1955 with minor changes
2018-06-11 12:35:11 +02:00
Hakim El Hattab
a86146180f
Merge branch 'master' of https://github.com/koehlma/reveal.js into dev
2018-06-11 12:16:41 +02:00
Hakim El Hattab
a9e95e7e6c
merge conflicts
2018-06-11 11:02:21 +02:00
Hakim El Hattab
4bea8e17e8
add 'fade-in-then-half-out' fragment style, 'current-visible' was renamed to 'fade-in-then-out'
2018-06-11 10:59:31 +02:00