nodeschool / organizers

A discussion repository for nodeschool organizers
250 stars 62 forks source link

Workshopper HTML guide #147

Open finnp opened 9 years ago

finnp commented 9 years ago

Hello everybody,

I made a module called workshopper-browser-guide for automically creating html guides in the style of git-it by @jlord from workshopper modules.

I tested this for the LearnYouNode module and it looks like this: http://www.finnpauls.de/learnyounode/guide/

It is thought to be used for GitHub pages but also locally. I created this because I noticed that people like to have the exercise in a second window while doing the exercises - and I think the git-it guide looks awesome.

It also features i18n.

Any feedback is welcome :)

Best, Finn

linclark commented 9 years ago

Very nice!

eafelix commented 9 years ago

Great!

tgfjt commented 9 years ago

:+1:

martinheidegger commented 9 years ago

I have been pondering about this idea myself @finnp and it is a good step into the right direction: html is better readable & linkable than markdown which makes it a very good candidate to be used for showing content. In my private fantasy world: Starting learnyounode would start a webserver and open a browser connecting to learnyounode. When the user can select a section in the browser and learnyounode will verify that. Verification results can be shown in the browser as well. I didn't embark on this journey because I think that it is part of working with node to learn it in the command line.