rmcgibbo / slidedeck

Beautiful HTML5 slides in markdown. A easy-to-use fork of the google-io-2012 slide deck
317 stars 47 forks source link

How do we make the layout not suck so much? #19

Open rmcgibbo opened 10 years ago

rmcgibbo commented 10 years ago

It's really hard to properly layout the slides when they have nontrivial content on them, like multiple images that you want to position with respect to one and other. Just adding raw html and a bunch of <div style="margin-top:100px"> tags is quite cumbersome. Perhaps more slide classes could help.

I don't like WYSIWYG content editors, but WYSIWYG layout customization, like moving the elements around within the slides with the mouse could be great if there was a good library that can handle this, and if there's some way to save the resulting layout back into the markdown.

Any input appreciated.

kyleabeauchamp commented 10 years ago

So I know exactly nothing on this, but to me this problem must have some solutions. There are just too many people doing web stuff for there to be no solutions here.

rmcgibbo commented 10 years ago

Yeah, me either. But I figured other people are sometimes looking at this repository (it has more stars than anything else I've put on github). I googled around a little, and there's stuff like http://jqueryui.com/draggable/

Or http://gridster.net/demos/expandable-widgets.html

rmcgibbo commented 10 years ago

[http://gridster.net/#demos]