Nick Schonning
7fd9cfabf2
Add Travis build badge
2012-12-31 00:48:46 -05:00
Hakim El Hattab
242006a499
add rtl option to readme
2012-11-27 08:45:02 -05:00
Hakim El Hattab
b82b56dcce
Merge branch 'master' of github.com:hakimel/reveal.js
2012-11-22 09:10:47 -05:00
Hakim El Hattab
34b36753f5
slide method now accepts fragment index argument #228
2012-11-22 09:10:34 -05:00
Hakim El Hattab
f33969301b
readme tweaks
2012-11-20 07:45:43 -05:00
Hakim El Hattab
c61dc00a98
enforce max width/height on iframes ( #244 ), disabled mouse wheel navigation by default
2012-11-17 15:48:12 -05:00
Dan Dascalescu
dfa98a1138
Document vertical centering breaking backcompat
...
Essentially, slides have variable height now. This is not normally visible, but with transitions that have a non-transparent background, like `cube` or `page`, it is:
http://lab.hakim.se/reveal-js/?transition=cube
Before, slides had a fixed height, which means that presentations designed with that assumption in mind will look very different now.
Another aspect that I bumped into is that I used the slide's height to dynamically size images to fill the remainder of the space from the heading to the footer, like this (stripped to the essence):
bigImage.style.height = section.offsetHeight - bigImage.offsetTop + 'px';
Alternatively, is there an easy way to restore the previous functionality?
2012-11-13 01:47:02 -08:00
Hakim El Hattab
4c8938029d
note about #226 in readme
2012-11-11 19:54:26 -05:00
Hakim El Hattab
4fbec5e87d
add touch based remote controlled plugin
2012-11-11 19:39:05 -05:00
Hakim El Hattab
05499c8b8e
add note about nested fragments
2012-11-11 10:24:48 -05:00
Hakim El Hattab
ce1be451c5
fix typos
2012-11-11 10:05:13 -05:00
Hakim El Hattab
eb011e9f31
Merge branch 'master' of github.com:hakimel/reveal.js
2012-11-11 10:01:18 -05:00
Hakim El Hattab
d6d0f40c5e
add grunt.js build file ( closes #235 )
2012-11-11 10:01:05 -05:00
Dan Dascalescu
4192106469
its->it's in README.md
...
Thanks for the multi-control support!
2012-11-10 17:51:31 -08:00
Hakim El Hattab
dce2d35a63
fix vertical transition for vertically centered slides, vertical centering is now on by default ( #70 )
2012-11-10 15:43:32 -05:00
Hakim El Hattab
c79376dab2
allow multiple control elements, document usage of global controls ( #184 , #204 )
2012-11-10 11:40:19 -05:00
Hakim El Hattab
a13c6b9ca9
overview mode documentation
2012-11-10 10:16:06 -05:00
Hakim El Hattab
794ad86809
corrections to vertical centering ( #70 ), added to docs, upgrade to 2.2
2012-11-10 10:02:19 -05:00
Federico Fissore
6ffa60f5d2
working on #227
2012-11-05 16:38:24 +01:00
Bruno Bord
8ca4954059
Describing how to toggle "overview mode"
2012-10-30 22:31:54 +01:00
Hakim El Hattab
8bd63fe21a
document server-side speaker notes
2012-10-28 20:07:06 -03:00
Hakim El Hattab
605f7140e3
updated markdown references in notes plugin
2012-10-28 18:49:01 -04:00
Michael Kühnel
40c899ec56
Cherry picking from branch fix-fragments-in-speakernotes
...
Change source from reveal.min.js to reveal.js for testing purposes.
Add nextFragment and previousFragment to the API:
Making it possible to call the methods Reveal.nextFragment()
and Reveal.previousFragment() from »outside«.
Update README.md:
Add the new API Methods Reveal.prevFragment() and Reveal.nextFragment()
2012-10-23 21:56:56 +02:00
Hakim El Hattab
c6f8a44edf
new postMessage-based notes plugin, moved node-based notes to notes-server ( #190 )
2012-10-20 20:40:52 -04:00
Hakim El Hattab
c13390354b
explain fragments in readme
2012-10-20 15:20:08 -03:00
Hakim El Hattab
95cf421f01
Merge pull request #194 from mischah/feature-fullscreen
...
Adding info about the fullscreen mode to README.md
2012-10-20 08:23:16 -07:00
Michael Kühnel
f82c13497a
Update README.md
...
Add info about the fullscreen mode
2012-10-19 01:49:02 +02:00
Hakim El Hattab
3a2036e2b2
add 'ready' event ( #182 )
2012-10-17 00:20:42 -04:00
Dan Dascalescu
20858d1f4c
Document zooming feature
2012-10-14 23:15:41 -07:00
Hakim El Hattab
470cabaea8
new shorter api method names ( closes #178 ), restructured and cleaned up core js
2012-10-14 21:02:32 -04:00
Hakim El Hattab
8c23c89883
Merge pull request #173 from Hlynsson/patch-1
...
fixed link for browser support
2012-10-13 09:14:06 -07:00
Hakim El Hattab
6e0d0e279d
roll back attr name change, just lowercase ( #170 )
2012-10-13 12:13:26 -04:00
Hakim El Hattab
421b78aafb
ability to define autoSlide duration per slide
2012-10-13 12:04:33 -04:00
Hakim El Hattab
ed1db1f3c8
Merge branch 'master' of https://github.com/functino/reveal.js
2012-10-13 11:44:54 -04:00
Hakim El Hattab
6619bc62bd
add zoom transition
2012-10-13 10:28:34 -04:00
Hansi
1a163d3450
fixed link for browser support
...
was pointing at changelog
2012-10-12 15:16:46 +02:00
ageier
f6bae66089
Make it possible to customize autoSlide for each slide
2012-10-11 19:18:17 +02:00
Hakim El Hattab
5d7d3e83c5
update re markdown
2012-10-08 10:17:39 -03:00
Hakim El Hattab
25efef8c4f
wrap markdown in script text/template to fix parsing errors ( closes #146 #155 #162 )
2012-10-08 09:15:36 -04:00
Hakim El Hattab
303be5be77
new slide
2012-09-30 18:14:27 -04:00
Hakim El Hattab
7075bc2b6e
merge markdown in notes
2012-09-21 09:08:24 -04:00
Hakim El Hattab
c5fe9bd3c4
Merge branch 'markdown-in-notes' of https://github.com/technicalpickles/reveal.js
2012-09-21 09:01:08 -04:00
Hakim El Hattab
c904cef864
add option for disabling overview mode ( closes #145 )
2012-09-21 08:58:21 -04:00
Hakim El Hattab
6779f4aecb
instructions for print pdf include
2012-09-21 09:50:28 -03:00
Hakim El Hattab
48390c0933
readme update
2012-09-09 23:07:57 -03:00
Hakim El Hattab
21f27bdd34
Merge branch 'master' of github.com:hakimel/reveal.js
2012-09-09 22:04:58 -04:00
Hakim El Hattab
be657e0943
add rvl.io to readme and template slide
2012-09-09 22:04:50 -04:00
Josh Nichols
df2ebc570c
Add documentation for markdown speaker notes
2012-09-08 22:10:13 -04:00
Hakim El Hattab
e6e80283f2
Update README.md
2012-09-04 13:36:15 -03:00
Hakim El Hattab
cb2b5ad06c
add pledgie button
2012-09-04 13:33:40 -03:00
Jono Warren
abede2c2f0
Update Socket.IO URL in readme.
2012-09-03 09:54:43 +01:00
Hakim El Hattab
e3f3e9defb
Update README.md
...
typo
2012-08-24 17:48:54 -03:00
Hakim El Hattab
141d69469c
support for named links ( closes #55 )
2012-08-20 22:13:00 -04:00
Hakim El Hattab
022d8ca27d
readme tweaks
2012-08-14 22:06:53 -04:00
Dan Dascalescu
8b00c975e4
Document optional libraries
...
Note that socket.io and a few others are not shipped by default
2012-08-14 18:09:28 -07:00
Hakim El Hattab
95898dc9e3
document dependency loading
2012-08-11 21:52:56 -03:00
Dan Dascalescu
ff5680a794
Update README.md
...
Clarified a bit how horizontal and vertical slides relate.
2012-08-08 14:38:56 -07:00
Hakim El Hattab
ac33c51eca
remove theme from init options example
2012-08-08 03:12:47 -03:00
Hakim El Hattab
1efca069cb
readme typo
2012-08-07 23:01:56 -03:00
Hakim El Hattab
8e6018d896
fix broken link
2012-08-07 22:55:08 -03:00
Hakim El Hattab
669c86e16b
big rewrite of readme
2012-08-07 22:44:40 -03:00
Hakim El Hattab
2ad720b581
Update README.md
2012-08-06 12:20:59 -03:00
David Banham
ee12450458
Tweaked heading
2012-08-05 23:52:04 +10:00
David Banham
976536d15e
Added multiplexing server
2012-08-05 23:48:55 +10:00
Hakim El Hattab
de86c4eb7c
instructions for pdf export ( #92 )
2012-08-04 17:38:59 -03:00
Hakim El Hattab
f350c6a5cd
support for PDF export in chrome ( closes #92 )
2012-08-04 15:45:13 -04:00
Hakim El Hattab
4821c7b814
use mq to reduce font size for low resultions, max limit on width for slides set to 900px ( closes #49 )
2012-08-04 13:54:17 -04:00
hakimel
2c3a494eaa
disable 3d links in ie, reorder script loading in index for readability ( closes #95 )
2012-08-03 22:41:31 -04:00
hakimel
75546e8962
fix disappearing 3d hover in chrome
2012-08-03 22:02:16 -04:00
hakimel
9a657e2676
ie8 support ( closes #96 )
2012-08-03 21:50:06 -04:00
hakimel
6bc92af17c
add eot font for ie
2012-08-03 21:21:49 -04:00
Hakim El Hattab
ee31772aeb
added example
2012-08-02 00:03:31 -03:00
Hakim El Hattab
0a440cee6c
modified data-markdown to support markdown indented with tabs
2012-07-31 23:47:09 -04:00
Hakim El Hattab
12c9977cda
markdown instructions
2012-07-31 02:49:02 -03:00
Hakim El Hattab
696346dccb
added slide announcing markdown support ( #15 )
2012-07-31 01:35:25 -04:00
Hakim El Hattab
e9b874112e
fixes bug where the .present class remained on previous slide ( closes #88 )
2012-07-26 23:22:15 -04:00
Hakim El Hattab
e570265a67
adds new api methods (getCurrentSlide, getPreviousSlide, getIndices) closes #73
2012-07-26 22:54:36 -04:00
Hakim El Hattab
1916d2f64a
added example from @pamelafox
2012-07-21 00:44:42 -03:00
Hakim El Hattab
233d626c5f
readme code marking
2012-07-20 23:57:23 -03:00
Hakim El Hattab
e50370c251
1.4 is now stable, increment master to 1.5
2012-07-20 22:52:08 -04:00
Hakim El Hattab
0ef90e0dcf
'keyboard' config option for disabling keyboard navigation ( closes #84 )
2012-07-20 22:20:33 -04:00
Hakim El Hattab
7f9662edab
null check progress DOM element even if it's configured to be on
2012-07-20 22:09:56 -04:00
Hakim El Hattab
04a2337041
readme update
2012-07-18 21:21:27 -04:00
ob1
e08d0572bd
Another instance of: id="reveal" => class="reveal"
2012-07-16 11:53:33 +03:00
Hakim El Hattab
cd3fc43e77
added autoSlide option ( #59 ), clear out list of options in index.html's initialize call
2012-07-15 19:21:47 -04:00
ob1
2b85a7de41
Update README to reflect "Main #reveal container is now selected via a class instead of ID"
2012-07-15 23:37:06 +03:00
Hakim El Hattab
7366f607ce
add beige theme, move theme class from .reveal to document element, use log instead of alert to demonstrate custom events
2012-07-12 23:08:21 -04:00
Hakim El Hattab
5bc5435b61
changenote re code sample font size
2012-07-12 22:54:26 -04:00
Hakim El Hattab
e6e33f17f8
added new example to readme
2012-07-12 22:26:37 -03:00
Hakim El Hattab
54f1fcf381
slidenotes becomes speakernotes to match wording in readme
2012-07-09 21:30:54 -04:00
Hakim El Hattab
21983c7b7f
folder structure description in readme
2012-07-09 22:26:11 -03:00
Hakim El Hattab
aaa03dc2c7
fix incorrect directory reference
2012-07-09 21:20:59 -04:00
Hakim El Hattab
f57de200ec
refactored folder structure, added /plugins which is initially only used by #57
2012-07-09 21:00:51 -04:00
Hakim El Hattab
6433cebdc7
readme updates
2012-07-04 14:30:18 -04:00
Hakim El Hattab
acbefa1190
tweaks to slidenotes
2012-07-01 16:56:06 -04:00
Hakim El Hattab
eaf525c9a7
/lib restructuring
2012-07-01 16:38:49 -04:00
Hakim El Hattab
bf2c95b546
Merge branch 'presenter_notes_server' of https://github.com/rmurphey/reveal.js into notes
2012-07-01 01:57:23 -04:00
Rebecca Murphey
8f69e72cf7
update readme
2012-06-11 18:30:32 -04:00
Rebecca Murphey
f6b4561c0e
removing errant author info
2012-06-07 23:38:05 -04:00
Rebecca Murphey
60f2eb9fb3
taking a stab at a presenter notes server
2012-06-07 23:21:14 -04:00
Hakim El Hattab
5d979fdf4a
syntax highlighting in readme examples
2012-06-06 23:52:49 -03:00
Hakim El Hattab
6a03f65e97
include references to previous/current sldie DOM elements in slidechange event
2012-06-06 22:46:21 -04:00
Hakim El Hattab
5a782e54f8
added example
2012-06-06 21:19:21 -03:00
Hakim El Hattab
ba7aeb36ef
added new example ( closes #50 )
2012-06-02 23:37:32 -03:00
Hakim El Hattab
182c4abacb
readme update
2012-06-02 18:39:35 -04:00
Hakim El Hattab
6bcdd8e240
credit in readme
2012-06-02 18:24:23 -04:00
Hakim El Hattab
f5574e173b
version 1.3 is stable, upgrade to 1.4
2012-06-02 18:18:34 -04:00
Hakim El Hattab
aaf9da450f
dispatch events when visible fragment changes ('fragmentshown', 'fragmenthidden') closes #44
2012-05-31 21:31:28 -04:00
Hakim El Hattab
26108b0694
added new examples, linked all contributor names to github pages
2012-05-31 21:27:08 -03:00
Hakim El Hattab
445cd12265
added example
2012-05-25 16:11:03 -03:00
Hakim El Hattab
ac5834a542
added example
2012-05-09 11:04:39 -03:00
Hakim El Hattab
1013ff7ba5
hide address bar in mobile browsers, add apple web app meta
2012-05-06 22:05:58 -04:00
Hakim El Hattab
d5e1f7e493
print styles ( closes #19 )
2012-05-05 11:51:14 -04:00
Hakim El Hattab
19b67aab13
'slidechanged' event, added Reveal.addEventListener/Reveal.removeEventListener api methods
2012-05-04 00:01:20 -04:00
hakimel
ebb834f4b0
ie9 fixes, including new classList polyfill
2012-05-03 12:42:53 -04:00
Hakim El Hattab
0acae19d19
new example
2012-04-28 13:42:18 -03:00
Hakim El Hattab
cde5362db3
added support for looped presentations
2012-04-28 12:16:56 -04:00
Hakim El Hattab
eee6e5f964
merge keyboard shortcut changes
2012-04-28 11:50:22 -04:00
Hakim El Hattab
a78a683dda
added new example
2012-04-25 20:20:49 -03:00
Hakim El Hattab
e94fc0bdeb
new example
2012-04-22 21:40:42 -03:00
Hakim El Hattab
6188306066
added new example
2012-04-14 10:44:42 -03:00
Hakim El Hattab
d138f0fe2b
more detailed usage instructions including docs on new state feature
2012-04-04 02:24:26 -03:00
Hakim El Hattab
d3e2a95d77
new example
2012-04-02 17:57:14 -03:00
Hakim El Hattab
831236890c
now capturing data-state on slides and lifting it to document element classList when slide is open
2012-03-30 00:13:45 -04:00
Hakim El Hattab
0cd3b8d430
merge prev/next navigation pull request with modifications
2012-03-28 01:16:16 -04:00
Hakim El Hattab
be76bf3d23
classList polyfill included for ie9
2012-03-24 12:48:16 -04:00
Hakim El Hattab
7f3bf1409e
new example
2012-03-05 16:47:02 -05:00
Hakim El Hattab
67add62316
new examples
2012-03-02 02:05:06 -05:00
Hakim El Hattab
a53b315e24
new example
2012-02-17 23:36:54 -05:00
Hakim El Hattab
38b229a22f
tweaked mouse wheel navigation
2012-01-14 19:22:27 -08:00
Hakim El Hattab
284610dab0
added usage instructions to readme
2012-01-14 18:20:52 -08:00
Hakim El Hattab
a30cdaaffc
rolled back to classList, promoting poyfill in readme
2012-01-14 17:56:11 -08:00
Hakim El Hattab
c3bc0f70ef
add new example
2012-01-14 17:19:12 -08:00
Hakim El Hattab
e8507de1e4
Added example
2012-01-02 02:18:08 -08:00
Hakim El Hattab
f7ac5fb159
updated readme
2011-12-26 21:34:53 -08:00
Hakim El Hattab
daecc258d7
major, non backwards compatible, restructuring of DOM tree
2011-12-26 21:29:00 -08:00
Hakim El Hattab
bccb6e68c7
packed v1.1, upgraded to 1.2
2011-12-26 17:13:46 -08:00
Hakim El Hattab
2313dfef6d
readme history update
2011-12-26 00:04:11 -08:00
Hakim El Hattab
9065114ef0
progress bar is now a div and uses the same transition + easing as slides ( fixes #6 )
2011-12-22 21:25:15 -08:00
Hakim El Hattab
91c3056a62
Added examples
2011-12-22 20:36:42 -08:00
Hakim El Hattab
abbd027124
updated readme
2011-12-22 00:11:57 -08:00
Hakim El Hattab
b36e8d5c4e
readme update
2011-12-04 18:51:09 -08:00
Hakim El Hattab
9edb5f6da0
Updated readme
2011-12-04 18:21:15 -08:00
Hakim El Hattab
599fed785d
readme update
2011-06-09 21:21:54 +02:00
Hakim El Hattab
d42839a1a3
updated readme
2011-06-07 22:38:22 +02:00
Hakim El Hattab
fdd6b36f01
initial commit
2011-06-07 21:10:59 +02:00