Created
April 6, 2012 22:11
-
-
Save JeffreyWay/2323439 to your computer and use it in GitHub Desktop.
I wish it could be that simple. Something for me to build.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
presentation | |
.title('My Great Presentation') | |
.slide({ | |
title: 'Learn About Borders', | |
bullets: [ | |
'Thing 1', | |
'Thing 2', | |
], | |
code: ['path/to/file.css', [2,4]] // path to file, lines to grab | |
}) | |
.slide({ | |
title: 'Learn About Margins', | |
quote: 'Always remember bla bla', | |
transition: 'fade' // optionally specify transitions | |
}) | |
.slide({ | |
title: 'Learn About Things', | |
body: 'Description that goes below the title', | |
code: ['path/to/snippet', [0,3]] // path, lines | |
}) | |
.slide({ | |
title: 'Learn About Whatever', | |
image: 'path/to/image.jpg' | |
}); |
@jeffrey Another advantage might be to share and remix presentations. Could it be possible to 'hot-link' a slide, which get's updated as soon as the master-slide is updated?
{ type: 'embed', source: ['path/to/master-presentation.js[slide#]]'}
For example if you add a contact-slide in there somewhere, but you change contact-details later.. You could have a master contact slide, which you embed in all your presentations...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@landon - The goal is to make the process as quick as possible. The whole point is to get out of creating HTML slides.
@GEDDesign - I agree.
@jim - Yeah, good point. I'll plan that.
Hey guys - here's the GitHub agenda/mission statement: https://github.com/JeffreyWay/Easy-Slides#readme