Hakim El Hattab
e460b2bd4b
Merge pull request #1747 from spencermathews/feature/readme-defaults-fix
...
Defaults in README are not current
2016-12-01 10:23:44 +01:00
Hakim El Hattab
67ac871397
Merge pull request #1757 from daanmichiels/correct-copyright
...
include contributors in (c)
2016-12-01 10:22:44 +01:00
Hakim El Hattab
775d510c2f
Merge pull request #1756 from jmpp/better-data-trim
...
Implementing a better data-trim
2016-12-01 10:18:50 +01:00
Daan Michiels
785dbddd28
correct copyright message to include contributors
2016-11-25 12:36:57 -06:00
J.M. Cléry
35162c1f5e
Better version of data-trim on code snippets
2016-11-22 23:42:21 +01:00
Spencer Mathews
21c1fafa52
Update README.md to reflect current defaults in js/reveal.js
2016-11-15 13:14:56 -08:00
Hakim El Hattab
19188205de
add pdf-ready event; dispatched when the presentation is laid out and ready to print
2016-11-09 11:56:55 +01:00
Henrik Feldt
a8586b3ab3
Bump node engine in packages.json
2016-11-09 11:11:34 +01:00
Christi Kaes
80e28774dd
Don't remove slide-number in pdf view
2016-10-30 14:11:10 -04:00
christikaes
659822a8b5
Hide slide number when in paper or pdf print view
2016-10-30 11:31:20 -04:00
Oliver Davies
b78cca5831
Support sass extension for custom themes
2016-10-16 09:53:19 +01:00
Hakim El Hattab
ca37d4e5b9
remove debug code
2016-10-12 13:21:22 +02:00
Hakim El Hattab
7547b893d4
fixes ff overview rendering bug #1649
2016-10-10 12:11:35 +02:00
Hakim El Hattab
e76855e257
remove unused dom lookup
2016-10-06 11:01:44 +02:00
Hakim El Hattab
0b9233cf4a
attempt at fixing ff transition bug #1627
2016-10-05 14:00:40 +02:00
Hakim El Hattab
ce55d1a179
fix merge conflict for #1634
2016-10-05 12:21:21 +02:00
Hakim El Hattab
02f95f4de6
code format tweaks
2016-10-05 12:00:21 +02:00
Maarten Schroeven
7e99626b14
only use nodeType 1 and 3 (only relevant types)
2016-10-05 11:54:46 +02:00
Maarten Schroeven
ab33b31f0a
limit text written to the status div
2016-10-05 11:54:46 +02:00
CH
2cf00254a1
renamed grunt 'base' option to 'root' ( #1660 )
...
* Allow slides to be served away from revealjs server location
The previous 'base' option conflicts with Grunt's 'base' option.
Changing it to 'root' avoids this. Further, updating to a newer Grunt
allows multiple parameters to be used. therefore `grunt serve --root="."
--root="pathtomyslides"` allows you to keep your slide content separate
from JS/CSS and such
* Live reload for relocated base
* Updated packages to match origin/dev
* Updated packages to match origin/dev
* Ensure root is an array
2016-10-05 11:45:37 +02:00
Hakim El Hattab
693a370f06
remove issue comment
2016-10-05 11:36:56 +02:00
Gerald
969885a7dc
ignore delta=0 mousewheel event
...
fix #1607
2016-10-05 11:29:47 +02:00
Hakim El Hattab
0b6585bd44
prevent exception when initializing with no slides #1678 #1679
2016-10-05 11:23:41 +02:00
Jaiden Mispy
3c36ee6cff
Add note to README about how to disable scaling
2016-10-05 11:16:41 +02:00
chadmorrow
ea8964ddbf
autoSlide duration with playbackRate
...
The autoSlide duration of media elements with data-autoplay now takes the playbackRate of said media element into account when setting the duration so that autoSlide and the media element stay in sync.
2016-10-05 11:12:27 +02:00
Hakim El Hattab
255bde174c
Merge branch 'r400-linux' of https://github.com/jroper/reveal.js into dev
2016-10-05 11:07:10 +02:00
James Roper
1301de9e39
Logitech R400 on Ubuntu blackout button support
...
On Ubuntu 16.04, the Logitech R400's blackout button gets mapped to 'v'
(keyCode 86). I don't know why this is, but since nothing else is
currently using 'v', this allows it to be supported out of the box.
2016-10-01 22:00:00 +10:00
Hakim El Hattab
ec76f4790c
speaker layouts in server side notes plugin
2016-09-21 14:10:45 +02:00
Hakim El Hattab
da5709919b
layout selector for speaker view; includes four options
2016-09-21 13:54:42 +02:00
Hakim El Hattab
79728e25cd
autoplay support for content inside of fragments
2016-09-20 13:41:38 +02:00
Hakim El Hattab
bc4fc65da4
none/fade/slide transitions use flat transform style, prevents blurred content #1002
2016-08-01 09:15:34 +02:00
Asvin Goel
a652e0a8ea
Allow switching off preview links
...
The data-preview-link=false tag can be used to switch off preview links
2016-07-21 12:15:07 +02:00
Asvin Goel
c1d94f1b60
Merge pull request #12 from hakimel/dev
...
Syncing to current version
2016-07-21 12:09:08 +02:00
Dmitry Trofimov
86a3f0276b
For a fragment: allow to show a separate note defined in it
...
When a slide has several fragments it could be convenient to define a note for each of them. In this case we need to show only this specific note defined in a fragment and not others. General note of a slide shouldn't be also shown, as a more specific one should have greater relevance in this case.
2016-07-04 16:57:01 +02:00
Hakim El Hattab
304b0292be
null computed style to avoid npe
2016-07-04 14:46:46 +02:00
Hakim El Hattab
ab2bb869a3
null check to avoid occasional npe
2016-07-04 13:32:03 +02:00
Hakim El Hattab
6447b59ac5
ready flag on .reveal container
2016-07-01 08:44:27 +02:00
Charles Grigg
59f3395c7f
Update JSDocs and fix typos
2016-06-29 23:10:55 -04:00
Hakim El Hattab
541bcf2123
update dependencies based on retire.js info #1473
2016-06-28 15:48:09 +02:00
Hakim El Hattab
e7de1bd8b0
merge retire.js #1473
2016-06-28 15:43:11 +02:00
Hakim El Hattab
9639b53ff4
Merge branch 'master' of github.com:hakimel/reveal.js into dev
2016-06-28 15:36:08 +02:00
Hakim El Hattab
8f47b17230
Merge pull request #1628 from davidjb/markdown-doc-fix
...
Detail markdown plugin attributes & defaults
2016-06-28 14:46:05 +02:00
Quentin Bramas
338a7b0ff9
add 'npm build' script that launch grunt
2016-06-28 14:31:37 +02:00
Hakim El Hattab
1da1ff0d6d
use first fragment's data-autoslide value when there is no current fragment
2016-06-27 11:13:09 +02:00
Hakim El Hattab
65a90cc75d
remove unused dom reference
2016-06-22 09:31:05 +02:00
Hakim El Hattab
e4634f20e8
revise simple.md so that slide 1.1 and 1.2 correctly break into separate slides
2016-06-22 09:24:09 +02:00
Hakim El Hattab
8d7ff10ce3
Merge branch 'bug/markdownSetOptions' of https://github.com/snowyu/reveal.js into dev
2016-06-22 09:20:24 +02:00
David Beitey
1fe20cb42a
Detail markdown plugin attributes & defaults
...
Expands the details already given by highlighting the defaults for all attributes and clarifying what's required.
2016-06-22 15:10:31 +10:00
Hakim El Hattab
8d4cb810d6
move speaker notes into page container when printing pdf
2016-06-21 14:21:42 +02:00
Hakim El Hattab
bac187f3a0
request fullscreen on documentElement instead of body ( #1621 #1624 )
2016-06-21 11:33:07 +02:00