Michael Kühnel
379f5d38ff
Change source from from reveal.js back to reveal.min.js
12 years ago
Michael Kühnel
e447187c20
Change source from reveal.min.js to reveal.js for testing purposes
12 years ago
Eric J. Duran
070a1e3ee5
Replacing speakernotes plugin with a simple postMessage system
12 years ago
Hakim El Hattab
4271677ea1
take out demo page js
12 years ago
Hakim El Hattab
470cabaea8
new shorter api method names ( closes #178 ), restructured and cleaned up core js
12 years ago
Michael Kühnel
ec58a913f2
Change source from from reveal.js back to reveal.min.js
Reverted to c34be2e976
12 years ago
Michael Kühnel
a23868804e
Change source from reveal.min.js to reveal.js for testing purposes
12 years ago
Hakim El Hattab
6619bc62bd
add zoom transition
12 years ago
Hakim El Hattab
4dad42496e
fix conflict with theme set in query and theme specified in head
12 years ago
Hakim El Hattab
87c554b7da
merge in relative theme/transition links
12 years ago
Dan Dascalescu
a149de8ddc
Links to transitions & themes stay in presentation
12 years ago
Dan Dascalescu
2cc6927f3c
Typo fix
12 years ago
hakimel
16b71d7a21
slight tweak to zoom integration
12 years ago
Hakim El Hattab
91e9457cef
zoom.js integration via alt+click
12 years ago
Hakim El Hattab
25efef8c4f
wrap markdown in script text/template to fix parsing errors ( closes #146 #155 #162 )
12 years ago
Hakim El Hattab
f22e5f85e8
new paused mode feature ( closes #144 ), controls and progress DOM elements are no longer required in HTML
12 years ago
Max Ogden
7e719c52c8
add link to serif theme in default presentation
12 years ago
Hakim El Hattab
303be5be77
new slide
12 years ago
Hakim El Hattab
eda54dcf7a
main.css > reveal.css
12 years ago
Hakim El Hattab
310ba170c1
remove sharing code for sample presentation
12 years ago
Hakim El Hattab
c904cef864
add option for disabling overview mode ( closes #145 )
12 years ago
Hakim El Hattab
390cdf1172
copy tweaks
12 years ago
Hakim El Hattab
be657e0943
add rvl.io to readme and template slide
12 years ago
Jono Warren
8e48bd21b0
Fix Socket.IO URL
12 years ago
Hakim El Hattab
aa97d80d53
correction to code style in sky theme, adjusted transition demo page
12 years ago
Hakim El Hattab
90f343e5bd
add theme config option, add sky theme, fix line-height of <small>
12 years ago
Owen Versteeg
5170fe026c
made page validate
woohoo! reveal.js is now HTML5 compliant!
this is validated using the http://validator.w3.org/ and the http://html5.validator.nu/ services.
this was accomplished using a tad of JavaScript to get around a fullscreen bug.
This also (slightly unintentionally but helpfully) solves a tiny bug with fullscreening in old Opera 11.52 (I think, could be 11.51 or other)
12 years ago
Hakim El Hattab
49e8e0d205
rewrote initialization code for clarity and brevity ( #105 )
12 years ago
Dan Dascalescu
2bc8a587e5
Update index.html
Typo fix: let's -> lets
13 years ago
Hakim El Hattab
25ad8adc68
themes are now available as separate css files under css/theme/, old theme option in config is no longer supported ( closes #104 )
13 years ago
Hakim El Hattab
82b4658faf
use minified version of js
13 years ago
Owen Versteeg
9f2d9691a1
improved accessibility
I gave all the <img>s alt attributes, which makes reveal.js a lot more accessible
13 years ago
David Banham
976536d15e
Added multiplexing server
13 years ago
Hakim El Hattab
51a15b840a
fix error in slide markup
13 years ago
Hakim El Hattab
e0e558ac90
more pdf-export tweaks, added slide describing the feature ( #92 )
13 years ago
Hakim El Hattab
eb002bd2a2
slight tweak to pdf export css ( #92 )
13 years ago
Hakim El Hattab
f350c6a5cd
support for PDF export in chrome ( closes #92 )
13 years ago
Hakim El Hattab
f837343f9f
remove hard line breaks now that slide width is relative
13 years ago
David Banham
79299d0071
Include speaker notes plugin after reveal.js
Must be called after reveal.js otherwise the Reveal object is undefined
and the plugin can't add it's event listener.
13 years ago
hakimel
2c3a494eaa
disable 3d links in ie, reorder script loading in index for readability ( closes #95 )
13 years ago
hakimel
9a657e2676
ie8 support ( closes #96 )
13 years ago
Hakim El Hattab
911326f7ac
update markdown code example to correctly reflect line breaks
13 years ago
Hakim El Hattab
0a440cee6c
modified data-markdown to support markdown indented with tabs
13 years ago
Hakim El Hattab
696346dccb
added slide announcing markdown support ( #15 )
13 years ago
Hakim El Hattab
19852772fe
support for data-markdown ( #15 )
13 years ago
Hakim El Hattab
c513500269
clean up initialization, conditionally load classList polyfill prior to reveal.js
13 years ago
Hakim El Hattab
04a2337041
readme update
13 years ago
Hakim El Hattab
cd3fc43e77
added autoSlide option ( #59 ), clear out list of options in index.html's initialize call
13 years ago
Hakim El Hattab
7366f607ce
add beige theme, move theme class from .reveal to document element, use log instead of alert to demonstrate custom events
13 years ago
Hakim El Hattab
74d342daf7
larger font for code samples ( closes #60 )
13 years ago