davidedc / livecodelab

a web based livecoding environment
http://livecodelab.net/
MIT License
327 stars 63 forks source link

Load programs from yaml files #294

Closed rumblesan closed 7 years ago

rumblesan commented 7 years ago

so, we talked about a bit of this a while ago, but this PR actually shows a bit more what I was talking about.

This is a way that we can have the tutorials and demos stored in yaml files, that can be read by a separate program for making documentation, but also read directly by webpack whilst compiling LCL.

By using this, we could quite happily extend the tutorials with more info, documentation and stuff, then build the html documentation from them.

thoughts?

davidedc commented 7 years ago

sure, go ahead!