recipes v0.0.3

main
Mel 3 years ago
parent e9e2335fa3
commit ba74fdd8dc

@ -9,7 +9,7 @@
"state": {
"type": "markdown",
"state": {
"file": "03.03 Recipes/@Recipes.md",
"file": "02.01 London/@Restaurants London.md",
"mode": "preview"
}
}
@ -76,7 +76,7 @@
"state": {
"type": "backlink",
"state": {
"file": "03.03 Recipes/@Recipes.md",
"file": "02.01 London/@Restaurants London.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@ -115,15 +115,15 @@
},
"active": "c1cbd199334b4022",
"lastOpenFiles": [
"03.03 Recipes/@Recipes.md",
"00.01 Admin/Templates/Template Recipe.md",
"03.03 Recipes/Steak n Aspargus.md",
"03.03 Recipes/Aromatic Beef Pilaf.md",
"03.03 Recipes/Aspargus Pasta.md",
"03.03 Recipes/Bacon Parmesan Aspargus.md",
"03.03 Recipes/Beef Enchiladas.md",
"03.03 Recipes/Beef n Potatoes Keema Naans.md",
"03.03 Recipes/Beef Noodles with Beans.md",
"03.03 Recipes/Blueberry cheesecake.md"
"02.01 London/@Restaurants London.md",
"02.01 London/The Monmouth Kitchen.md",
"02.01 London/@@London.md",
"02.01 London/Recommendation list (London).md",
"03.03 Recipes/@Main dishes.md",
"03.03 Recipes/Pork n Black Bean Tacos.md",
"03.03 Recipes/@@Recipes.md",
"03.03 Recipes/@Snacks.md",
"03.03 Recipes/@Side dishes.md",
"03.03 Recipes/@Desserts.md"
]
}

@ -197,7 +197,7 @@ class globalFunc {
case 'Recipe':
TempData = ["Name", "Main ingredients", "Cuisine", "Cooking time", "Rating (1-5)"]
TempData = ["Name", "Category", "Cuisine", "Cooking time", "Rating (1-5)"]
break;

@ -55,9 +55,7 @@ style: number
Petersham nurseries, richmond
Aulis ([[Roganic|Simon Rogan]])
Meraki (fitzrovia)
The typing room
Storey/story
Blubster
Veeraswamy
Andrew Edmund
Cipriani

@ -70,7 +70,7 @@ United Kingdom
Phone:: <a href="tel:+442076662044">0207 666 2044</a>
Email:: reservations@bloomsburystreetkitchen.co.uk
Email:: reservations@monmouthkitchen.co.uk
Website:: https://www.thekitchensrestaurants.co.uk/contact

@ -12,7 +12,7 @@ Tag: ["Lifestyle", "Food", "Cooking"]
Date: 2021-10-20
DocType: "Personal"
Hierarchy: "Root"
location:
location: [51.514678599999996, -0.18378583926867909]
CollapseMetaTable: Yes
---
@ -92,41 +92,14 @@ dv.view("00.01 Admin/dv-views/query_recipe", {course: dv.current().QueryCourse,
&emsp;
### Main dishes
### Recipes by course
&emsp;
```dataviewjs
dv.view("00.01 Admin/dv-views/query_recipe", {course: "Main Dish"})
```
&emsp;
---
&emsp;
### Side dishes
&emsp;
```dataviewjs
dv.view("00.01 Admin/dv-views/query_recipe", {course: "Side Dish"})
```
&emsp;
---
&emsp;
### Desserts
&emsp;
```dataviewjs
dv.view("00.01 Admin/dv-views/query_recipe", {course: "Dessert"})
```
1. [[@Main dishes|Main courses]]
2. [[@Side dishes|Side dishes]]
3. [[@Desserts|Desserts]]
4. [[@Snacks|Snacks]]
&emsp;

@ -0,0 +1,85 @@
---
Alias: ["Desserts"]
Tag: ["Sweet"]
Date: 2021-10-21
DocType: "Personal"
Hierarchy: "Root2"
TimeStamp:
location: [51.514678599999996, -0.18378583926867909]
CollapseMetaTable: Yes
---
Parent:: [[@@Recipes|Recipes]]
---
&emsp;
```button
name Save
type command
action Save current file
id Save
```
^button-DessertsNSave
&emsp;
# Desserts
&emsp;
```ad-abstract
title: Summary
collapse: open
A collection of desserts by type.
```
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Cake
&emsp;
```dataviewjs
dv.view("00.01 Admin/dv-views/query_recipe", {course: "Dessert", category: "Cake"})
```
&emsp;
---
&emsp;
### Tart
```dataviewjs
dv.view("00.01 Admin/dv-views/query_recipe", {course: "Dessert", category: "Tart"})
```
&emsp;
---
&emsp;
### Pancacke
```dataviewjs
dv.view("00.01 Admin/dv-views/query_recipe", {course: "Dessert", category: "Pancacke"})
```
&emsp;
&emsp;

@ -0,0 +1,145 @@
---
Alias: ["Main dishes", "Main Dishes"]
Tag: [""]
Date: 2021-10-21
DocType: "Personal"
Hierarchy: "Root2"
TimeStamp:
location: [51.514678599999996, -0.18378583926867909]
CollapseMetaTable: Yes
---
Parent:: [[@@Recipes|Recipes]]
---
&emsp;
```button
name Save
type command
action Save current file
id Save
```
^button-MaindishesNSave
&emsp;
# Main dishes
&emsp;
```ad-abstract
title: Summary
collapse: open
Browsing through main dishes
```
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Meat & barbecue
&emsp;
```dataviewjs
dv.view("00.01 Admin/dv-views/query_recipe", {course: "Main Dish", category: ["Meat", "Barbecue"]})
```
&emsp;
---
&emsp;
### Fish
&emsp;
```dataviewjs
dv.view("00.01 Admin/dv-views/query_recipe", {course: "Main Dish", category: "Fish"})
```
&emsp;
---
&emsp;
### Pasta
&emsp;
```dataviewjs
dv.view("00.01 Admin/dv-views/query_recipe", {course: "Main Dish", category: "Pasta"})
```
&emsp;
---
&emsp;
### Stir Fry
&emsp;
```dataviewjs
dv.view("00.01 Admin/dv-views/query_recipe", {course: "Main Dish", category: "Stir Fry"})
```
&emsp;
---
&emsp;
### Fried Rice
&emsp;
```dataviewjs
dv.view("00.01 Admin/dv-views/query_recipe", {course: "Main Dish", category: "Fried Rice"})
```
&emsp;
---
&emsp;
### Wrap
&emsp;
```dataviewjs
dv.view("00.01 Admin/dv-views/query_recipe", {course: "Main Dish", category: "Wrap"})
```
&emsp;
---
&emsp;
### Curry
&emsp;
```dataviewjs
dv.view("00.01 Admin/dv-views/query_recipe", {course: "Main Dish", category: "Curry"})
```
&emsp;
&emsp;

@ -0,0 +1,75 @@
---
Alias: ["Side dishes"]
Tag: ["Vegetable", "Salad"]
Date: 2021-10-21
DocType: "Personal"
Hierarchy: "Root2"
TimeStamp:
location: [51.514678599999996, -0.18378583926867909]
CollapseMetaTable: Yes
---
Parent:: [[@@Recipes|Recipes]]
---
&emsp;
```button
name Save
type command
action Save current file
id Save
```
^button-SidedishesNSave
&emsp;
# Side dishes
&emsp;
```ad-abstract
title: Summary
collapse: open
Browsing through sides!
```
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Accompaniements
&emsp;
```dataviewjs
dv.view("00.01 Admin/dv-views/query_recipe", {course: "Side Dish", category: "Vegetable"})
```
&emsp;
---
&emsp;
### Salad
&emsp;
```dataviewjs
dv.view("00.01 Admin/dv-views/query_recipe", {course: "Side Dish", category: "Salad"})
```
&emsp;
&emsp;

@ -0,0 +1,73 @@
---
Alias: ["Snacks"]
Tag: ["Sweet", "Savoury", "Comfort food"]
Date: 2021-10-21
DocType: "Personal"
Hierarchy: "Root2"
TimeStamp:
location: [51.514678599999996, -0.18378583926867909]
CollapseMetaTable: Yes
---
Parent:: [[@@Recipes|Recipes]]
---
&emsp;
```button
name Save
type command
action Save current file
id Save
```
^button-SnacksNSave
&emsp;
# Snacks
&emsp;
```ad-abstract
title: Summary
collapse: open
A few snacks for the road
```
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Sweet
&emsp;
```dataviewjs
dv.view("00.01 Admin/dv-views/query_recipe", {course: "Snack", category: ["Cookie", "Pancacke"]})
```
&emsp;
---
&emsp;
### Savoury
&emsp;
```dataviewjs
dv.view("00.01 Admin/dv-views/query_recipe", {course: "Snack", category: ["Cookie", "Pancacke"]})
```
&emsp;
&emsp;

@ -14,7 +14,7 @@ Meta:
Rating: 4
Recipe:
Courses: "Main Dish"
Categories: ["Beef", "Rice"]
Categories: "Fried Rice"
Collections: "Indian"
Source: "https://www.hellofresh.co.uk/recipes/aromatic-beef-pilaf-5f7f1e8398ecf4455b27d417"
PreparationTime:
@ -39,7 +39,7 @@ Ingredients:
---
Parent:: [[@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]]
---

@ -13,9 +13,7 @@ Meta:
Rating: 4
Recipe:
Courses: "Main Dish"
Categories:
- Pasta
- Vegetable
Categories: Pasta
Collections: Italian
Source: https://www.budgetbytes.com/lemon-garlic-asparagus-pasta/
PreparationTime:
@ -31,7 +29,7 @@ Ingredients:
---
Parent:: [[@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]]
---

@ -13,9 +13,7 @@ Meta:
Rating: 4
Recipe:
Courses: "Side Dish"
Categories:
- Pork
- Vegetable
Categories: Vegetable
Collections: Modern
Source: https://www.organizedisland.com/easy-bacon-parmesan-grilled-asparagus
PreparationTime:
@ -32,7 +30,7 @@ Ingredients:
---
Parent:: [[@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]]
---

@ -13,8 +13,7 @@ Meta:
Rating: 4
Recipe:
Courses: "Main Dish"
Categories:
- Beef
Categories: Wrap
Collections: "Mexican"
Source: https://www.hellofresh.co.nz/recipes/cheats-beef-enchiladas-609370ee5658f2769472fbc8
PreparationTime:
@ -37,7 +36,7 @@ Ingredients:
---
Parent:: [[@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]]
---

@ -13,9 +13,7 @@ Meta:
Rating: 4
Recipe:
Courses: "Main Dish"
Categories:
- Beef
- Noodle
Categories: "Stir Fry"
Collections: "Asian"
Source: https://www.hellofresh.co.uk/recipes/beef-noodles-5fd75e62140d1c33631a3c06
PreparationTime:
@ -36,7 +34,7 @@ Ingredients:
---
Parent:: [[@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]]
---

@ -13,9 +13,7 @@ Meta:
Rating: 4
Recipe:
Courses: "Main Dish"
Categories:
- Beef
- Bread
Categories: Curry
Collections: Indian
Source: Hellofresh
PreparationTime:
@ -39,7 +37,7 @@ Ingredients:
---
Parent:: [[@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]]
---

@ -33,7 +33,7 @@ Ingredients:
---
Parent:: [[@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]]
---

@ -13,8 +13,7 @@ Meta:
Rating: 4
Recipe:
Courses: "Main Dish"
Categories:
- Beef
Categories: Barbecue
Collections: Mexican
Source: https://www.hellofresh.co.nz/recipes/carne-asada-style-steak-60a73346a13c1070ba4b9d37
PreparationTime:
@ -39,7 +38,7 @@ Ingredients:
---
Parent:: [[@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]]
---

@ -13,9 +13,7 @@ Meta:
Rating: 4
Recipe:
Courses: "Main Dish"
Categories:
- Chicken
- Rice
Categories: Curry
Collections: Indian
Source: https://www.hellofresh.co.uk/recipes/fragrant-chicken-curry-5f184fefd4d3ad361252ad44
PreparationTime:
@ -36,7 +34,7 @@ Ingredients:
---
Parent:: [[@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]]
---

@ -14,9 +14,7 @@ Meta:
Rating: 4
Recipe:
Courses: "Main Dish"
Categories:
- Chicken
- Rice
Categories: "Fried Rice"
Collections: Asian
Source: https://www.hellofresh.co.uk/recipes/chicken-fried-rice-wk3-5834834e2e69d73c6e619bc3
PreparationTime:
@ -38,7 +36,7 @@ Ingredients:
---
Parent:: [[@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]]
---

@ -13,9 +13,7 @@ Meta:
Rating: 4
Recipe:
Courses: "Main Dish"
Categories:
- Chicken
- Noodle
Categories: "Stir Fry"
Collections: Asian
Source: https://www.hellofresh.co.uk/recipes/chicken-plum-noodle-stir-fry-5fc8ca22d5b62f7979523caf
PreparationTime:
@ -36,7 +34,7 @@ Ingredients:
---
Parent:: [[@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]]
---

@ -31,7 +31,7 @@ Ingredients:
---
Parent:: [[@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]]
---

@ -13,10 +13,7 @@ Meta:
Rating: 4
Recipe:
Courses: "Main Dish"
Categories:
- Egg
- Rice
- Pork
Categories: "Fried Rice"
Collections: Asian
Source: https://www.hellofresh.co.nz/recipes/chinese-style-pork-bowl-5d260a7cf7d286000a3ed738
PreparationTime:
@ -46,7 +43,7 @@ Ingredients:
---
Parent:: [[@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]]
---

@ -32,7 +32,7 @@ Ingredients:
---
Parent:: [[@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]]
---

@ -13,9 +13,7 @@ Meta:
Rating: 4
Recipe:
Courses: "Main Dish"
Categories:
- Chicken
- Bread
Categories: Curry
Collections: Indian
Source: https://www.yummly.co.uk/recipe/Indian-Buttered-Chicken-with-Yogurt-Flatbread-9136200
PreparationTime:
@ -39,7 +37,7 @@ Ingredients:
---
Parent:: [[@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]]
---

@ -13,7 +13,7 @@ Meta:
Rating: 4
Recipe:
Courses: "Main Dish"
Categories: Beef
Categories: Wrap
Collections: Asian
Source: https://www.hellofresh.co.uk/recipes/korean-style-beef-tacos-5f918b283f2dfe7467488cb8
PreparationTime:
@ -37,7 +37,7 @@ Ingredients:
---
Parent:: [[@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]]
---

@ -0,0 +1,152 @@
---
ServingSize: 2
cssclass: recipeTable
Tag: ["Spicy"]
Date: 2021-09-21
DocType: "Recipe"
Hierarchy: "NonRoot"
location: [51.514678599999996, -0.18378583926867909]
CollapseMetaTable: Yes
Meta:
IsFavourite: False
Rating: 4
Recipe:
Courses: "Main Dish"
Categories: Curry
Collections: Indian
Source: https://www.hellofresh.co.uk/recipes/north-indian-style-lamb-and-lentil-curry-5fd75e6f7c429f79a676258b
PreparationTime:
CookingTime: 20
OServingSize: 2
Ingredients:
- 150 grams Basmati Rice
- 0.5 pot(s) Ground Turmeric
- 200 grams Lamb Mince
- 1 whole Onionp
- 0.5 whole Red Chilli
- 1 clove Garlic
- 1 pack(s) Brown Lentils
- 1 pot(s) North Indian Style Spice Mix
- 1 pack(s) Tomato Passata
- 100 milliliter(s) Water
- 1 sachet Chicken Stock Powder
- 100 grams Baby Spinach
---
Parent:: [[@@Recipes|Recipes]]
---
&emsp;
```button
name Edit Recipe parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-LambnLentilCurryEdit
```button
name Save
type command
action Save current file
id Save
```
^button-LambnLentilCurryNSave
&emsp;
# North Indian Style Lamb and Lentil Curry with Turmeric Rice and Spinach
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Practical Informations
| |
|-|-
**Courses**: | `$=dv.current().Recipe.Courses`
**Categories**: | `$=dv.current().Recipe.Categories`
**Collections**: | `$=dv.current().Recipe.Collections`
**Serving size**: | `$=dv.current().ServingSize`
**Cooking time**: | `$=dv.current().Recipe.CookingTime` min
&emsp;
---
&emsp;
### Ingredients
&emsp;
```dataviewjs
dv.view("00.01 Admin/dv-views/query_ingredient", {ingredients: dv.current().Ingredients, originalportioncount: dv.current().Recipe.OServingSize})
```
&emsp;
---
&emsp;
### Instructions
&emsp;
1.a) Bring a large saucepan of water to the boil with a 0.25 tsp of salt for the rice.
1.b) When boiling, add the rice and half the turmeric, cook for until tender,12 mins. Drain in a sieve.
&emsp;
2.a) Heat a large frying pan on high heat (no oil). When the pan is hot, add the lamb mince and cook until browned, 5-6 mins.
2.b) Use a wooden spoon to break it up as it cooks.
2.c) Meanwhile, halve, peel and chop the onion into small pieces.
2.d) Once the lamb has browned, stir the onion into the pan with the lamb and cook, stirring, until the onion is starting to soften, 3-4 mins.
&emsp;
3.a) While the onion cooks, halve the chilli lengthways, deseed then finely chop.
3.b) Peel and grate the garlic (or use a garlic press).
3.c) Drain and rinse the lentils in a sieve.
3.d) Once the onion has softened, add the curry powder, garlic and half the chilli and remaining turmeric and cook, stirring, for 1 minute.
&emsp;
4.a) Add the passata, water (see ingredients for amount) and stock powder to the pan and stir together.
4.b) Stir in the lentils, season with salt and pepper, add a pinch of sugar and simmer until thickened, 4-5 mins.
```ad-tip
title: TIP
Add a splash of water if you feel it needs loosening.
```
5.a) Add the spinach a handful at a time and cook until wilted and piping hot, 2-3 mins.
5.b) Taste and season with salt and pepper if needed.
&emsp;
6.a) Divide the turmeric rice between bowls.
6.b) Top with the curry on top with any remaining chilli.
&emsp;
Enjoy!
&emsp;
&emsp;

@ -0,0 +1,135 @@
---
ServingSize: 8
cssclass: recipeTable
Tag: ["Summer", "Lemon"]
Date: 2021-09-21
DocType: "Recipe"
Hierarchy: "NonRoot"
location: [51.514678599999996, -0.18378583926867909]
CollapseMetaTable: Yes
Meta:
IsFavourite: False
Rating:
Recipe:
Courses: Dessert
Categories: Tart
Collections: French
Source: Internal
PreparationTime:
CookingTime: 90
OServingSize: 8
Ingredients:
- 1.5 cups all-purpose flour
- 0.5 cup icing sugar
- 0.67 cup softened butter
- 1 pinch salt
- 1 whole egg yolk
- 6 whole lemons
- 6 whole large eggs
- 1.5 cups caster sugar
- 1.5 cups cream
- 1 pinch Icing sugar
- 1 slob Cream
---
Parent:: [[@@Recipes|Recipes]]
---
&emsp;
```button
name Edit Recipe parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-LemontartEdit
```button
name Save
type command
action Save current file
id Save
```
^button-LemontartNSave
&emsp;
# Lemon tart
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Practical Informations
| |
|-|-
**Courses**: | `$=dv.current().Recipe.Courses`
**Categories**: | `$=dv.current().Recipe.Categories`
**Collections**: | `$=dv.current().Recipe.Collections`
**Serving size**: | `$=dv.current().ServingSize`
**Cooking time**: | `$=dv.current().Recipe.CookingTime` min
&emsp;
---
&emsp;
### Ingredients
&emsp;
```dataviewjs
dv.view("00.01 Admin/dv-views/query_ingredient", {ingredients: dv.current().Ingredients, originalportioncount: dv.current().Recipe.OServingSize})
```
&emsp;
---
&emsp;
### Instructions
&emsp;
1. In a large bowl, mix the softened butter and icing sugar to a cream with a wooden spoon then beat in the egg yolk. Add the flour and salt and rub the butter mixture and flour together with your fingers until crumbly.
&emsp;
2. Add the egg yolk to the mixture and knead briefly until it forms a firm dough. Wrap in plastic wrap and leave to chill in the fridge for 30 minutes.
&emsp;
3. Roll out the pastry until very thin and line the quiche tin allowing a small amount of pastry to overlap the edges. Prick the base of the pastry with a fork and bake at 400&#176;F for 20 minutes.
&emsp;
4. Grate the zest from the lemons into a bowl then add the juice from the lemons. Break the eggs into a large bowl and add the caster sugar and mix well. Add the lemon juice, zest and the cream and whisk gently.
&emsp;
5. Pour the mixture into the pastry case and bake at 350&#176;F for 25 to 30 minutes until set.
&emsp;
6. Sprinkle with a little icing sugar and serve with cream.
&emsp;
&emsp;

@ -0,0 +1,153 @@
---
ServingSize: 2
cssclass: recipeTable
Tag: ["Summer", "Healthy", "Easy"]
Date: 2021-09-21
DocType: "Recipe"
Hierarchy: "NonRoot"
location: [51.514678599999996, -0.18378583926867909]
CollapseMetaTable: Yes
Meta:
IsFavourite: False
Rating: 4
Recipe:
Courses: "Main Dish"
Categories: Fish
Collections: French
Source: https://cuisinezavecdjouza.fr/loup-de-mer-et-sauce-echalote-citron/amp/
PreparationTime:
CookingTime:
OServingSize: 2
Ingredients:
- 2 filets de loup sans arètes
- 1 whole échalote
- 1 jus de citron jaune
- 1 pinch Sel, poivre
- 15 cl de crème épaisse
- 1 bunch Ciboulette et persil ciselés
---
Parent:: [[@@Recipes|Recipes]]
---
&emsp;
```button
name Edit Recipe parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-LoupdemercitronEdit
```button
name Save
type command
action Save current file
id Save
```
^button-LoupdemercitronNSave
&emsp;
# Loup de mer et sauce &#233;chalote citron
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Practical Informations
| |
|-|-
**Courses**: | `$=dv.current().Recipe.Courses`
**Categories**: | `$=dv.current().Recipe.Categories`
**Collections**: | `$=dv.current().Recipe.Collections`
**Serving size**: | `$=dv.current().ServingSize`
**Cooking time**: | `$=dv.current().Recipe.CookingTime` min
&emsp;
---
&emsp;
### Ingredients
&emsp;
```dataviewjs
dv.view("00.01 Admin/dv-views/query_ingredient", {ingredients: dv.current().Ingredients, originalportioncount: dv.current().Recipe.OServingSize})
```
&emsp;
---
&emsp;
### Instructions
&emsp;
1. &#201;plucher et &#233;mincer l&#8217;&#233;chalote finement.
&emsp;
2. La faire revenir dans une po&#234;le avec une noisette de beurre.
&emsp;
3. D&#233;glacer avec le jus de citron press&#233; une fois l&#8217;&#233;chalote est translucide.
&emsp;
4. R&#233;duire le bouillon de moiti&#233; et incorporer la cr&#232;me fra&#238;che &#233;paisse.
&emsp;
5. Saler et poivrer.
&emsp;
6. R&#233;servez.
&emsp;
7. Pr&#233;paration du filet de loup de mer
&emsp;
8. V&#233;rifiez une derni&#232;re fois que les filets de loup soient totalement d&#233;sar&#234;t&#233;s.
&emsp;
9. D&#233;poser les poissons assaisonn&#233;s dans la po&#234;le avec une bonne cuill&#232;re &#224; soupe de beurre.
&emsp;
10. Faire dorer en les arrosant de beurre fondu sur les deux faces pour une belle cuisson dor&#233;e.
&emsp;
11. Dresser chaque filet de loup dans une assiette avec une timbale de riz, de sauce &#224; l&#8217;&#233;chalote citron, parsem&#233;e de persil et ciboulette.
&emsp;
12. Vous pourrez arroser d&#8217;une lichette d&#8217;huile d&#8217;olive.
&emsp;
&emsp;

@ -0,0 +1,128 @@
---
ServingSize: 2
cssclass: recipeTable
Tag: []
Date: 2021-09-21
DocType: "Recipe"
Hierarchy: "NonRoot"
location: [51.514678599999996, -0.18378583926867909]
CollapseMetaTable: Yes
Meta:
IsFavourite: False
Rating: 4
Recipe:
Courses: "Main Dish"
Categories: Wrap
Collections: Mexican
Source: https://www.hellofresh.co.nz/recipes/mexican-beef-wrap-609df7c9b6ce55744a4c4a7a
PreparationTime:
CookingTime: 15
OServingSize: 2
Ingredients:
- 1 drizzle olive oil
- 1 packet beef mince
- 1 packet tomato paste
- 2 whole tomato
- 1 packet sour cream
- 4 whole classic wraps
- 1 bag baby spinach leaves
- 1 sachet Mexican Fiesta spice blend
- 1 packet shredded Cheddar cheese
---
Parent:: [[@@Recipes|Recipes]]
---
&emsp;
```button
name Edit Recipe parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-MexicanBeefWrapEdit
```button
name Save
type command
action Save current file
id Save
```
^button-MexicanBeefWrapNSave
&emsp;
# Mexican Beef Wraps with Cheddar Cheese & Sour Cream
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Practical Informations
| |
|-|-
**Courses**: | `$=dv.current().Recipe.Courses`
**Categories**: | `$=dv.current().Recipe.Categories`
**Collections**: | `$=dv.current().Recipe.Collections`
**Serving size**: | `$=dv.current().ServingSize`
**Cooking time**: | `$=dv.current().Recipe.CookingTime` min
&emsp;
---
&emsp;
### Ingredients
&emsp;
```dataviewjs
dv.view("00.01 Admin/dv-views/query_ingredient", {ingredients: dv.current().Ingredients, originalportioncount: dv.current().Recipe.OServingSize})
```
&emsp;
---
&emsp;
### Instructions
&emsp;
1. In a large frying pan, heat a drizzle of olive oil over a high heat. Cook the beef mince, breaking up with a spoon, until browned, 4 minutes.
&emsp;
```ad-warning
title: SPICY!
The spice blend is hot, use less if you&#39;re sensitive to heat.
```
2. Add the tomato paste and Mexican Fiesta spice blend to the beef and cook until fragrant, 1 minute. Remove from the heat, season with salt and pepper and set aside to cool.
&emsp;
3. When you&#39;re ready to pack your lunch, roughly chop the tomato. Spread the sour cream over the classic wraps (see ingredients). Sprinkle with the shredded Cheddar cheese. Divide the tomato, baby spinach leaves and Mexican beef between wraps. Tuck in the ends and roll into burritos. Wrap in foil or plastic wrap and refrigerate.
&emsp;
4. At lunch, remove the wrapping and reheat the Mexican beef wraps in a sandwich press or in 30 second bursts in the microwave until piping hot.
&emsp;
&emsp;

@ -0,0 +1,134 @@
---
ServingSize: 10
cssclass: recipeTable
Tag: ["Easy"]
Date: 2021-09-21
DocType: "Recipe"
Hierarchy: "NonRoot"
location: [51.514678599999996, -0.18378583926867909]
CollapseMetaTable: Yes
Meta:
IsFavourite: False
Rating: 4
Recipe:
Courses:
- Breakfast
- Snack
- Dessert
Categories: Pancacke
Collections: American
Source: Internal
PreparationTime:
CookingTime: 20
OServingSize: 10
Ingredients:
- 375 grams all-purpose flour
- 3 teaspoons baking powder
- 1 tablespoon caster sugar
- 375 ml milk
- 3 whole eggs
- 0.5 teaspoon salt
---
Parent:: [[@@Recipes|Recipes]]
---
&emsp;
```button
name Edit Recipe parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-PancackesEdit
```button
name Save
type command
action Save current file
id Save
```
^button-PancackesNSave
&emsp;
# Pancackes
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Practical Informations
| |
|-|-
**Courses**: | `$=dv.current().Recipe.Courses`
**Categories**: | `$=dv.current().Recipe.Categories`
**Collections**: | `$=dv.current().Recipe.Collections`
**Serving size**: | `$=dv.current().ServingSize`
**Cooking time**: | `$=dv.current().Recipe.CookingTime` min
&emsp;
---
&emsp;
### Ingredients
&emsp;
```dataviewjs
dv.view("00.01 Admin/dv-views/query_ingredient", {ingredients: dv.current().Ingredients, originalportioncount: dv.current().Recipe.OServingSize})
```
&emsp;
---
&emsp;
### Instructions
&emsp;
1. Sift the flour, baking powder, salt and caster sugar into a bowl.
&emsp;
2. Break the eggs into a separate bowl and whisk together with the milk.
&emsp;
3. Gradually add the milk and egg mixture to the flour mixture and whisk to a smooth batter.
&emsp;
4. Heat a frying pan over a medium heat and melt a small knob of butter. Pour the batter into the pan, using approximately 1/4 cup for each pancake.
&emsp;
5. When the top of the pancake begins to bubble, turn and cook the other side until golden brown.
&emsp;
6. Serve with butter and maple syrup.
&emsp;
&emsp;

@ -0,0 +1,125 @@
---
ServingSize: 5
cssclass: recipeTable
Tag: ["Easy"]
Date: 2021-09-21
DocType: "Recipe"
Hierarchy: "NonRoot"
location: [51.514678599999996, -0.18378583926867909]
CollapseMetaTable: Yes
Meta:
IsFavourite: False
Rating: 0
Recipe:
Courses: "Main Dish"
Categories: Pasta
Collections: Italian
Source: Internal
PreparationTime:
CookingTime: 15
OServingSize: 5
Ingredients:
- 4 tablespoons olive oil
- 0.125 cup butter
- 2 cloves garlic
- 4 whole anchovy fillets
- 1 lb plum tomatoes
- 1 tablespoon tomato puree
- 0.5 cup black olives
- 0.5 tablespoon capers
- 1 lb Spaghetti or any other pasta
- 1 packet Parmesan cheese
---
Parent:: [[@@Recipes|Recipes]]
---
&emsp;
```button
name Edit Recipe parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-PastaPuttanescaEdit
```button
name Save
type command
action Save current file
id Save
```
^button-PastaPuttanescaNSave
&emsp;
# Pasta Puttanesca
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Practical Informations
| |
|-|-
**Courses**: | `$=dv.current().Recipe.Courses`
**Categories**: | `$=dv.current().Recipe.Categories`
**Collections**: | `$=dv.current().Recipe.Collections`
**Serving size**: | `$=dv.current().ServingSize`
**Cooking time**: | `$=dv.current().Recipe.CookingTime` min
&emsp;
---
&emsp;
### Ingredients
&emsp;
```dataviewjs
dv.view("00.01 Admin/dv-views/query_ingredient", {ingredients: dv.current().Ingredients, originalportioncount: dv.current().Recipe.OServingSize})
```
&emsp;
---
&emsp;
### Instructions
&emsp;
1. Cook the pasta as directed on the instructions.
&emsp;
2. At the same time, heat the oil and butter in a separate pan and gently fry the garlic and anchovies for 3-4 minutes.
&emsp;
3. Add the tomatoes, tomato puree, olives, capers and fry for 7-8 minutes, stirring from time to time.
&emsp;
4. Drain the pasta, pour over the sauce and serve with freshly grated Parmesan cheese.
&emsp;
&emsp;

@ -0,0 +1,162 @@
---
ServingSize: 2
cssclass: recipeTable
Tag: ["Summer"]
Date: 2021-09-21
DocType: "Recipe"
Hierarchy: "NonRoot"
location: [51.514678599999996, -0.18378583926867909]
CollapseMetaTable: Yes
Meta:
IsFavourite: False
Rating: 4
Recipe:
Courses: "Main Dish"
Categories: Wrap
Collections: Mexican
Source: https://www.hellofresh.co.uk/recipes/pork-and-black-bean-tacos-with-pickled-red-onion-6023a26ba72dcd79e6201ab7
PreparationTime:
CookingTime: 20
OServingSize: 2
Ingredients:
- 1 whole Red Onion
- 125 grams Baby Plum Tomatoes
- 1 whole Baby Gem Lettuce
- 1 tin(s) Black Beans
- 0.5 whole Lime
- 240 grams Pork Mince
- 1 packet(s) Chipotle Paste
- 1 packet(s) Tomato Puree
- 1 packet(s) Chicken Stock Powder
- 6 whole Tortilla
- 100 milliliter(s) Water
---
Parent:: [[@@Recipes|Recipes]]
---
&emsp;
```button
name Edit Recipe parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-PorknBlackBeanTacosEdit
```button
name Save
type command
action Save current file
id Save
```
^button-PorknBlackBeanTacosNSave
&emsp;
# Pork and Black Bean Tacos with Pickled Red Onion, Chipotle Tomatoes and Lettuce
&emsp;
```toc
style: number
```
&emsp;
---
&emsp;
### Practical Informations
| |
|-|-
**Courses**: | `$=dv.current().Recipe.Courses`
**Categories**: | `$=dv.current().Recipe.Categories`
**Collections**: | `$=dv.current().Recipe.Collections`
**Serving size**: | `$=dv.current().ServingSize`
**Cooking time**: | `$=dv.current().Recipe.CookingTime` min
&emsp;
---
&emsp;
### Ingredients
&emsp;
```dataviewjs
dv.view("00.01 Admin/dv-views/query_ingredient", {ingredients: dv.current().Ingredients, originalportioncount: dv.current().Recipe.OServingSize})
```
&emsp;
---
&emsp;
### Instructions
&emsp;
1.a) Preheat your oven to 200&#176;C.
1.b) Halve and very thinly slice the red onion and pop half of it into a small bowl.
1.c) Halve the tomatoes and pop them into another small bowl.
1.d) Trim the root from the baby gem lettuce then halve lengthways. Thinly slice widthways.
1.e) Drain and rinse the black beans in a sieve.
1.f) Halve the lime.
&emsp;
2.a) Add half the lime juice to the bowl with the sliced red onion with a pinch of salt and sugar.
2.b) Stir well and set aside.
2.c) Cut the remaining lime into wedges.
&emsp;
3.a) Heat a drizzle of oil in a frying pan on high heat. When the oil is hot, add the pork mince and cook until browned, 4-5 mins.
3.b) Use a wooden spoon to break it up as it cooks.
3.c) Once browned, add the remaining onion and cook, stirring, until softened slightly, 2-3 mins.
3.d) Add three quarters of the chipotle paste and all the tomato puree and cook, stirring, for 1 minute.
&emsp;
4.a) Add the water (see ingredients for amounts) and chicken stock powder, stir to dissolve the stock powder.
4.b) Stir in the black beans and use a masher to gently crush them.
4.c) Season with salt and pepper, stir together and bring to a simmer.
4.d) Cook until thickened, 5-6 mins
&emsp;
5.a) Meanwhile, pop the remaining chipotle paste into the bowl with the halved tomatoes.
5.b) Add a drizzle of olive oil, season with salt and pepper and mix well.
5.c) Once the pork is nearly ready, pop the tacos onto a baking tray and bake on the top shelf of your oven until warmed through, 2-3 mins.
&emsp;
6.a) Reheat the pork mixture until piping hot.
```ad-tip
title: Tip
Add a splash more water if dry!
```
6.b) Taste and season with salt and pepper if you like.
6.c) Divide the tacos between plates and spoon over the pork and black bean mixture.
6.d) Top with the sliced lettuce then spoon over the chipotle tomatoes and finish with the pickled red onion.
6.e) Serve with the lime wedges alongside.
&emsp;
Enjoy!
&emsp;
&emsp;

@ -13,9 +13,7 @@ Meta:
Rating: 4
Recipe:
Courses: "Main Dish"
Categories:
- Beef
- Vegetable
Categories: Meat
Collections: Modern
Source: https://www.simplyrecipes.com/recipes/flank_steak_stir_fry_with_asparagus_and_red_pepper
PreparationTime:
@ -36,7 +34,7 @@ Ingredients:
---
Parent:: [[@Recipes|Recipes]]
Parent:: [[@@Recipes|Recipes]]
---

@ -2,839 +2,6 @@
<html>
<body>
<div class="recipe-details">
<meta content="31adb931-743f-5e9d-b2a2-9269c0775a4a" itemprop="recipeId">
<meta content="" itemprop="recipeShareId">
<meta content="False" itemprop="recipeIsFavourite">
<meta content="0" itemprop="recipeRating">
<table>
<tr>
<td>
<img src="images/31adb931-743f-5e9d-b2a2-9269c0775a4a_0.jpg" class="recipe-photo"/>
</td>
<td style="vertical-align:top">
<h2 itemprop="name">Lemon Tart</h2>
<div>
Courses: <span itemprop="recipeCourse">Dessert</span>
</div>
<div>
Categories: <span>Tart</span>
<meta content="Tart" itemprop="recipeCategory">
</div>
<div>
Collections: <span>French</span>
<meta content="French" itemprop="recipeCollection">
</div>
<div>
Source: <span itemprop="recipeSource">Recipe Keeper</span>
</div>
<div>
Serving size: <span itemprop="recipeYield">8</span>
</div>
<div>
Preparation time: <span>1 hour </span>
<meta content="PT1H" itemprop="prepTime">
</div>
<div>
Cooking time: <span>30 mins</span>
<meta content="PT30M" itemprop="cookTime">
</div>
</td>
</tr>
<tr>
<td style="vertical-align:top;width:250px">
<h3>Ingredients</h3>
<div class="recipe-ingredients" itemprop="recipeIngredients">
<p><b>For the tart shell</b></p>
<p>1 1/2 cups all-purpose flour </p>
<p>1/2 cup icing sugar </p>
<p>2/3 cup softened butter </p>
<p>pinch of salt </p>
<p>1 egg yolk</p>
<p></p>
<p><b>For the lemon curd</b></p>
<p>6 lemons </p>
<p>6 large eggs </p>
<p>1 1/2 cups caster sugar </p>
<p>1 1/2 cups cream </p>
<p></p>
<p><b><i>To serve</i></b></p>
<p>Icing sugar</p>
<p>Cream</p>
<p></p>
</div>
</td>
<td style="vertical-align:top">
<h3>Directions</h3>
<div itemprop="recipeDirections">
<p>1. In a large bowl mix the softened butter and icing sugar to a cream with a wooden spoon then beat in the egg yolk. Add the flour and salt and rub the butter mixture and flour together with your fingers until crumbly.</p>
<p></p>
<p>2. Add the egg yolk to the mixture and knead briefly until it forms a firm dough. Wrap in plastic wrap and leave to chill in the fridge for 30 minutes.</p>
<p></p>
<p>3. Roll out the pastry until very thin and line the quiche tin allowing a small amount of pastry to overlap the edges. Prick the base of the pastry with a fork and bake at 400&#176;F for 20 minutes.</p>
<p></p>
<p>4. Grate the zest from the lemons into a bowl then add the juice from the lemons. Break the eggs into a large bowl and add the caster sugar and mix well. Add the lemon juice, zest and the cream and whisk gently.</p>
<p></p>
<p>5. Pour the mixture into the pastry case and bake at 350&#176;F for 25 to 30 minutes until set.</p>
<p></p>
<p>6. Sprinkle with a little icing sugar and serve with cream.</p>
<p></p>
</div>
</td>
</tr>
</table>
<div class="recipe-notes" itemprop="recipeNotes">
</div>
<h3>Nutrition</h3>
<div>
Amount per serving
</div>
<div>
Serving size: 1 slice
<meta content="1 slice" itemprop="recipeNutServingSize">
</div>
<div>
Calories: 480
<meta content="480" itemprop="recipeNutCalories">
</div>
<div>
Total Fat: 22.4g
<meta content="22.4" itemprop="recipeNutTotalFat">
</div>
<div>
Saturated Fat: 12.7g
<meta content="12.7" itemprop="recipeNutSaturatedFat">
</div>
<div>
Cholesterol: 215mg
<meta content="215" itemprop="recipeNutCholesterol">
</div>
<div>
Sodium: 197mg
<meta content="197" itemprop="recipeNutSodium">
</div>
<div>
Total Carbohydrate: 64.7g
<meta content="64.7" itemprop="recipeNutTotalCarbohydrate">
</div>
<div>
Dietary Fiber: 0.6g
<meta content="0.6" itemprop="recipeNutDietaryFiber">
</div>
<div>
Sugars: 46.1g
<meta content="46.1" itemprop="recipeNutSugars">
</div>
<div>
Protein: 8g
<meta content="8" itemprop="recipeNutProtein">
</div>
<h3>Photos</h3>
<div class="recipe-photos-div"><img src="images/31adb931-743f-5e9d-b2a2-9269c0775a4a_0.jpg" class="recipe-photos" itemprop=photo0 /></div>
<hr />
</div>
<div class="recipe-details">
<meta content="5cc6c4ee-9e70-4503-9d81-ad559ac52941" itemprop="recipeId">
<meta content="" itemprop="recipeShareId">
<meta content="False" itemprop="recipeIsFavourite">
<meta content="4" itemprop="recipeRating">
<table>
<tr>
<td>
<img src="images/5cc6c4ee-9e70-4503-9d81-ad559ac52941_0.jpg" class="recipe-photo"/>
</td>
<td style="vertical-align:top">
<h2 itemprop="name">Loup de mer et sauce &#233;chalote citron</h2>
<div>
Courses: <span itemprop="recipeCourse">Main Dish</span>
</div>
<div>
Categories: <span>Fish, Vegetable</span>
<meta content="Fish" itemprop="recipeCategory">
<meta content="Vegetable" itemprop="recipeCategory">
</div>
<div>
Collections: <span>French</span>
<meta content="French" itemprop="recipeCollection">
</div>
<div>
Source: <span itemprop="recipeSource"><a href="https://cuisinezavecdjouza.fr/loup-de-mer-et-sauce-echalote-citron/amp/">https://cuisinezavecdjouza.fr/loup-de-mer-et-sauce-echalote-citron/amp/</a></span>
</div>
<div>
Serving size: <span itemprop="recipeYield"></span>
</div>
<div>
Preparation time: <span></span>
<meta content="PT0S" itemprop="prepTime">
</div>
<div>
Cooking time: <span></span>
<meta content="PT0S" itemprop="cookTime">
</div>
</td>
</tr>
<tr>
<td style="vertical-align:top;width:250px">
<h3>Ingredients</h3>
<div class="recipe-ingredients" itemprop="recipeIngredients">
<p>2 filets de loup sans ar&#234;tes</p>
<p>1 &#233;chalote</p>
<p>1 jus de citron jaune</p>
<p>Sel, poivre</p>
<p>15 cl de cr&#232;me &#233;paisse</p>
<p>Ciboulette et persil cisel&#233;s</p>
<p>Pr&#233;paration de la sauce citron &#233;chalote</p>
</div>
</td>
<td style="vertical-align:top">
<h3>Directions</h3>
<div itemprop="recipeDirections">
<p>1. &#201;plucher et &#233;mincer l&#8217;&#233;chalote finement.</p>
<p></p>
<p>2. La faire revenir dans une po&#234;le avec une noisette de beurre.</p>
<p></p>
<p>3. D&#233;glacer avec le jus de citron press&#233; une fois l&#8217;&#233;chalote est translucide.</p>
<p></p>
<p>4. R&#233;duire le bouillon de moiti&#233; et incorporer la cr&#232;me fra&#238;che &#233;paisse.</p>
<p></p>
<p>5. Saler et poivrer.</p>
<p></p>
<p>6. R&#233;servez.</p>
<p></p>
<p>7. Pr&#233;paration du filet de loup de mer</p>
<p></p>
<p>8. V&#233;rifiez une derni&#232;re fois que les filets de loup soient totalement d&#233;sar&#234;t&#233;s.</p>
<p></p>
<p>9. D&#233;poser les poissons assaisonn&#233;s dans la po&#234;le avec une bonne cuill&#232;re &#224; soupe de beurre.</p>
<p></p>
<p>10. Faire dorer en les arrosant de beurre fondu sur les deux faces pour une belle cuisson dor&#233;e.</p>
<p></p>
<p>11. Dresser chaque filet de loup dans une assiette avec une timbale de riz, de sauce &#224; l&#8217;&#233;chalote citron, parsem&#233;e de persil et ciboulette.</p>
<p></p>
<p>12. Vous pourrez arroser d&#8217;une lichette d&#8217;huile d&#8217;olive.</p>
</div>
</td>
</tr>
</table>
<div class="recipe-notes" itemprop="recipeNotes">
</div>
<h3>Nutrition</h3>
<div>
Amount per serving
</div>
<div>
Calories: 125
<meta content="125" itemprop="recipeNutCalories">
</div>
<h3>Photos</h3>
<div class="recipe-photos-div"><img src="images/5cc6c4ee-9e70-4503-9d81-ad559ac52941_0.jpg" class="recipe-photos" itemprop=photo0 /></div>
<hr />
</div>
<div class="recipe-details">
<meta content="6bf3530c-e4da-4a1a-83ea-b0d29a05bea2" itemprop="recipeId">
<meta content="" itemprop="recipeShareId">
<meta content="False" itemprop="recipeIsFavourite">
<meta content="0" itemprop="recipeRating">
<table>
<tr>
<td>
<img src="images/6bf3530c-e4da-4a1a-83ea-b0d29a05bea2_0.jpg" class="recipe-photo"/>
</td>
<td style="vertical-align:top">
<h2 itemprop="name">Mexican Beef Wraps with Cheddar Cheese &amp; Sour Cream</h2>
<div>
Courses: <span itemprop="recipeCourse">Main Dish</span>
</div>
<div>
Categories: <span>Beef</span>
<meta content="Beef" itemprop="recipeCategory">
</div>
<div>
Collections: <span>Mexican</span>
<meta content="Mexican" itemprop="recipeCollection">
</div>
<div>
Source: <span itemprop="recipeSource"><a href="https://www.hellofresh.co.nz/recipes/mexican-beef-wrap-609df7c9b6ce55744a4c4a7a">https://www.hellofresh.co.nz/recipes/mexican-beef-wrap-609df7c9b6ce55744a4c4a7a</a></span>
</div>
<div>
Serving size: <span itemprop="recipeYield">2</span>
</div>
<div>
Preparation time: <span></span>
<meta content="PT0S" itemprop="prepTime">
</div>
<div>
Cooking time: <span>15 mins</span>
<meta content="PT15M" itemprop="cookTime">
</div>
</td>
</tr>
<tr>
<td style="vertical-align:top;width:250px">
<h3>Ingredients</h3>
<div class="recipe-ingredients" itemprop="recipeIngredients">
<p>olive oil</p>
<p>1 packet beef mince</p>
<p>1 packet tomato paste</p>
<p>2 tomato</p>
<p>1 packet sour cream</p>
<p>4 classic wraps</p>
<p>1 bag baby spinach leaves</p>
<p>1 sachet Mexican Fiesta spice blend</p>
<p>1 packet shredded Cheddar cheese</p>
</div>
</td>
<td style="vertical-align:top">
<h3>Directions</h3>
<div itemprop="recipeDirections">
<p>1. In a large frying pan, heat a drizzle of olive oil over a high heat. Cook the beef mince, breaking up with a spoon, until browned, 4 minutes.</p>
<p></p>
<p>2. PICY! The spice blend is hot, use less if you&#39;re sensitive to heat. Add the tomato paste and Mexican Fiesta spice blend to the beef and cook until fragrant, 1 minute. Remove from the heat, season with salt and pepper and set aside to cool.</p>
<p></p>
<p>3. When you&#39;re ready to pack your lunch, roughly chop the tomato. Spread the sour cream over the classic wraps (see ingredients). Sprinkle with the shredded Cheddar cheese. Divide the tomato, baby spinach leaves and Mexican beef between wraps. Tuck in the ends and roll into burritos. Wrap in foil or plastic wrap and refrigerate.</p>
<p></p>
<p>4. At lunch, remove the wrapping and reheat the Mexican beef wraps in a sandwich press or in 30 second bursts in the microwave until piping hot.</p>
</div>
</td>
</tr>
</table>
<div class="recipe-notes" itemprop="recipeNotes">
</div>
<h3>Nutrition</h3>
<div>
Amount per serving
</div>
<div>
Calories: 4369
<meta content="4369" itemprop="recipeNutCalories">
</div>
<div>
Total Fat: 44.4g
<meta content="44.4" itemprop="recipeNutTotalFat">
</div>
<div>
Saturated Fat: 23.9g
<meta content="23.9" itemprop="recipeNutSaturatedFat">
</div>
<div>
Sodium: 2508mg
<meta content="2508" itemprop="recipeNutSodium">
</div>
<div>
Total Carbohydrate: 98.9g
<meta content="98.9" itemprop="recipeNutTotalCarbohydrate">
</div>
<div>
Sugars: 17.9g
<meta content="17.9" itemprop="recipeNutSugars">
</div>
<div>
Protein: 54g
<meta content="54" itemprop="recipeNutProtein">
</div>
<h3>Photos</h3>
<div class="recipe-photos-div"><img src="images/6bf3530c-e4da-4a1a-83ea-b0d29a05bea2_0.jpg" class="recipe-photos" itemprop=photo0 /></div>
<hr />
</div>
<div class="recipe-details">
<meta content="73566797-2422-40f0-940c-39f55f81e675" itemprop="recipeId">
<meta content="" itemprop="recipeShareId">
<meta content="False" itemprop="recipeIsFavourite">
<meta content="4" itemprop="recipeRating">
<table>
<tr>
<td>
<img src="images/73566797-2422-40f0-940c-39f55f81e675_0.jpg" class="recipe-photo"/>
</td>
<td style="vertical-align:top">
<h2 itemprop="name">North Indian Style Lamb and Lentil Curry with Turmeric Rice and Spinach</h2>
<div>
Courses: <span itemprop="recipeCourse">Main Dish</span>
</div>
<div>
Categories: <span>Lamb, Rice</span>
<meta content="Lamb" itemprop="recipeCategory">
<meta content="Rice" itemprop="recipeCategory">
</div>
<div>
Collections: <span>Indian</span>
<meta content="Indian" itemprop="recipeCollection">
</div>
<div>
Source: <span itemprop="recipeSource"><a href="https://www.hellofresh.co.uk/recipes/north-indian-style-lamb-and-lentil-curry-5fd75e6f7c429f79a676258b">https://www.hellofresh.co.uk/recipes/north-indian-style-lamb-and-lentil-curry-5fd75e6f7c429f79a676258b</a></span>
</div>
<div>
Serving size: <span itemprop="recipeYield">2</span>
</div>
<div>
Preparation time: <span></span>
<meta content="PT0S" itemprop="prepTime">
</div>
<div>
Cooking time: <span>20 mins</span>
<meta content="PT20M" itemprop="cookTime">
</div>
</td>
</tr>
<tr>
<td style="vertical-align:top;width:250px">
<h3>Ingredients</h3>
<div class="recipe-ingredients" itemprop="recipeIngredients">
<p>150 grams Basmati Rice</p>
<p>&#189; pot(s) Ground Turmeric</p>
<p>200 grams Lamb Mince</p>
<p>1 unit(s) Onion</p>
<p>&#189; unit(s) Red Chilli</p>
<p>1 clove Garlic Clove</p>
<p>1 pack(s) Brown Lentils</p>
<p>1 pot(s) North Indian Style Spice Mix</p>
<p>1 pack(s) Tomato Passata</p>
<p>100 milliliter(s) Water</p>
<p>1 sachet Chicken Stock Powder</p>
<p>100 grams Baby Spinach</p>
</div>
</td>
<td style="vertical-align:top">
<h3>Directions</h3>
<div itemprop="recipeDirections">
<p>1. a) Bring a large saucepan of water to the boil with a 0.25 tsp of salt for the rice. b) When boiling, add the rice and half the turmeric, cook for until tender,12 mins. Drain in a sieve.</p>
<p></p>
<p>2. a) Heat a large frying pan on high heat (no oil). When the pan is hot, add the lamb mince and cook until browned, 5-6 mins. b) Use a wooden spoon to break it up as it cooks. c) Meanwhile, halve, peel and chop the onion into small pieces.d) Once the lamb has browned, stir the onion into the pan with the lamb and cook, stirring, until the onion is starting to soften, 3-4 mins.</p>
<p></p>
<p>3. a) While the onion cooks, halve the chilli lengthways, deseed then finely chop.b) Peel and grate the garlic (or use a garlic press). c) Drain and rinse the lentils in a sieve. d) Once the onion has softened, add the curry powder, garlic and half the chilli and remaining turmeric and cook, stirring, for 1 minute.</p>
<p></p>
<p>4. a) Add the passata, water (see ingredients for amount) and stock powder to the pan and stir together.b) Stir in the lentils, season with salt and pepper, add a pinch of sugar and simmer until thickened, 4-5 mins. c) TIP: Add a splash of water if you feel it needs loosening.</p>
<p></p>
<p>5. a) Add the spinach a handful at a time and cook until wilted and piping hot, 2-3 mins. b) Taste and season with salt and pepper if needed.</p>
<p></p>
<p>6. a) Divide the turmeric rice between bowls.b) Top with the curry on top with any remaining chilli.c) Enjoy!</p>
</div>
</td>
</tr>
</table>
<div class="recipe-notes" itemprop="recipeNotes">
</div>
<h3>Nutrition</h3>
<div>
Amount per serving
</div>
<div>
Serving size: 533
<meta content="533" itemprop="recipeNutServingSize">
</div>
<div>
Calories: 668
<meta content="668" itemprop="recipeNutCalories">
</div>
<div>
Total Fat: 16g
<meta content="16" itemprop="recipeNutTotalFat">
</div>
<div>
Saturated Fat: 7g
<meta content="7" itemprop="recipeNutSaturatedFat">
</div>
<div>
Cholesterol: 0mg
<meta content="0" itemprop="recipeNutCholesterol">
</div>
<div>
Sodium: 1.81mg
<meta content="1.81" itemprop="recipeNutSodium">
</div>
<div>
Total Carbohydrate: 92g
<meta content="92" itemprop="recipeNutTotalCarbohydrate">
</div>
<div>
Dietary Fiber: 2g
<meta content="2" itemprop="recipeNutDietaryFiber">
</div>
<div>
Sugars: 10g
<meta content="10" itemprop="recipeNutSugars">
</div>
<div>
Protein: 37g
<meta content="37" itemprop="recipeNutProtein">
</div>
<h3>Photos</h3>
<div class="recipe-photos-div"><img src="images/73566797-2422-40f0-940c-39f55f81e675_0.jpg" class="recipe-photos" itemprop=photo0 /></div>
<hr />
</div>
<div class="recipe-details">
<meta content="b05310a1-15ec-560e-896d-e7a54223d0a0" itemprop="recipeId">
<meta content="" itemprop="recipeShareId">
<meta content="False" itemprop="recipeIsFavourite">
<meta content="0" itemprop="recipeRating">
<table>
<tr>
<td>
<img src="images/b05310a1-15ec-560e-896d-e7a54223d0a0_0.jpg" class="recipe-photo"/>
</td>
<td style="vertical-align:top">
<h2 itemprop="name">Pancakes</h2>
<div>
Courses: <span itemprop="recipeCourse">Breakfast</span>
</div>
<div>
Categories: <span></span>
</div>
<div>
Collections: <span>American</span>
<meta content="American" itemprop="recipeCollection">
</div>
<div>
Source: <span itemprop="recipeSource">Recipe Keeper</span>
</div>
<div>
Serving size: <span itemprop="recipeYield">8-12 pancakes</span>
</div>
<div>
Preparation time: <span>5 mins</span>
<meta content="PT5M" itemprop="prepTime">
</div>
<div>
Cooking time: <span>15 mins</span>
<meta content="PT15M" itemprop="cookTime">
</div>
</td>
</tr>
<tr>
<td style="vertical-align:top;width:250px">
<h3>Ingredients</h3>
<div class="recipe-ingredients" itemprop="recipeIngredients">
<p>3 cups/375g all-purpose flour</p>
<p>3 teaspoons baking powder</p>
<p>1 tablespoon caster sugar</p>
<p>1 1/2 cups/375ml milk</p>
<p>3 eggs</p>
<p>1/2 teaspoon salt</p>
<p></p>
</div>
</td>
<td style="vertical-align:top">
<h3>Directions</h3>
<div itemprop="recipeDirections">
<p>1. Sift the flour, baking powder, salt and caster sugar into a bowl. </p>
<p></p>
<p>2. Break the eggs into a separate bowl and whisk together with the milk.</p>
<p></p>
<p>3. Gradually add the milk and egg mixture to the flour mixture and whisk to a smooth batter.</p>
<p></p>
<p>4. Heat a frying pan over a medium heat and melt a small knob of butter. Pour the batter into the pan, using approximately 1/4 cup for each pancake.</p>
<p></p>
<p>5. When the top of the pancake begins to bubble, turn and cook the other side until golden brown.</p>
<p></p>
<p>6. Serve with butter and maple syrup.</p>
<p></p>
</div>
</td>
</tr>
</table>
<div class="recipe-notes" itemprop="recipeNotes">
</div>
<h3>Nutrition</h3>
<div>
Amount per serving
</div>
<div>
Serving size: 1 pancake
<meta content="1 pancake" itemprop="recipeNutServingSize">
</div>
<div>
Calories: 180
<meta content="180" itemprop="recipeNutCalories">
</div>
<div>
Total Fat: 2.4g
<meta content="2.4" itemprop="recipeNutTotalFat">
</div>
<div>
Saturated Fat: 0.9g
<meta content="0.9" itemprop="recipeNutSaturatedFat">
</div>
<div>
Cholesterol: 52mg
<meta content="52" itemprop="recipeNutCholesterol">
</div>
<div>
Sodium: 154mg
<meta content="154" itemprop="recipeNutSodium">
</div>
<div>
Total Carbohydrate: 32.4g
<meta content="32.4" itemprop="recipeNutTotalCarbohydrate">
</div>
<div>
Dietary Fiber: 1g
<meta content="1" itemprop="recipeNutDietaryFiber">
</div>
<div>
Sugars: 3.1g
<meta content="3.1" itemprop="recipeNutSugars">
</div>
<div>
Protein: 6.7g
<meta content="6.7" itemprop="recipeNutProtein">
</div>
<h3>Photos</h3>
<div class="recipe-photos-div"><img src="images/b05310a1-15ec-560e-896d-e7a54223d0a0_0.jpg" class="recipe-photos" itemprop=photo0 /></div>
<hr />
</div>
<div class="recipe-details">
<meta content="7f2decec-2e7f-594b-90ac-5fed6ed1b4c7" itemprop="recipeId">
<meta content="" itemprop="recipeShareId">
<meta content="False" itemprop="recipeIsFavourite">
<meta content="0" itemprop="recipeRating">
<table>
<tr>
<td>
<img src="images/7f2decec-2e7f-594b-90ac-5fed6ed1b4c7_0.jpg" class="recipe-photo"/>
</td>
<td style="vertical-align:top">
<h2 itemprop="name">Pasta Puttanesca</h2>
<div>
Courses: <span itemprop="recipeCourse">Main Dish</span>
</div>
<div>
Categories: <span>Pasta</span>
<meta content="Pasta" itemprop="recipeCategory">
</div>
<div>
Collections: <span>Italian</span>
<meta content="Italian" itemprop="recipeCollection">
</div>
<div>
Source: <span itemprop="recipeSource">Recipe Keeper</span>
</div>
<div>
Serving size: <span itemprop="recipeYield">5</span>
</div>
<div>
Preparation time: <span>5 mins</span>
<meta content="PT5M" itemprop="prepTime">
</div>
<div>
Cooking time: <span>10 mins</span>
<meta content="PT10M" itemprop="cookTime">
</div>
</td>
</tr>
<tr>
<td style="vertical-align:top;width:250px">
<h3>Ingredients</h3>
<div class="recipe-ingredients" itemprop="recipeIngredients">
<p>4 tablespoons olive oil</p>
<p>1/8 cup butter</p>
<p>2 cloves garlic</p>
<p>4 anchovy fillets</p>
<p>1lb plum tomatoes</p>
<p>1 tablespoon tomato puree</p>
<p>1/2 cup black olives</p>
<p>1/2 tablespoon capers</p>
<p>1lb Spaghetti or any other pasta</p>
<p>Parmesan cheese</p>
<p></p>
</div>
</td>
<td style="vertical-align:top">
<h3>Directions</h3>
<div itemprop="recipeDirections">
<p>1. Cook the pasta as directed on the instructions. </p>
<p></p>
<p>2. At the same time, heat the oil and butter in a separate pan and gently fry the garlic and anchovies for 3-4 minutes.</p>
<p></p>
<p>3. Add the tomatoes, tomato puree, olives, capers and fry for 7-8 minutes, stirring from time to time.</p>
<p></p>
<p>4. Drain the pasta, pour over the sauce and serve with freshly grated Parmesan cheese.</p>
</div>
</td>
</tr>
</table>
<div class="recipe-notes" itemprop="recipeNotes">
</div>
<h3>Nutrition</h3>
<div>
Amount per serving
</div>
<div>
Serving size: 1 bowl
<meta content="1 bowl" itemprop="recipeNutServingSize">
</div>
<div>
Calories: 459
<meta content="459" itemprop="recipeNutCalories">
</div>
<div>
Total Fat: 20.9g
<meta content="20.9" itemprop="recipeNutTotalFat">
</div>
<div>
Saturated Fat: 5.9g
<meta content="5.9" itemprop="recipeNutSaturatedFat">
</div>
<div>
Cholesterol: 85mg
<meta content="85" itemprop="recipeNutCholesterol">
</div>
<div>
Sodium: 500mg
<meta content="500" itemprop="recipeNutSodium">
</div>
<div>
Total Carbohydrate: 54.9g
<meta content="54.9" itemprop="recipeNutTotalCarbohydrate">
</div>
<div>
Dietary Fiber: 1.3g
<meta content="1.3" itemprop="recipeNutDietaryFiber">
</div>
<div>
Sugars: 2.3g
<meta content="2.3" itemprop="recipeNutSugars">
</div>
<div>
Protein: 14g
<meta content="14" itemprop="recipeNutProtein">
</div>
<h3>Photos</h3>
<div class="recipe-photos-div"><img src="images/7f2decec-2e7f-594b-90ac-5fed6ed1b4c7_0.jpg" class="recipe-photos" itemprop=photo0 /></div>
<hr />
</div>
<div class="recipe-details">
<meta content="44034024-a800-4359-bf5c-e23e6eafde06" itemprop="recipeId">
<meta content="" itemprop="recipeShareId">
<meta content="False" itemprop="recipeIsFavourite">
<meta content="4" itemprop="recipeRating">
<table>
<tr>
<td>
<img src="images/44034024-a800-4359-bf5c-e23e6eafde06_0.jpg" class="recipe-photo"/>
</td>
<td style="vertical-align:top">
<h2 itemprop="name">Pork and Black Bean Tacos with Pickled Red Onion, Chipotle Tomatoes and Lettuce</h2>
<div>
Courses: <span itemprop="recipeCourse">Main Dish</span>
</div>
<div>
Categories: <span>Pork</span>
<meta content="Pork" itemprop="recipeCategory">
</div>
<div>
Collections: <span>Mexican</span>
<meta content="Mexican" itemprop="recipeCollection">
</div>
<div>
Source: <span itemprop="recipeSource"><a href="https://www.hellofresh.co.uk/recipes/pork-and-black-bean-tacos-with-pickled-red-onion-6023a26ba72dcd79e6201ab7">https://www.hellofresh.co.uk/recipes/pork-and-black-bean-tacos-with-pickled-red-onion-6023a26ba72dcd79e6201ab7</a></span>
</div>
<div>
Serving size: <span itemprop="recipeYield">2</span>
</div>
<div>
Preparation time: <span></span>
<meta content="PT0S" itemprop="prepTime">
</div>
<div>
Cooking time: <span>20 mins</span>
<meta content="PT20M" itemprop="cookTime">
</div>
</td>
</tr>
<tr>
<td style="vertical-align:top;width:250px">
<h3>Ingredients</h3>
<div class="recipe-ingredients" itemprop="recipeIngredients">
<p>1 unit(s) Red Onion</p>
<p>125 grams Baby Plum Tomatoes</p>
<p>1 unit(s) Baby Gem Lettuce</p>
<p>1 unit(s) Black Beans</p>
<p>&#189; unit(s) Lime</p>
<p>240 grams Pork Mince</p>
<p>1 unit(s) Chipotle Paste</p>
<p>1 unit(s) Tomato Puree</p>
<p>1 unit(s) Chicken Stock Powder</p>
<p>6 unit(s) Tortilla</p>
<p>100 milliliter(s) Water</p>
</div>
</td>
<td style="vertical-align:top">
<h3>Directions</h3>
<div itemprop="recipeDirections">
<p>1. a) Preheat your oven to 200&#176;C. b) Halve and very thinly slice the red onion and pop half of it into a small bowl. c) Halve the tomatoes and pop them into another small bowl. d) Trim the root from the baby gem lettuce then halve lengthways. Thinly slice widthways. e) Drain and rinse the black beans in a sieve. f) Halve the lime.</p>
<p></p>
<p>2. a) Add half the lime juice to the bowl with the sliced red onion with a pinch of salt and sugar. b) Stir well and set aside. c) Cut the remaining lime into wedges.</p>
<p></p>
<p>3. a) Heat a drizzle of oil in a frying pan on high heat. When the oil is hot, add the pork mince and cook until browned, 4-5 mins. b) Use a wooden spoon to break it up as it cooks. c) Once browned, add the remaining onion and cook, stirring, until softened slightly, 2-3 mins. d) Add three quarters of the chipotle paste and all the tomato puree and cook, stirring, for 1 minute.</p>
<p></p>
<p>4. a) Add the water (see ingredients for amounts) and chicken stock powder, stir to dissolve the stock powder. b) Stir in the black beans and use a masher to gently crush them. c) Season with salt and pepper, stir together and bring to a simmer. d) Cook until thickened, 5-6 mins</p>
<p></p>
<p>5. a) Meanwhile, pop the remaining chipotle paste into the bowl with the halved tomatoes. b) Add a drizzle of olive oil, season with salt and pepper and mix well. c) Once the pork is nearly ready, pop the tacos onto a baking tray and bake on the top shelf of your oven until warmed through, 2-3 mins.</p>
<p></p>
<p>6. a) Reheat the pork mixture until piping hot. Tip: Add a splash more water if dry! b) Taste and season with salt and pepper if you like. c) Divide the tacos between plates and spoon over the pork and black bean mixture. d) Top with the sliced lettuce then spoon over the chipotle tomatoes and finish with the pickled red onion. e) Serve with the lime wedges alongside. f) Enjoy!</p>
</div>
</td>
</tr>
</table>
<div class="recipe-notes" itemprop="recipeNotes">
</div>
<h3>Nutrition</h3>
<div>
Amount per serving
</div>
<div>
Serving size: 552
<meta content="552" itemprop="recipeNutServingSize">
</div>
<div>
Calories: 702
<meta content="702" itemprop="recipeNutCalories">
</div>
<div>
Total Fat: 22.23g
<meta content="22.23" itemprop="recipeNutTotalFat">
</div>
<div>
Saturated Fat: 8.06g
<meta content="8.06" itemprop="recipeNutSaturatedFat">
</div>
<div>
Cholesterol: 0mg
<meta content="0" itemprop="recipeNutCholesterol">
</div>
<div>
Sodium: 2.53mg
<meta content="2.53" itemprop="recipeNutSodium">
</div>
<div>
Total Carbohydrate: 81.24g
<meta content="81.24" itemprop="recipeNutTotalCarbohydrate">
</div>
<div>
Dietary Fiber: 5.66g
<meta content="5.66" itemprop="recipeNutDietaryFiber">
</div>
<div>
Sugars: 13.96g
<meta content="13.96" itemprop="recipeNutSugars">
</div>
<div>
Protein: 37.87g
<meta content="37.87" itemprop="recipeNutProtein">
</div>
<h3>Photos</h3>
<div class="recipe-photos-div"><img src="images/44034024-a800-4359-bf5c-e23e6eafde06_0.jpg" class="recipe-photos" itemprop=photo0 /></div>
<hr />
</div>
<div class="recipe-details">
<meta content="20db7970-9e72-4576-a57e-ebc9fb5e9279" itemprop="recipeId">
<meta content="" itemprop="recipeShareId">

@ -13,5 +13,9 @@
assets:Cash:GBP
2021/10/14 Current expenses
expenses:Current Expenses:GBP £300.00
assets:Cash:GBP
2021/10/21 Current expenses
expenses:Current Expenses:GBP £300.00
assets:Cash:GBP
Loading…
Cancel
Save