drag-drop-touch-js/dragdroptouch

Refine the demo page

Opened this issue · 6 comments

The new demo page is a subset of the original page, with the wijmo components removed (see #66), but it would be nice to build it out just a little more. Maybe a few more examples, and some styling updates? I'm not a designer though, so if someone has design chops and feels like helping on that one: leave a comment =)

Hey, I wanted to thank you because I used your polyfill in one of my projects and it works great.

Are you still looking for an updated version of the website with more examples and styled ? If yes, I'd be happy to help out !

Not going to turn down help putting more examples online for folks to learn from/use to add the library to their own sites!

Sweet, I'll get started then ! 😁

@Pomax I opened a pull request, if you would take a look.

Let me know if any changes are needed.

Pomax commented

Cheers! I'm currently travelling but will review this weekend!

Pomax commented

One thing I think we'll want to do here is make this a partial build task, in part so we don't need to run syntax highlight on everyone's computer (we can just run that once, and then the HTML people get is already done) but we may also need to consider that this is no longer a demo page, it's just "the readme, but extended" and so it'd be odd to not take advantage of the fact that we already have the readme that we can use as starting point.

E.g. we can use a build flow something like:

  1. start with an html template that has all the parts that aren't in the readme,
  2. convert the readme to HTML, inject (part of) that into the template between the nav and the additional example content,
  3. run the resulting page code through the syntax highlighter and save that as "final" page