Cookbook¶
Practical recipes for common HtmlGraph tasks. Copy, paste, and adapt these patterns to your needs.
Quick Navigation¶
Project Setup¶
Features & Tasks¶
- Create a Simple Feature
- Add Dependencies Between Features
- Mark Steps Complete Incrementally
- Query Features by Status/Priority
Tracks & Planning¶
Sessions & Activity¶
Strategic Planning¶
Integration¶
Troubleshooting¶
Recipe Format¶
Each recipe follows this structure:
- Problem: What you're trying to accomplish
- Solution: Complete, copy-paste ready code
- Explanation: How it works
- Variations: Alternative approaches or extensions
Contributing Recipes¶
Found a useful pattern? Submit a recipe!
- Fork the repo
- Add your recipe to the appropriate file
- Follow the recipe format above
- Submit a pull request
See Contributing Guide for details.