GitXplorerGitXplorer
c

ember-reveal-js

public
3 stars
4 forks
0 issues

Commits

List of commits on branch master.
Verified
ed6c4baa89dbbd312563871d82712ee2613d2407

Merge pull request #3 from cibernox/remove-ember-k

cchrislopresto committed 7 years ago
Unverified
937d21421a8f82b76187bd89512e9f5b29a098bf

Remove deprecated Ember.K

ccibernox committed 8 years ago
Unverified
49379a446b648b49db101e01fddb063f95fe17ce

Merge pull request #2 from chrislopresto/update-htmlbars

cchrislopresto committed 8 years ago
Unverified
d9d4affaee1c619e925c18dccb4085079677dad4

Update ember-cli-html-bars

cchrislopresto committed 8 years ago
Unverified
915ef469771d2a3424f4efc267c4fb824d7f9444

Released v0.1.1

cchrislopresto committed 9 years ago
Unverified
499e1d5055eebcd5ed4b650e086bedb54b9dc10b

Merge pull request #1 from chrislopresto/kick-the-tires

cchrislopresto committed 9 years ago

README

The README file for this repository.

ember-reveal-js

This Ember addon provides an easy way to include reveal.js presentations in Ember apps.

Themes

Controlling Presentation Display with Query Parameters

Param Abbreviation Usage Explanation
width w w=1600 Presentation width. Use together with height to define slide aspect ratio. Useful for printing to PDF.
height h h=900 Presentation height. Use together with width to define slide aspect ratio. Useful for printing to PDF.
controls c c=false Visibility of arrow navigation controls. Defaults to visible. Specify false to hide them.
indexh h h=17 Horizontal index of current slide.
indexv v v=3 Vertical index of current slide.
print-pdf print-pdf print-pdf=true

Printing to PDF

Add print-pdf=true to the querystring to invoke the reveal.js print stylesheets. Favor Chrome. Remove margins. Choose a paper aspect ratio that matches your presentation aspect ratio.

Disclaimer

Works with simple layouts... not so much with more complicated layouts. There are issues with reveal.js itself.

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.