0e763c7171
2x playback controls for retina displays
2015-11-19 15:39:29 +01:00
c8319b9b1a
add autoSlideMethod to default config
2015-11-19 15:35:12 +01:00
0cd4e2c84f
Merge branch 'dev' of github.com:hakimel/reveal.js into dev
2015-11-19 15:30:43 +01:00
bbe38ad263
Merge pull request #1437 from der-michik/autoslide-direction
...
Add an option to auto-slide right only
2015-11-19 15:30:35 +01:00
a398a02edb
Fix build error
2015-11-19 13:51:22 +01:00
4a45557b57
Add a more flexible autoSlideMethod option
...
Auto-sliding will now use the method specified in the config if it is
a function or default to navigateNext.
2015-11-19 13:00:01 +01:00
bef2722eed
simplify condition #1434
2015-11-19 10:38:52 +01:00
31550d09e4
Merge pull request #1434 from mikemellor11/master
...
stops parallax failing if only the single horizontal slide and multiple vertical
2015-11-19 09:51:37 +01:00
c0afa01e6a
Add autoSlideRight option
...
When the autoSlideRight config option is active, the auto-sliding
will always navigate to the right and never down even if slides are
present there. This allows hidden "bonus slides" in presentations
which can be displayed as needed but won't show up automatically.
2015-11-18 22:00:35 +01:00
833622edcd
update parallax background docs #1436
2015-11-18 10:36:48 +01:00
3e42929f90
check for 0 division, stops parallax failing if only the single horizontal slide and multiple vertical
2015-11-13 15:13:30 +00:00
16ebf2a783
* [bug] the markdown plugin can not render highlight codes for marked.setOptions(highlight)
2015-11-11 07:37:08 +00:00
6952931451
* update marked.js version to 0.3.5
2015-11-10 21:40:46 +00:00
822a9c937c
3.2.0
2015-11-09 17:07:06 +01:00
d022113eea
Merge pull request #1362 from GuGuss/patch-1
...
Update the theme README.md
2015-11-09 16:54:32 +01:00
bb7ab5f94e
Merge pull request #1381 from lordsutch/master
...
Fix text being cut off in Chrome when printing.
2015-11-09 16:51:05 +01:00
a5181e4372
Merge pull request #1391 from rohithpr/notes-key-binding
...
Fixed #1379 - config keyboard now disables 's' key
2015-11-09 16:47:21 +01:00
50f9896362
update highlight.js 8.6 -> 8.9.1 #1385
2015-11-09 16:46:08 +01:00
215617740d
server notes sync slide changes both ways, fixes #1425
2015-11-09 16:24:09 +01:00
4be55f860e
update highlight.js url
2015-11-07 14:39:26 +01:00
21d02eed32
Merge branch 'master' of github.com:hakimel/reveal.js into dev
2015-11-07 14:20:38 +01:00
e74c3c6b76
Merge pull request #1422 from gre/patch-1
...
Fixes #1225
2015-11-07 14:19:35 +01:00
d44bcdb3ff
Fixes #1225
...
always enable highlight.js to fix markdown-only usage
2015-11-07 09:21:07 +01:00
43f0d08155
fixed loading
2015-11-02 10:37:16 +01:00
fcfcf9e784
more slide number tweaking
2015-10-30 09:27:32 +01:00
edfa131c9c
tweak how speaker notes look in pdf exports
2015-10-29 16:44:47 +01:00
f87f3e60f3
style tweak
2015-10-29 14:40:49 +01:00
9b5e16055a
hide slide number element when disabled
2015-10-29 14:29:51 +01:00
d66cba6efa
remove out of sync comments from pdf css
2015-10-29 13:24:47 +01:00
42babeb4ef
one more slide number format
2015-10-29 12:39:51 +01:00
0e779edb20
slide numbers work in pdf exports, update slide number style
2015-10-29 11:59:26 +01:00
0198d74391
change slide number formats
2015-10-29 10:58:06 +01:00
35462a424c
remove mention of deprecated transitions #1390
2015-10-26 16:34:43 +01:00
596f3d3c5a
fix mixed indentation
2015-10-26 14:42:12 +01:00
2a757794fb
Merge pull request #1399 from sloan-848/markdown-packaging
...
Add more support for external markdown.
2015-10-26 14:40:56 +01:00
5949e43524
Merge branch 'master' of github.com:hakimel/reveal.js into dev
2015-10-26 14:40:41 +01:00
15414ce5bb
Merge pull request #1400 from adunning/patch-1
...
Use en dash in title; <meta> is a void element.
2015-10-26 14:34:25 +01:00
103f01287b
Merge pull request #1401 from adunning/patch-2
...
move up presentation size section
2015-10-26 14:32:49 +01:00
fc792e704c
remove remotes.io plugin, service no longer exists #1411
2015-10-26 09:22:46 +01:00
1cb52120ff
syntax error in postmessage example
2015-10-26 08:47:37 +01:00
625831b993
format note content when creating slide
...
In html content, marked allow `Inline-Level Grammar` but not `Block-Level Grammar`, so when I write following:
```
note:
* a
* b
* c
```
it become:
```html
<p><em> a
</em> b</p>
<ul>
<li>c</li>
</ul>
```
unbelievable!
2015-10-19 19:50:43 +08:00
2b9d1871c9
Move up Presentation Size section.
...
This brings together all configuration options.
2015-10-14 18:14:33 -04:00
015870ca8a
Use en dash in title; <meta> is a void element.
2015-10-14 17:06:16 -04:00
3d53766e51
Add more support for external markdown.
...
The 'grunt watch' command now also watches for changes to external
markdown.
The 'grunt package' command now packages all external markdown files for
rapid deployment in static enviroments.
2015-10-14 00:59:42 -04:00
dd8f95d9a9
Fixed #1379 - config keyboard now disables 's' key
2015-10-09 00:14:02 +05:30
34b82baa67
run autoprefixer
2015-10-06 20:17:22 +02:00
5e763bc67d
fix black background in fullscreen mode #668 #1386
2015-10-06 20:16:46 +02:00
6d93ce5748
rebuild css
2015-10-06 19:40:06 +02:00
e0d723be28
Fix slides being cut off in Chrome.
2015-10-02 20:48:13 -04:00
69104e8e04
Merge remote-tracking branch 'upstream/master'
2015-10-02 20:47:19 -04:00