jdan / cleaver

30-second slideshows for hackers
http://jdan.github.io/cleaver
MIT License
4.03k stars 305 forks source link

how to write vertical sliders with Markdown? #121

Closed mushaofeng closed 9 years ago

mushaofeng commented 9 years ago

how to write vertical sliders with Markdown?

jdan commented 9 years ago

Mind clarifying?

jordan scales

http://jordanscales.com

On Fri, Jul 3, 2015 at 12:01 AM, shaoye notifications@github.com wrote:

how to write vertical sliders with Markdown?

Reply to this email directly or view it on GitHub: https://github.com/jdan/cleaver/issues/121

mushaofeng commented 9 years ago

how to wrtie with markdown

        <section>
            <section>Vertical Slide 1</section>
            <section>Vertical Slide 2</section>
        </section>
jdan commented 9 years ago

Slides don't really have any direction, and we just swap them out so the user never sees things moving up/down or left/right.

You can control the slides with either the left and right arrow keys or up and down.

If you're looking for something like reveal.js's, vertical slides, you unfortunately won't find that functionality here, sorry!

gabeboning commented 9 years ago

@jdan is that because it just hasn't been written, or you have no interest in it becoming part of the project?

I don't see "vertical slides" as something that makes sense, but there are times I've wanted an easy way to do an incremental reveal of list items or something like that.

jdan commented 9 years ago

I feel it adds a lot of unnecessary complexity. The current solution is to just make a few slides for an incremental reveal, but I've been theorizing ways to add pre-processing to cleaver.

It needs a lot of love :)