w0rm / elm-slice-show

A simple presentation engine in Elm
http://package.elm-lang.org/packages/w0rm/elm-slice-show/latest
BSD 3-Clause "New" or "Revised" License
61 stars 4 forks source link

Add a Layout module ? #9

Open rundis opened 8 years ago

rundis commented 8 years ago

I can see that you might not want to bloat your lib, but maybe it would be nice to have a Layout module Things that springs to mind that you would use quite often :

Just an idea really and mostly nice to have I guess.

w0rm commented 8 years ago

Hi @rundis!

Sorry for not replying immediately, 0.17 hit all of us, and not everything was ready in order to port the library. Now that we have elm-lang/navigation I am going to focus on it.

Regarding the issue, this shouldn't go into the sliceshow itself, but rather into the separate package(s) that depend on it. I usually put the file with formatting primitives next to my slides. Things like bullets are super easy for the library, its almost like using elm-html directly. But some things like arrows in my last presentation (demo here) can be pretty hard to figure out.