Commit Graph

2414 Commits

Author SHA1 Message Date
Hakim El Hattab 024105fbbc fix mixed spaces & tabs, remove unused feature test, add missing ; 2012-09-16 21:47:07 -04:00
Hakim El Hattab 21d80076bd Merge pull request #141 from rmurphey/node_0.8_update
update package.json for node 0.8+
2012-09-11 13:57:04 -07:00
Rebecca Murphey 9688d3a306 package.json for node 0.8+ 2012-09-11 12:45:55 -04:00
Hakim El Hattab 28567f32ac Merge branch 'master' of github.com:hakimel/reveal.js 2012-09-09 22:17:52 -04:00
Hakim El Hattab edfcfb1d3f open slide notes window automatically #135 2012-09-09 22:17:45 -04:00
Hakim El Hattab 884ecc6225 Merge branch 'open-notes-in-new-window' of https://github.com/technicalpickles/reveal.js 2012-09-09 22:14:25 -04: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
Josh Nichols a8a3765bec Support markdown in speaker notes
It's pretty nice to have markdown in slides. It's even nicer to have
markdown in speaker notes too :)
2012-09-08 22:07:14 -04:00
Josh Nichols 77d338f93a Open notes in new window, instead of printing to console
It can be tedious to load up the speaker notes, with the whole having to
open the javascript console, and clicking on the link.

This simplifies it by automatically opening the notes in a new window.
Most browsers will warn that it's trying to open a pop-up, but it's easy
enough to allow it.
2012-09-08 21:53:43 -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
Hakim El Hattab 6a54cf04d0 Merge pull request #132 from nmec/master
Fix Socket.IO URL
2012-09-03 07:56:58 -07:00
Jono Warren abede2c2f0 Update Socket.IO URL in readme. 2012-09-03 09:54:43 +01:00
Jono Warren 8e48bd21b0 Fix Socket.IO URL 2012-09-03 09:32:31 +01:00
Hakim El Hattab c411c4d5d2 Merge pull request #131 from Sinetheta/master
theme swap relative to theme file
2012-08-31 07:46:54 -07:00
Sinetheta 495cb98005 changed theme file swap to be relative to theme file instead of slide-deck 2012-08-30 14:30:29 -07:00
Hakim El Hattab aa97d80d53 correction to code style in sky theme, adjusted transition demo page 2012-08-30 01:32:18 -04:00
Hakim El Hattab 0c06469d82 prevent same theme from loading repeatedly 2012-08-30 01:13:25 -04:00
Hakim El Hattab dc9b93a533 tweaks to the simple theme 2012-08-30 01:09:24 -04:00
Hakim El Hattab 90f343e5bd add theme config option, add sky theme, fix line-height of <small> 2012-08-30 00:59:51 -04: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 5bd5ac67a4 fix bug that caused vertical stacks to shift unexpectedly in overview (closes #122) 2012-08-17 00:40:12 -04:00
Hakim El Hattab efc020c999 margin tweak to keep list delimiters inside of slide box when text is long (#116) 2012-08-15 22:46:57 -04:00
hakimel 0b548bfd5d consistent use of tabs rather than spaces in css (closes #121) 2012-08-15 20:40:16 -04:00
hakimel 9688a52437 define line height for paragraphs 2012-08-15 20:36:28 -04:00
David Banham 26d5febd7f Multiplex fixes 2012-08-15 19:01:14 +10:00
David Banham 7bae522488 Not got github 2012-08-15 18:57:48 +10:00
David Banham b27f21e527 Not for github 2012-08-15 18:55:22 +10:00
Hakim El Hattab 022d8ca27d readme tweaks 2012-08-14 22:06:53 -04:00
Hakim El Hattab fc72690cd9 Merge branch 'patch-6' of https://github.com/dandv/reveal.js 2012-08-14 22:05:49 -04:00
Hakim El Hattab 9747673e06 Merge branch 'patch-4' of https://github.com/dandv/reveal.js 2012-08-14 22:03:45 -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 d0e6e95781 Merge pull request #115 from dandv/patch-5
Ensure images are bound within the section
2012-08-14 17:59:33 -07:00
Hakim El Hattab fd005ea461 Merge pull request #110 from OwenVersteeg/patch-8
made page validate
2012-08-13 21:53:18 -07:00
Dan Dascalescu 41796f3371 Ensure images are bound within the section 2012-08-13 18:55:57 -07:00
Dan Dascalescu bca37c2eda Increase line-height for links to allow for descenders
Previously, descenders from characters like 'g' or 'y' were truncated (overflow: hidden)
2012-08-13 18:50:44 -07:00
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)
2012-08-12 22:46:06 -03:00
Hakim El Hattab 6fa17971b5 Merge pull request #106 from OwenVersteeg/patch-7
added appropriate selection color
2012-08-12 14:30:19 -07:00
Hakim El Hattab 95898dc9e3 document dependency loading 2012-08-11 21:52:56 -03:00
Hakim El Hattab 49e8e0d205 rewrote initialization code for clarity and brevity (#105) 2012-08-11 20:25:55 -04:00
Hakim El Hattab 1ba1ca1cf3 Merge pull request #109 from dandv/patch-3
typo fix in index.html
2012-08-09 20:30:58 -07:00
Hakim El Hattab 1279cb4286 1.5 > 2.0 (#105) 2012-08-09 00:49:57 -04:00
Dan Dascalescu 2bc8a587e5 Update index.html
Typo fix: let's -> lets
2012-08-08 20:00:40 -07:00
Hakim El Hattab 614c7b1340 Merge pull request #108 from dandv/patch-2
Cosmetic change in css/main.css
2012-08-08 19:01:03 -07:00
Hakim El Hattab ceae637b36 Merge pull request #107 from dandv/patch-1
clarification of vertical/horizontal slide relation
2012-08-08 19:00:53 -07:00
Dan Dascalescu cb0416aac5 Update css/main.css
rm extrenous whitespace
2012-08-08 18:55:32 -07:00