snapapps / edgy

a visual programming language inspired by Scratch
http://snapapps.github.io/
GNU Affero General Public License v3.0
51 stars 21 forks source link

Add block help with source #364

Closed cyderize closed 8 years ago

cyderize commented 8 years ago

Adds block help for various blocks, and embeds images in help source so they can be edited more easily in the future.

This is continued work on #330.

stevenbird commented 8 years ago

Tons of nice examples now, thanks. I just noticed one minor problem, the use of "list" instead of "dictionary":

There was also a typo for priority queue docs: fist -> first

cyderize commented 8 years ago

Okay, I'll fix those in my next pull request and hopefully we'll be able to close #330 after that.