aboutsummaryrefslogtreecommitdiff
path: root/index.html
Commit message (Collapse)AuthorAge
...
* content now re-renders after alt+click zoom (closes #195)Hakim El Hattab2012-10-28
|
* update syntax highlight after editing (#210), move markdown and highlight ↵Hakim El Hattab2012-10-28
| | | | scripts from lib to plugin
* merge in support for stepped fragments in notes windowHakim El Hattab2012-10-25
|\
| * Change source from from reveal.js back to reveal.min.jsMichael Kühnel2012-10-24
| |
| * Add notes to the fragment slide for testing purposes.Michael Kühnel2012-10-24
| |
| * Cherry picking from branch fix-fragments-in-speakernotesMichael Kühnel2012-10-23
|/ | | | | | | | | | | 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()
* remove traling whitespace (#197)Hakim El Hattab2012-10-20
|
* new postMessage-based notes plugin, moved node-based notes to notes-server ↵Hakim El Hattab2012-10-20
|\ | | | | | | (#190)
| * Replacing speakernotes plugin with a simple postMessage systemEric J. Duran2012-10-17
| |
* | add support for fragment styles (#192)Hakim El Hattab2012-10-20
| |
* | modularize themes and convert them to sass (closes #191)Hakim El Hattab2012-10-20
|/
* take out demo page jsHakim El Hattab2012-10-14
|
* new shorter api method names (closes #178), restructured and cleaned up core jsHakim El Hattab2012-10-14
|
* add zoom transitionHakim El Hattab2012-10-13
|
* fix conflict with theme set in query and theme specified in headHakim El Hattab2012-10-10
|
* merge in relative theme/transition linksHakim El Hattab2012-10-10
|
* Merge branch 'patch-3' of https://github.com/dandv/reveal.jsHakim El Hattab2012-10-10
|\
| * Links to transitions & themes stay in presentationDan Dascalescu2012-10-10
| |
* | Typo fixDan Dascalescu2012-10-10
|/
* slight tweak to zoom integrationhakimel2012-10-09
|
* zoom.js integration via alt+clickHakim El Hattab2012-10-09
|
* wrap markdown in script text/template to fix parsing errors (closes #146 ↵Hakim El Hattab2012-10-08
| | | | #155 #162)
* new paused mode feature (closes #144), controls and progress DOM elements ↵Hakim El Hattab2012-10-08
| | | | are no longer required in HTML
* add link to serif theme in default presentationMax Ogden2012-10-04
|
* new slideHakim El Hattab2012-09-30
|
* main.css > reveal.cssHakim El Hattab2012-09-28
|
* remove sharing code for sample presentationHakim El Hattab2012-09-21
|
* add option for disabling overview mode (closes #145)Hakim El Hattab2012-09-21
|
* copy tweaksHakim El Hattab2012-09-16
|
* add rvl.io to readme and template slideHakim El Hattab2012-09-09
|
* Fix Socket.IO URLJono Warren2012-09-03
|
* correction to code style in sky theme, adjusted transition demo pageHakim El Hattab2012-08-30
|
* add theme config option, add sky theme, fix line-height of <small>Hakim El Hattab2012-08-30
|
* made page validateOwen Versteeg2012-08-12
| | | | | | | | | 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)
* rewrote initialization code for clarity and brevity (#105)Hakim El Hattab2012-08-11
|
* Update index.htmlDan Dascalescu2012-08-08
| | | Typo fix: let's -> lets
* themes are now available as separate css files under css/theme/, old theme ↵Hakim El Hattab2012-08-08
| | | | option in config is no longer supported (closes #104)
* use minified version of jsHakim El Hattab2012-08-07
|
* improved accessibility Owen Versteeg2012-08-05
| | | I gave all the <img>s alt attributes, which makes reveal.js a lot more accessible
* fix error in slide markupHakim El Hattab2012-08-04
|
* more pdf-export tweaks, added slide describing the feature (#92)Hakim El Hattab2012-08-04
|
* slight tweak to pdf export css (#92)Hakim El Hattab2012-08-04
|
* support for PDF export in chrome (closes #92)Hakim El Hattab2012-08-04
|
* remove hard line breaks now that slide width is relativeHakim El Hattab2012-08-04
|
* Include speaker notes plugin after reveal.jsDavid Banham2012-08-04
| | | | | Must be called after reveal.js otherwise the Reveal object is undefined and the plugin can't add it's event listener.
* disable 3d links in ie, reorder script loading in index for readability ↵hakimel2012-08-03
| | | | (closes #95)
* ie8 support (closes #96)hakimel2012-08-03
|
* update markdown code example to correctly reflect line breaksHakim El Hattab2012-07-31
|
* modified data-markdown to support markdown indented with tabsHakim El Hattab2012-07-31
|
* added slide announcing markdown support (#15)Hakim El Hattab2012-07-31
|