Snap!Doc, a documentation generator for Snap!

(NOTE: One of the admins, please delete my old post, as that was for a Javascript/Web based version, not this Snap! version)

I have created a documentation system and generator for Snap! blocks. It uses special blocks that don’t do anything (they just are metadata) that you put at a start of a block to describe the block for the generator. It also runs in Snap! itself!

To use it, simply go over to the project and follow the instructions there. Hope you enjoy!

NOTE: This is not anywhere close to a good generator. All it does is generate static pages with no CSS at all basically, or JS. It doesn’t have a navigation bar. Its nothing close to what I want it to be. But at least it exists! It might also be buggy, so maybe – while its still being developed – just make a forum post or Google document for your libraries.

why do you need JS ? doesn’t that undermine the point of not having a non-

?
Either way, the project is really cool!

I was meaning “JS” as in JS on the documentation PAGES (for e.x. opening a mini Snap! instance for examples), not in the project itself. Although I do use JS for making the zip file/getting images to put IN the zip file.

Cool concept, but,

Why would you not just put the link to the editor..?

Fixed.

Ooh, I see you’ve borrowed my JSZip blocks! I’d recognize that pink from anywhere. :wink:

I honestly want to work on it so that it supports Base64 decoding, and other abilities that I might’ve missed.

You should have included attribution in each of your blocks. If you didn’t post, I wouldn’t have figured out who created them.

You’re right. When I update the blocks, I will absolutely do that.