burtlo / parade

The best damn presentation software a developer could ever love.
MIT License
185 stars 16 forks source link

Slide Splitting - Configurable Slide Split #56

Open burtlo opened 11 years ago

burtlo commented 11 years ago

Example parade file that would split slides on ## instead of the default #.

title "My Presentation"

split_slides_on "##"

Likely it would be good to allow for the user to specify more than one parameter.

title "My Presentation"

split_slides_on "#", "##", "###"
burtlo commented 11 years ago

I am not in love with the DSL method name split_slides_on and would be open for suggestions.