How to read a recipe table
By Juan Buis, who builds RecipeTables — every rule below came out of a real bug report.
A recipe table is a whole recipe in one glance: every ingredient, every step, and — the part prose can't do — how they combine. Here's one, followed by the three rules for reading it.
Banana Bread
Makes one 9×5 loaf
| prepPreheat oven to 350°F / 175°C | |||||
| prepGrease a 9×5 inch loaf pan | |||||
| 1/2 cup / 115 g butter, softened | cream | beat in | combine | fold in | bake 350°F / 175°C, 60 min |
| 1 cup / 200 g sugar | |||||
| 2 eggs | |||||
| 3 ripe bananas | mash | stir together | |||
| 1 tsp vanilla extract | |||||
| 2 cups / 250 g flour | whisk | ||||
| 1 tsp baking soda | |||||
| 1/2 tsp salt | |||||
Read left to right — each column combines what's behind it.
Rule one: rows are ingredients, in order of first use
The left column lists what you need — but not in the order the source wrote it. Ingredients are sorted by when they enter the recipe, top to bottom. That ordering is what makes the rest of the table possible, and it's the tedious part nobody did by hand, which is why these tables were rare for twenty years.
It has a practical side effect at the counter: your mise en place is just the column read downward. The first thing you'll touch is the first thing listed.
Rule two: each box is a step, spanning what it uses
Every box to the right of the ingredients is one action — “cream”, “fold in”, “bake 60 min” — and its height tells you exactly which ingredients it involves: the rows it touches. A box spanning butter and sugar means cream the butter and sugar. No re-reading the paragraph to find out what “the mixture” refers to; the geometry says it.
Wide full-width rows above the table are prep — oven temperature, pan greasing — things you do before anything combines.
Rule three: read left to right; columns absorb
Later steps sit further right, and a step's box also covers everything behind it: when a box spans rows that earlier boxes already combined, it means take those results and combine them. By the rightmost column, every row has merged into one box — the finished dish. If a recipe has two components (a batter and a glaze, a dough and a filling), you'll see them as two separate stacks of boxes that only meet near the end, which is the structure of the recipe made visible.
That's the whole grammar. The useful consequence: you can see before you start that steps 2 and 4 never interact, that the sauce can be made while the oven works, that everything converges at the fold — the shape answers questions prose makes you reconstruct in your head.
Where the format comes from
Michael Chu introduced tabular recipes at Cooking for Engineers in 2004 and hand-built a few hundred of them. The format was admired, discussed — and then mostly ignored for twenty-two years, because producing one meant manually re-deriving ingredient order and step spans for every recipe. That's the part that finally got automated, which is why you can now make one from any recipe instead of reading about the idea.
On RecipeTables the format picks up a few live extras the paper version can't do: tap a step to check it off while cooking, scale every quantity, switch cups and grams, and build a shopping list from the rows.
See it on your own recipe.
Paste a link, the text, or a photo of a cookbook page — you get the whole recipe back as one table. Free, no account.