Chris
Chris
Hi everyone, I've used and admired p5js for a while, but I'm new to active participation in this community. Thanks to @lm-n for the welcome. Two grad students (one in...
Congrats! I think 2/3 of programming is "chopping up code from my tutorial project" so you're in good company. I just committed a bunch of files with working examples of...
That's great! There's no magic in `base`--it's just the base template at `cookbooks/templates/cookbooks/base.html`. Have a look; it lays out the basic html tags like `` and ``. They also leave...
The menu page looks much better with links to the menus. But clicking the links doesn't work for me (on FireFox, Chrome, or Safari). Do the links work for you?...
Having access to the menu and the recipe in the view will also let us make the presentation nicer--for example, we can add a link back to the menu
Sounds good! Let me know if you get stuck. I'd suggest working from the outside in (the order I listed)... first, just getting the route working, then actually finding the...
Hi Maya! These issues are great--you've worked on a thing, gotten stuck, and know exactly what you need help with. I made [a branch of this repo called "chris"](https://github.com/cproctor/cookbook/tree/chris) so...
Good point. I usually just drop all the old recipes, effectively storing state in my recipe sources, but that's a bit careless. You could PR, or I'll make an update...