recipes v0.0.2

main
Mel 3 years ago
parent 76823ae5a2
commit e9e2335fa3

@ -22,6 +22,5 @@
"obsidian-auto-link-title",
"obsidian-itinerary",
"file-tree-alternative",
"customjs",
"obsidian-gallery"
"customjs"
]

@ -1,10 +0,0 @@
{
"shouldConfirmBeforeCreate": true,
"weekStart": "locale",
"wordsPerDot": 250,
"showWeeklyNote": false,
"weeklyNoteFormat": "",
"weeklyNoteTemplate": "",
"weeklyNoteFolder": "",
"localeOverride": "system-default"
}

File diff suppressed because it is too large Load Diff

@ -1,10 +0,0 @@
{
"id": "calendar",
"name": "Calendar",
"description": "Calendar view of your daily notes",
"version": "1.5.10",
"author": "Liam Cain",
"authorUrl": "https://github.com/liamcain/",
"isDesktopOnly": false,
"minAppVersion": "0.9.11"
}

File diff suppressed because one or more lines are too long

@ -1,7 +1,7 @@
{
"id": "dataview",
"name": "Dataview",
"version": "0.4.18",
"version": "0.4.19",
"minAppVersion": "0.12.0",
"description": "Complex data views for the data-obsessed.",
"author": "Michael Brenan <blacksmithgu@gmail.com>",

@ -6,6 +6,7 @@
"showFilesFromSubFoldersButton": true,
"excludedExtensions": "",
"excludedFolders": "",
"folderIcon": "default",
"folderCount": true,
"folderCountOption": "notes",
"evernoteView": true,

File diff suppressed because one or more lines are too long

@ -1,7 +1,7 @@
{
"id": "file-tree-alternative",
"name": "File Tree Alternative Plugin",
"version": "1.5.6",
"version": "1.5.7",
"minAppVersion": "0.9.12",
"description": "This plugin allows you to have an alternative file tree view.",
"author": "Ozan Tellioglu",

@ -38,6 +38,10 @@ div.workspace-leaf-content[data-type='file-tree-view'] > div.view-content {
height: 26px;
}
.is-mobile .oz-flex-container {
height: 31px;
}
.oz-explorer-container {
padding-left: 3px !important;
padding-right: 3px !important;
@ -212,8 +216,20 @@ div.oz-folder-name.is-root-folder {
flex-direction: column;
}
.is-mobile .file-tree-files-fixed {
padding-top: 55px !important;
}
.file-tree-files-fixed-with-search {
padding-top: 80px !important;
display: flex;
flex-direction: column;
}
.is-mobile .file-tree-files-fixed-with-search {
padding-top: 85px !important;
}
svg.oz-folder-toggle path {
fill: var(--interactive-accent);
}

@ -1,6 +0,0 @@
{
"imgDataFolder": null,
"galleryLoadPath": "/",
"width": 400,
"reverseDisplay": true
}

File diff suppressed because it is too large Load Diff

@ -1,10 +0,0 @@
{
"id": "obsidian-gallery",
"name": "Gallery",
"version": "0.5.8",
"minAppVersion": "0.10.11",
"description": "Main Gallery to tag / filter / add notes to images. Display blocks to embed images inside notes. Display block to an image information",
"author": "darakah",
"authorUrl": "https://github.com/Darakah/",
"isDesktopOnly": false
}

@ -1,130 +0,0 @@
.ob-gallery-control {
height: 100%;
width: 100%;
position: unset;
float: right;
background-color: var(--background-secondary);
}
.ob-gallery-display {
height: 100%;
width: 100%;
position: relative;
float: left;
background-color: var(--background-primary);
overflow-x: auto;
}
.ob-gallery-filter {
height: 70px;
width: 100%;
position: relative;
border: none;
background-color: var(--background-secondary);
border-radius: 5px;
padding: 20px;
}
.ob-gallery-filter-input {
width: 20%;
left: 20px;
position: static;
margin-right: 20px;
}
.ob-gallery-image-focus {
display: none;
position: fixed;
top: 0px;
height: 100%;
width: 100%;
background-color: rgb(16, 17, 17, 0.83);
;
}
.ob-gallery-image-focus>img {
opacity: 1;
margin-left: auto;
margin-right: auto;
max-height: 100%;
display: block;
padding: 40px;
float: unset !important;
}
.image-info-edit {
position: fixed;
right: 0px;
margin: 10px;
color: var(--text-normal) !important;
}
.image-info-edit:hover {
color: var(--text-a) !important;
}
.image-info-open {
position: fixed;
right: 30px;
top: 5px;
color: var(--text-normal) !important;
}
.image-info-open:hover {
color: var(--text-a) !important;
}
.gallery-span-info {
display: none;
}
/* active-thumb View CSS */
.gallery-widget {
background: var(--background-secondary);
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
padding-bottom: 60%;
background-size: cover;
background-position: center center;
border-radius: 0px 0px 0px 0px;
}
.gallery-container {
max-width: auto;
width: auto;
}
.gallery-span-info br {
display: none;
}
.gallery-grid-img {
opacity: 0.9;
transition: 0.1;
}
.gallery-grid-img:hover {
opacity: 1;
transform: scale(1.04);
}
.gallery-resources-alert {
padding: 20px;
background-color: var(--background-modifier-error-hover);
color: var(--light0-hard);
}
.ob-gallery-video-focus {
opacity: 1;
margin-left: auto;
margin-right: auto;
max-height: 100%;
display: block;
padding: 40px;
float: unset !important;
}

File diff suppressed because one or more lines are too long

@ -1,7 +1,7 @@
{
"id": "obsidian-map-view",
"name": "Map View",
"version": "0.1.0",
"version": "0.2.1",
"minAppVersion": "0.12.10",
"description": "An interactive map view.",
"isDesktopOnly": false

@ -15,3 +15,23 @@
font-weight: bold;
text-decoration: underline;
}
.graph-controls {
position: fixed;
z-index: 2;
margin-top: 36px;
}
.graph-control-div {
display: inline-block;
}
.graph-control-content {
max-height: 0px;
overflow: hidden;
transition: max-height .25s ease-in-out;
}
.toggle:checked + .lbl-toggle + .graph-control-content {
max-height: 100vh;
}

File diff suppressed because it is too large Load Diff

@ -1,7 +1,7 @@
{
"id": "quickadd",
"name": "QuickAdd",
"version": "0.4.8",
"version": "0.4.17",
"minAppVersion": "0.12.5",
"description": "Quickly add new pages or content to your vault.",
"author": "Christian B. B. Houmann",

@ -56,7 +56,7 @@
}
},
{
"id": "873e25a610980209",
"id": "dc65fd5a9b9d6216",
"type": "leaf",
"state": {
"type": "file-tree-view",
@ -116,14 +116,14 @@
"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/Chocolate Chip Cookie.md",
"03.03 Recipes/Chinese Caramelised Pork Bowl.md",
"03.03 Recipes/Chilli Lime n Cumin Cod.md",
"03.03 Recipes/Chicken n Plum Noodles.md",
"03.03 Recipes/Chicken Fried Rice.md",
"03.03 Recipes/Chicken Curry w Limey Rice.md",
"03.03 Recipes/Carne Asada.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"
]
}

@ -19,6 +19,7 @@ Recipe:
Source:
PreparationTime:
CookingTime:
OServingSize:
Ingredients:
-
@ -86,14 +87,7 @@ style: number
&emsp;
```dataviewjs
var ing = [];
for (var i = 0; i < dv.current().Ingredients.length; i++) {
var name = dv.current().Ingredients[i].replace(dv.current().Ingredients[i].split(" ")[0] + " " + dv.current().Ingredients[i].split(" ")[1], "");
var unit = dv.current().Ingredients[i].split(" ")[1];
var amount = dv.current().Ingredients[i].split(" ")[0];
ing[i] = "🥣 " + (amount / 2 * dv.current().ServingSize) + " " + unit + " <b>" + name + "</b>"
}
dv.list(ing)
dv.view("00.01 Admin/dv-views/query_ingredient", {ingredients: dv.current().Ingredients, originalportioncount: dv.current().Recipe.OServingSize})
```
&emsp;

@ -0,0 +1,14 @@
let {ingredients, originalportioncount} = input;
let ing = [];
if (!Boolean(originalportioncount)) {
return "⚠️ <b>Warning</b>\nYou have not specified the original serving size!\n<b>Ingredient amounts cannot be estimated.</b>"
}
for (let i = 0; i < ingredients.length; i++) {
let name = ingredients[i].replace(ingredients[i].split(" ")[0] + " " + ingredients[i].split(" ")[1], "");
let unit = ingredients[i].split(" ")[1];
let amount = ingredients[i].split(" ")[0];
ing[i] = "🥣 " + (amount / originalportioncount * dv.current().ServingSize) + " " + unit + " <b>" + name + "</b>"
}
dv.list(ing)

@ -106,7 +106,21 @@ dv.view("00.01 Admin/dv-views/query_recipe", {course: "Main Dish"})
&emsp;
### Dessert
### Side dishes
&emsp;
```dataviewjs
dv.view("00.01 Admin/dv-views/query_recipe", {course: "Side Dish"})
```
&emsp;
---
&emsp;
### Desserts
&emsp;

@ -19,11 +19,12 @@ Recipe:
Source: "https://www.hellofresh.co.uk/recipes/aromatic-beef-pilaf-5f7f1e8398ecf4455b27d417"
PreparationTime:
CookingTime: 20
OServingSize: 2
Ingredients:
- 240 grams Beef Mince
- 1 . Onion
- 1 whole Onion
- 1 pack(s) Green Beans
- 2 . Vine Tomatoes
- 2 whole Vine Tomatoes
- 2 clove(s) Garlic
- 150 grams Basmati Rice
- 1 pot(s) Cardamom Pod
@ -99,14 +100,7 @@ style: number
&emsp;
```dataviewjs
var ing = [];
for (var i = 0; i < dv.current().Ingredients.length; i++) {
var name = dv.current().Ingredients[i].replace(dv.current().Ingredients[i].split(" ")[0] + " " + dv.current().Ingredients[i].split(" ")[1], "");
var unit = dv.current().Ingredients[i].split(" ")[1];
var amount = dv.current().Ingredients[i].split(" ")[0];
ing[i] = "🥣 " + (amount / 2 * dv.current().ServingSize) + " " + unit + " <b>" + name + "</b>"
}
dv.list(ing)
dv.view("00.01 Admin/dv-views/query_ingredient", {ingredients: dv.current().Ingredients, originalportioncount: dv.current().Recipe.OServingSize})
```
&emsp;

@ -0,0 +1,132 @@
---
ServingSize: 3
cssclass: recipeTable
Tag: ["Easy", "Healthy"]
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:
- Pasta
- Vegetable
Collections: Italian
Source: https://www.budgetbytes.com/lemon-garlic-asparagus-pasta/
PreparationTime:
CookingTime: 25
OServingSize: 3
Ingredients:
- 8 oz. pasta
- 1 bunch asparagus (about 1 lb.)
- 2 Tbsp butter
- 2 cloves garlic, minced
- 1 whole lemon
- 1 pinch Salt and Pepper to taste
---
Parent:: [[@Recipes|Recipes]]
---
&emsp;
```button
name Edit Recipe parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-AspargusPastaEdit
```button
name Save
type command
action Save current file
id Save
```
^button-AspargusPastaNSave
&emsp;
# Lemon Garlic Asparagus Pasta
&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. Bring a pot of water to a boil for the pasta. Once boiling, add the pasta and continue to boil until the pasta is tender. Reserve about 1/2 cup of the starchy cooking water, then drain the pasta and set it aside.
&emsp;
2. While the pasta is cooking, prepare the asparagus. Remove the bottom 1/2 to 1-inch of the stems, or just the part that is tough and woody. Chop the remaining asparagus into 1-inch pieces.
&emsp;
3. Place the asparagus in a large skillet and add about 1/2 inch water. Place a lid on the skillet and bring the water up to a boil. Let the asparagus steam and simmer for about 2 minutes, or just until it turns bright green and has become slightly tender (test with a fork). Drain the asparagus and return it to the skillet.
&emsp;
4. Add the butter and minced garlic to the skillet with the asparagus and place it over medium heat. Saut&#233; the partially cooked asparagus in the butter and garlic for about two minutes more, or until the garlic becomes soft and fragrant. Turn off the heat.
&emsp;
5. Add the cooked and drained pasta to the skillet with the saut&#233;ed asparagus. Toss the pasta in the skillet until it is combined with the asparagus and coated with garlic butter. Top with a generous pinch of salt and freshly cracked pepper.
&emsp;
6. Use a zester or small-holed cheese grater to zest the lemon onto the pasta. Once zested, slice the lemon in half and squeeze the fresh juice over the pasta. Toss the pasta until everything is well combined, adding a splash of the reserved pasta cooking water if it becomes dry. Taste the pasta and adjust the salt, pepper, or lemon if desired. Serve warm.
&emsp;
&emsp;

@ -0,0 +1,137 @@
---
ServingSize: 6
cssclass: recipeTable
Tag: ["Easy", "Healthy"]
Date: 2021-09-21
DocType: "Recipe"
Hierarchy: "NonRoot"
location: [51.514678599999996, -0.18378583926867909]
CollapseMetaTable: Yes
Meta:
IsFavourite: False
Rating: 4
Recipe:
Courses: "Side Dish"
Categories:
- Pork
- Vegetable
Collections: Modern
Source: https://www.organizedisland.com/easy-bacon-parmesan-grilled-asparagus
PreparationTime:
CookingTime:
OServingSize: 6
Ingredients:
- 2 tablespoons butter
- 1 tablespoon olive oil
- 1 bunch asparagus, cleaned and ends removed
- 2 strips bacon, cooked and chopped
- 0.5 cup Parmesan cheese, shredded
- 0.5 teaspoon salt
- 0.25 teaspoon pepper
---
Parent:: [[@Recipes|Recipes]]
---
&emsp;
```button
name Edit Recipe parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-BaconParmesanAspargusEdit
```button
name Save
type command
action Save current file
id Save
```
^button-BaconParmesanAspargusNSave
&emsp;
# Bacon Parmesan Aspargus
&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;
Melt butter in a grill pan or skillet over medium heat.
&emsp;
Place asparagus stalks parallel to each other against the grain in grill pan or skillet.
&emsp;
Drizzle olive oil on asparagus.
&emsp;
Grill 7-9 minutes, turning stalks every couple of minutes.
&emsp;
Sprinkle with salt and pepper.
&emsp;
Remove from pan.
&emsp;
Top with bacon bits and Parmesan cheese and serve.
&emsp;
&emsp;

@ -19,6 +19,7 @@ Recipe:
Source: https://www.hellofresh.co.nz/recipes/cheats-beef-enchiladas-609370ee5658f2769472fbc8
PreparationTime:
CookingTime: 20
OServingSize: 2
Ingredients:
- 3 clove(s) garlic
- 0.5 tin sweetcorn
@ -26,8 +27,8 @@ Ingredients:
- 0.5 tin chopped tomatoes
- 0.5 tsp sugar
- 0.25 tsp salt
- 6 . mini flour tortillas
- 1 . tomato
- 6 whole mini flour tortillas
- 1 whole tomato
- 1 packet coriander
- 0.25 cup vinegar (rice wine or white wine)
- 1 sachet Tex-Mex spice blend
@ -98,14 +99,7 @@ style: number
&emsp;
```dataviewjs
var ing = [];
for (var i = 0; i < dv.current().Ingredients.length; i++) {
var name = dv.current().Ingredients[i].replace(dv.current().Ingredients[i].split(" ")[0] + " " + dv.current().Ingredients[i].split(" ")[1], "");
var unit = dv.current().Ingredients[i].split(" ")[1];
var amount = dv.current().Ingredients[i].split(" ")[0];
ing[i] = "🥣 " + (amount / 2 * dv.current().ServingSize) + " " + unit + " <b>" + name + "</b>"
}
dv.list(ing)
dv.view("00.01 Admin/dv-views/query_ingredient", {ingredients: dv.current().Ingredients, originalportioncount: dv.current().Recipe.OServingSize})
```
&emsp;

@ -20,10 +20,11 @@ Recipe:
Source: https://www.hellofresh.co.uk/recipes/beef-noodles-5fd75e62140d1c33631a3c06
PreparationTime:
CookingTime: 25
OServingSize: 2
Ingredients:
- 150 grams Green Beans
- 1 . Bell Pepper
- 0.5 Lime
- 1 whole Bell Pepper
- 0.5 whole Lime
- 1 piece Ginger
- 1 clove(s) Garlic
- 1 bunch(es) Coriander
@ -97,14 +98,7 @@ style: number
&emsp;
```dataviewjs
var ing = [];
for (var i = 0; i < dv.current().Ingredients.length; i++) {
var name = dv.current().Ingredients[i].replace(dv.current().Ingredients[i].split(" ")[0] + " " + dv.current().Ingredients[i].split(" ")[1], "");
var unit = dv.current().Ingredients[i].split(" ")[1];
var amount = dv.current().Ingredients[i].split(" ")[0];
ing[i] = "🥣 " + (amount / 2 * dv.current().ServingSize) + " " + unit + " <b>" + name + "</b>"
}
dv.list(ing)
dv.view("00.01 Admin/dv-views/query_ingredient", {ingredients: dv.current().Ingredients, originalportioncount: dv.current().Recipe.OServingSize})
```
&emsp;

@ -20,11 +20,12 @@ Recipe:
Source: Hellofresh
PreparationTime:
CookingTime: 20
OServingSize: 2
Ingredients:
- 1 . Baking Potato
- 1 whole Baking Potato
- 2 clove(s) Garlic
- 1 . Baby Gem Lettuce
- 1 . Spring Onion
- 1 whole Baby Gem Lettuce
- 1 whole Spring Onion
- 15 ml Red Wine Vinegar
- 1 tbsp Olive Oil
- 240 g Beef mince
@ -34,7 +35,7 @@ Ingredients:
- 30 g North Indian style curry powder
- 100 ml Water
- 10 g Beef Stock paste
- 2 . Naans
- 2 whole Naans
---
@ -100,14 +101,7 @@ style: number
&emsp;
```dataviewjs
var ing = [];
for (var i = 0; i < dv.current().Ingredients.length; i++) {
var name = dv.current().Ingredients[i].replace(dv.current().Ingredients[i].split(" ")[0] + " " + dv.current().Ingredients[i].split(" ")[1], "");
var unit = dv.current().Ingredients[i].split(" ")[1];
var amount = dv.current().Ingredients[i].split(" ")[0];
ing[i] = "🥣 " + (amount / 2 * dv.current().ServingSize) + " " + unit + " <b>" + name + "</b>"
}
dv.list(ing)
dv.view("00.01 Admin/dv-views/query_ingredient", {ingredients: dv.current().Ingredients, originalportioncount: dv.current().Recipe.OServingSize})
```
&emsp;

@ -18,17 +18,18 @@ Recipe:
Source: Internal
PreparationTime: 10
CookingTime: 60
OServingSize: 6
Ingredients:
- 8 . digestive biscuit crumbs
- 8 whole digestive biscuit crumbs
- 50 grams butter, melted
- 600 grams cream cheese
- 2 tablespoons all-purpose flour
- 175 grams caster sugar
- 2 . eggs, plus 1 yolk
- 1 . small pot soured cream
- 1 . vanilla extract
- 2 whole eggs, plus 1 yolk
- 1w whole small pot soured cream
- 1 whole vanilla extract
- 300 grams fresh or frozen blueberries
- 1 . icing sugar
- 1 pinch icing sugar
---
@ -94,14 +95,7 @@ style: number
&emsp;
```dataviewjs
var ing = [];
for (var i = 0; i < dv.current().Ingredients.length; i++) {
var name = dv.current().Ingredients[i].replace(dv.current().Ingredients[i].split(" ")[0] + " " + dv.current().Ingredients[i].split(" ")[1], "");
var unit = dv.current().Ingredients[i].split(" ")[1];
var amount = dv.current().Ingredients[i].split(" ")[0];
ing[i] = "🥣 " + (amount / 6 * dv.current().ServingSize) + " " + unit + " <b>" + name + "</b>"
}
dv.list(ing)
dv.view("00.01 Admin/dv-views/query_ingredient", {ingredients: dv.current().Ingredients, originalportioncount: dv.current().Recipe.OServingSize})
```
&emsp;

@ -19,12 +19,13 @@ Recipe:
Source: https://www.hellofresh.co.nz/recipes/carne-asada-style-steak-60a73346a13c1070ba4b9d37
PreparationTime:
CookingTime: 30
OServingSize: 2
Ingredients:
- 1 . olive oil
- 1 drizzle olive oil
- 1 punnet cherry tomatoes
- 2 . radish
- 2 whole radish
- 1 bunch(s) spring onion
- 0.5 . lime
- 0.5 whole lime
- 3 clove(s) garlic
- 1 bag coriander
- 15 grams butter
@ -100,14 +101,7 @@ style: number
&emsp;
```dataviewjs
var ing = [];
for (var i = 0; i < dv.current().Ingredients.length; i++) {
var name = dv.current().Ingredients[i].replace(dv.current().Ingredients[i].split(" ")[0] + " " + dv.current().Ingredients[i].split(" ")[1], "");
var unit = dv.current().Ingredients[i].split(" ")[1];
var amount = dv.current().Ingredients[i].split(" ")[0];
ing[i] = "🥣 " + (amount / 2 * dv.current().ServingSize) + " " + unit + " <b>" + name + "</b>"
}
dv.list(ing)
dv.view("00.01 Admin/dv-views/query_ingredient", {ingredients: dv.current().Ingredients, originalportioncount: dv.current().Recipe.OServingSize})
```
&emsp;

@ -20,10 +20,11 @@ Recipe:
Source: https://www.hellofresh.co.uk/recipes/fragrant-chicken-curry-5f184fefd4d3ad361252ad44
PreparationTime:
CookingTime: 40
OServingSize: 2
Ingredients:
- 1 . Echalion Shallot
- 1 whole Echalion Shallot
- 1 clove(s) Garlic
- 1 . Courgette
- 1 whole Courgette
- 1 bunch(es) Flat Leaf Parsley
- 280 grams Diced Chicken Breast
- 300 milliliter(s) Water for the Rice
@ -31,7 +32,7 @@ Ingredients:
- 1 pot(s) Zanzibar Curry Spice Mix
- 200 milliliter(s) Coconut Milk
- 1 sachet Chicken Stock Powder
- 0.5 . Lime
- 0.5 whole Lime
---
@ -97,14 +98,7 @@ style: number
&emsp;
```dataviewjs
var ing = [];
for (var i = 0; i < dv.current().Ingredients.length; i++) {
var name = dv.current().Ingredients[i].replace(dv.current().Ingredients[i].split(" ")[0] + " " + dv.current().Ingredients[i].split(" ")[1], "");
var unit = dv.current().Ingredients[i].split(" ")[1];
var amount = dv.current().Ingredients[i].split(" ")[0];
ing[i] = "🥣 " + (amount / 2 * dv.current().ServingSize) + " " + unit + " <b>" + name + "</b>"
}
dv.list(ing)
dv.view("00.01 Admin/dv-views/query_ingredient", {ingredients: dv.current().Ingredients, originalportioncount: dv.current().Recipe.OServingSize})
```
&emsp;

@ -21,6 +21,7 @@ Recipe:
Source: https://www.hellofresh.co.uk/recipes/chicken-fried-rice-wk3-5834834e2e69d73c6e619bc3
PreparationTime:
CookingTime: 30
OServingSize: 2
Ingredients:
- 175 grams Basmati Rice
- 1 stick(s) Cinnamon
@ -29,8 +30,8 @@ Ingredients:
- 1 punnet(s) Closed Cup Mushrooms
- 1 root Ginger
- 1 clove(s) Garlic
- 0.5 . Red Chilli
- 3 . Spring Onion
- 0.5 whole Red Chilli
- 3 whole Spring Onion
- 1 bunch(es) Coriander
- 25 grams Salted Peanuts
- 1.5 tbsp Soy Sauce
@ -99,14 +100,7 @@ style: number
&emsp;
```dataviewjs
var ing = [];
for (var i = 0; i < dv.current().Ingredients.length; i++) {
var name = dv.current().Ingredients[i].replace(dv.current().Ingredients[i].split(" ")[0] + " " + dv.current().Ingredients[i].split(" ")[1], "");
var unit = dv.current().Ingredients[i].split(" ")[1];
var amount = dv.current().Ingredients[i].split(" ")[0];
ing[i] = "🥣 " + (amount / 2 * dv.current().ServingSize) + " " + unit + " <b>" + name + "</b>"
}
dv.list(ing)
dv.view("00.01 Admin/dv-views/query_ingredient", {ingredients: dv.current().Ingredients, originalportioncount: dv.current().Recipe.OServingSize})
```
&emsp;

@ -20,12 +20,13 @@ Recipe:
Source: https://www.hellofresh.co.uk/recipes/chicken-plum-noodle-stir-fry-5fc8ca22d5b62f7979523caf
PreparationTime:
CookingTime: 20
OServingSize: 2
Ingredients:
- 2 pack(s) Egg Noodle Nest
- 280 grams Diced Chicken Thigh
- 2 . Plum
- 1 . Spring Onion
- 0.5 . Red Chilli
- 2 whole Plum
- 1 whole Spring Onion
- 0.5 whole Red Chilli
- 1 clove(s) Garlic
- 0.5 sachet Ginger Puree
- 1 sachet Hoisin Sauce
@ -97,14 +98,7 @@ style: number
&emsp;
```dataviewjs
var ing = [];
for (var i = 0; i < dv.current().Ingredients.length; i++) {
var name = dv.current().Ingredients[i].replace(dv.current().Ingredients[i].split(" ")[0] + " " + dv.current().Ingredients[i].split(" ")[1], "");
var unit = dv.current().Ingredients[i].split(" ")[1];
var amount = dv.current().Ingredients[i].split(" ")[0];
ing[i] = "🥣 " + (amount / 2 * dv.current().ServingSize) + " " + unit + " <b>" + name + "</b>"
}
dv.list(ing)
dv.view("00.01 Admin/dv-views/query_ingredient", {ingredients: dv.current().Ingredients, originalportioncount: dv.current().Recipe.OServingSize})
```
&emsp;

@ -19,6 +19,7 @@ Recipe:
Source: https://www.food.com/recipe/chili-lime-cumin-cod-131528
PreparationTime:
CookingTime: 17
OServingSize: 2
Ingredients:
- 2 lbs fresh cod fish fillets
- 1 teaspoon chili powder
@ -26,7 +27,7 @@ Ingredients:
- 0.5 teaspoon salt
- 2 tablespoons butter
- 0.25 teaspoon cumin
- 1 lime, juice of
- 1 whole lime, juice of
---
@ -92,14 +93,7 @@ style: number
&emsp;
```dataviewjs
var ing = [];
for (var i = 0; i < dv.current().Ingredients.length; i++) {
var name = dv.current().Ingredients[i].replace(dv.current().Ingredients[i].split(" ")[0] + " " + dv.current().Ingredients[i].split(" ")[1], "");
var unit = dv.current().Ingredients[i].split(" ")[1];
var amount = dv.current().Ingredients[i].split(" ")[0];
ing[i] = "🥣 " + (amount / 2 * dv.current().ServingSize) + " " + unit + " <b>" + name + "</b>"
}
dv.list(ing)
dv.view("00.01 Admin/dv-views/query_ingredient", {ingredients: dv.current().Ingredients, originalportioncount: dv.current().Recipe.OServingSize})
```
&emsp;

@ -21,8 +21,9 @@ Recipe:
Source: https://www.hellofresh.co.nz/recipes/chinese-style-pork-bowl-5d260a7cf7d286000a3ed738
PreparationTime:
CookingTime: 30
OServingSize: 2
Ingredients:
- 1 . olive oil
- 1 drizzle olive oil
- 3 clove(s) garlic
- 20 g butter
- 1 packet jasmine rice
@ -31,7 +32,7 @@ Ingredients:
- 1 knob ginger
- 1 bunch carrot
- 1 bunch mint
- 1 . cucumber
- 1 whole cucumber
- 1 packet pork mince
- 0.5 sachet sesame seeds
- 2 tsp rice wine vinegar
@ -40,7 +41,7 @@ Ingredients:
- 1 packet Sichuan garlic paste
- 1 tbs soy sauce
- 1 tbs water (for the sauce)
- 2 . eggs
- 2 whole eggs
- 1 packet crushed peanuts
---
@ -107,14 +108,7 @@ style: number
&emsp;
```dataviewjs
var ing = [];
for (var i = 0; i < dv.current().Ingredients.length; i++) {
var name = dv.current().Ingredients[i].replace(dv.current().Ingredients[i].split(" ")[0] + " " + dv.current().Ingredients[i].split(" ")[1], "");
var unit = dv.current().Ingredients[i].split(" ")[1];
var amount = dv.current().Ingredients[i].split(" ")[0];
ing[i] = "🥣 " + (amount / 2 * dv.current().ServingSize) + " " + unit + " <b>" + name + "</b>"
}
dv.list(ing)
dv.view("00.01 Admin/dv-views/query_ingredient", {ingredients: dv.current().Ingredients, originalportioncount: dv.current().Recipe.OServingSize})
```
&emsp;

@ -18,6 +18,7 @@ Recipe:
Source: Internal
PreparationTime:
CookingTime: 17
OServingSize: 12
Ingredients:
- 2.25 cups all-purpose flour
- 1 teaspoon baking soda
@ -26,7 +27,7 @@ Ingredients:
- 1 cup caster sugar
- 1 cup soft brown sugar
- 1 teaspoon vanilla extract
- 2 . eggs
- 2 whole eggs
- 2 cups dark chocolate, broken into small pieces
---
@ -93,14 +94,7 @@ style: number
&emsp;
```dataviewjs
var ing = [];
for (var i = 0; i < dv.current().Ingredients.length; i++) {
var name = dv.current().Ingredients[i].replace(dv.current().Ingredients[i].split(" ")[0] + " " + dv.current().Ingredients[i].split(" ")[1], "");
var unit = dv.current().Ingredients[i].split(" ")[1];
var amount = dv.current().Ingredients[i].split(" ")[0];
ing[i] = "🥣 " + (amount / 12 * dv.current().ServingSize) + " " + unit + " <b>" + name + "</b>"
}
dv.list(ing)
dv.view("00.01 Admin/dv-views/query_ingredient", {ingredients: dv.current().Ingredients, originalportioncount: dv.current().Recipe.OServingSize})
```
&emsp;

@ -0,0 +1,152 @@
---
ServingSize: 2
cssclass: recipeTable
Tag: ["Curry"]
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:
- Chicken
- Bread
Collections: Indian
Source: https://www.yummly.co.uk/recipe/Indian-Buttered-Chicken-with-Yogurt-Flatbread-9136200
PreparationTime:
CookingTime: 15
OServingSize: 2
Ingredients:
- 2 breasts chicken or thighs or meat or seafood or tofu
- 6 tablespoons butter
- 2 tablespoons Garam Masala
- 1 whole red onion
- 1 cup flour
- 0.75 cup yogurt
- 1 teaspoon baking powder
- 0.5 cup tomato sauce whatever you have leftover
- 0.5 cup whole fat coconut milk not light
- 10 sprigs cilantro stems & leaves
- 1 pinch salt
- 1 pinch pepper
- 1 drizzle olive oil
- 1 whole lime
---
Parent:: [[@Recipes|Recipes]]
---
&emsp;
```button
name Edit Recipe parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-IndianButteredChickenEdit
```button
name Save
type command
action Save current file
id Save
```
^button-IndianButteredChickenNSave
&emsp;
# Indian Buttered Chicken with Yogurt Flatbread
&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. Place both a large pan and a medium grill pan over medium heat.
&emsp;
2. Add your butter to the large pan to melt. On a plastic cutting board, cut the chicken breasts first into strips, then into chunks.
&emsp;
3. Season your chicken with garam masala, salt, and pepper. Next, grab your red onion and dice it up. Your butter should be melted by now, pour off about 2 tablespoons into a small bowl and reserve for later. Return the pan to the stove. Add the seasoned chicken chunks to your pan with the butter. Add about 3/4s of your diced onion to the chicken.
&emsp;
4. In a large bowl, add flour, yogurt, baking powder, a large pinch of salt, reserved melted butter, and about half of what&#8217;s left of your red onion (we&#8217;re saving the last little bit for garnish). Mix well with your hands to form a dough. If it&#8217;s too dry add more yogurt, if it&#8217;s too wet add more flour. Set aside for just a moment.
&emsp;
5. Head back over to your chicken. To the pan, add tomato sauce and coconut milk, and let simmer.
&emsp;
6. Flop your dough onto a lightly floured surface. Divide the dough into 3 balls, then roll each ball out to about &#189;&#8221; thick. Rub each flatbread with a bit of olive oil and a sprinkling of salt. Place the flatbreads, seasoned side down, into the grill pan (you might have to do each one separately depending on pan size). Rub a bit of oil onto the top side as well. After about two minutes, flip your flatbread to the other side, you should see some light grill marks. Grill on this side for another minute or two and remove from the pan.
&emsp;
7. Taste your butter chicken sauce, add a bit of salt if needed. Grab your bunch of cilantro and tear off the stems (because we use every part, of course!). Slice the stems very fine and add to the chicken. Reserve the leaves for garnish.
&emsp;
8. Grab a plate and lay down a piece of flatbread. Spoon chicken on top and ladle sauce over it all. Top with remaining red onion, torn cilantro leaves, and lime(optional).
```ad-tip
title: Hot Tip
If you don&#8217;t have a rolling pin, use a wine bottle.
```
&emsp;
&emsp;

@ -0,0 +1,156 @@
---
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: Beef
Collections: Asian
Source: https://www.hellofresh.co.uk/recipes/korean-style-beef-tacos-5f918b283f2dfe7467488cb8
PreparationTime:
CookingTime: 20
OServingSize: 2
Ingredients:
- 1 whole Onion
- 1 whole Green Pepper
- 1 clove(s) Garlic
- 240 grams Beef Mince
- 0.5 whole Cucumber
- 1 sachet Rice Vinegar
- 1 tsp Sugar
- 1 sachet Sriracha
- 2 sachet Mayonnaise
- 0.5 sachet Ginger Puree
- 1 sachet Soy Sauce
- 1 sachet Ketjap Manis
- 5 gram(s) Honey
- 6 whole Tortilla
---
Parent:: [[@Recipes|Recipes]]
---
&emsp;
```button
name Edit Recipe parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-KoreanBeefTacosEdit
```button
name Save
type command
action Save current file
id Save
```
^button-KoreanBeefTacosNSave
&emsp;
# Korean Style Beef Tacos with Sriracha Mayo and Pickled Cucumber
&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) Halve, peel and thinly slice the onion.
1.b) Halve the pepper and discard the core and seeds. Slice into thin strips.
1.c) Peel and grate the garlic (or use a garlic press).
&emsp;
2.a) Heat a drizzle of oil in a frying pan over high heat.
2.b) When hot, add the beef mince.
2.c) Cook until browned, breaking up with a spoon as it cooks, 2-3 mins.
2.d) Stir the onion and pepper into the beef and continue cooking for another 4-5 mins.
&emsp;
3.a) Meanwhile, trim the ends from the cucumber, halve lengthways and thinly slice.
3.b) Pop into a bowl and pour on the rice vinegar, a pinch of salt and the sugar (see ingredients for amount).
3.c) Toss to coat and keep to one side.
&emsp;
4.a) Next, mix half of the sriracha with the mayonnaise in a small bowl.
&emsp;
5.a) When the onions and peppers are softened and the beef is cooked through, add the garlic and ginger puree to the pan.
```ad-warning
title: IMPORTANT
The beef is cooked when no longer pink in the middle.
```
5.b) Stir and cook until fragrant, 1 minute.
5.c) Stir in the soy sauce, ketjap manis, honey and remaining sriracha. Bring to a bubble and remove form the heat.
5.d) Get ready to serve.
&emsp;
6.a) Lay out 3 tacos per person on each plate.
6.b) Spread on the mayo with the back of a spoon.
6.c) Top with the beef mixture and then a few slices of cucumber.
6.d) Serve any remaining cucumber alongside.
6.e) Fold and devour!
&emsp;
&emsp;

@ -1,6 +1,6 @@
---
ServingSize: 4
ServingSize: 8
cssclass: recipeTable
Tag: ["Easy", "Fresh"]
Date: 2021-09-21
@ -20,17 +20,18 @@ Recipe:
Source: https://www.simplyrecipes.com/recipes/flank_steak_stir_fry_with_asparagus_and_red_pepper
PreparationTime:
CookingTime: 40
OServingSize: 4
Ingredients:
- 3 Tbsp canola or peanut oil
- 0.5 lb asparagus
- 1 lb flank steak
- 1 . red bell pepper
- 1 whole red bell pepper
- 2 teaspoons of cornstarch
- 3 Tablespoons of water
- 3 Tbsp soy sauce (use gluten-free soy sauce for gluten-free version)
- 1 teaspoon finely chopped, peeled, fresh ginger
- 1 clove(s) garlic
- 1 . green onion, including green tops, chopped
- 1 whole spring onion, including green tops, chopped
- 0.5 teaspoon chili oil
---
@ -97,14 +98,7 @@ style: number
&emsp;
```dataviewjs
var ing = [];
for (var i = 0; i < dv.current().Ingredients.length; i++) {
var name = dv.current().Ingredients[i].replace(dv.current().Ingredients[i].split(" ")[0] + " " + dv.current().Ingredients[i].split(" ")[1], "");
var unit = dv.current().Ingredients[i].split(" ")[1];
var amount = dv.current().Ingredients[i].split(" ")[0];
ing[i] = "🥣 " + (amount / 4 * dv.current().ServingSize) + " " + unit + " <b>" + name + "</b>"
}
dv.list(ing)
dv.view("00.01 Admin/dv-views/query_ingredient", {ingredients: dv.current().Ingredients, originalportioncount: dv.current().Recipe.OServingSize})
```
&emsp;

@ -2,619 +2,7 @@
<html>
<body>
<div class="recipe-details">
<meta content="bdf5bfd8-7e18-439f-8e58-63b86e73a854" itemprop="recipeId">
<meta content="" itemprop="recipeShareId">
<meta content="False" itemprop="recipeIsFavourite">
<meta content="4" itemprop="recipeRating">
<table>
<tr>
<td>
<img src="images/bdf5bfd8-7e18-439f-8e58-63b86e73a854_0.jpg" class="recipe-photo"/>
</td>
<td style="vertical-align:top">
<h2 itemprop="name">Fragrant Chicken Curry with Limey Rice</h2>
<div>
Courses: <span itemprop="recipeCourse">Main Dish</span>
</div>
<div>
Categories: <span>Chicken, Rice</span>
<meta content="Chicken" 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/fragrant-chicken-curry-5f184fefd4d3ad361252ad44">https://www.hellofresh.co.uk/recipes/fragrant-chicken-curry-5f184fefd4d3ad361252ad44</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>40 mins</span>
<meta content="PT40M" 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) Echalion Shallot</p>
<p>1 unit(s) Garlic Clove</p>
<p>1 unit(s) Courgette</p>
<p>1 bunch(es) Flat Leaf Parsley</p>
<p>280 grams Diced Chicken Breast</p>
<p>300 milliliter(s) Water for the Rice</p>
<p>150 grams Basmati Rice</p>
<p>1 pot(s) Zanzibar Curry Spice Mix</p>
<p>200 milliliter(s) Coconut Milk</p>
<p>1 sachet Chicken Stock Powder</p>
<p>&#189; unit(s) Lime</p>
</div>
</td>
<td style="vertical-align:top">
<h3>Directions</h3>
<div itemprop="recipeDirections">
<p>1. Halve, peel and thinly slice the shallot. Peel and grate the garlic (or use a garlic press).Trim the courgette then quarter lengthways. Chop widthways into small pieces.Roughly chop the parsley (stalks and all).</p>
<p></p>
<p>2. Heat a drizzle of oil in a saucepan over medium-high heat. Add the chicken and cook until brown all over, 5-6 mins. Turn occasionally. Tip: Do this in batches if necessary - you don&#39;t want to stew the chicken! Add the shallot and cook, stirring, until soft, 5 mins.</p>
<p></p>
<p>3. Pour the water for the rice (see ingredients for amount) into a saucepan and bring to the boil. When boiling, add 0.25 tsp of salt, stir in the rice, lower the heat to medium and pop a lid on the pan. Leave to cook for 10 mins, then remove the pan from the heat (still covered) and leave to the side for another 10 mins or until ready to serve (the rice will continue to cook in its own steam).</p>
<p></p>
<p>4. Add the garlic, half of the parsley and the Zanzibar curry powder to the chicken. Cook for one minute. Add the coconut milk and chicken stock powder. Bring to the boil, stir and lower the heat so the curry simmers gently. Cook for 10 mins. Add the courgette, then simmer until the sauce has thickened and the courgette is tender, 5-7. IMPORTANT: The chicken is cooked when no longer pink in the middle. TIP: Add a splash of water if the curry looks a bit dry.</p>
<p></p>
<p>5. While the curry is cooking, zest and halve the lime. When the rice is ready, fluff it up with a fork. Stir in the lime zest and a small squeeze of lime juice (save some for the curry!).</p>
<p></p>
<p>6. When the curry is cooked, taste and add salt and pepper if required. Stir in the remaining parsley and a squeeze of lime juice. Spoon the rice into bowls, top with the fragrant chicken curry and enjoy!</p>
</div>
</td>
</tr>
</table>
<div class="recipe-notes" itemprop="recipeNotes">
</div>
<h3>Nutrition</h3>
<div>
Amount per serving
</div>
<div>
Serving size: 489
<meta content="489" itemprop="recipeNutServingSize">
</div>
<div>
Calories: 653
<meta content="653" itemprop="recipeNutCalories">
</div>
<div>
Total Fat: 20g
<meta content="20" itemprop="recipeNutTotalFat">
</div>
<div>
Saturated Fat: 17g
<meta content="17" itemprop="recipeNutSaturatedFat">
</div>
<div>
Cholesterol: 0mg
<meta content="0" itemprop="recipeNutCholesterol">
</div>
<div>
Sodium: 0.94mg
<meta content="0.94" itemprop="recipeNutSodium">
</div>
<div>
Total Carbohydrate: 72g
<meta content="72" itemprop="recipeNutTotalCarbohydrate">
</div>
<div>
Dietary Fiber: 1g
<meta content="1" itemprop="recipeNutDietaryFiber">
</div>
<div>
Sugars: 9g
<meta content="9" itemprop="recipeNutSugars">
</div>
<div>
Protein: 45g
<meta content="45" itemprop="recipeNutProtein">
</div>
<h3>Photos</h3>
<div class="recipe-photos-div"><img src="images/bdf5bfd8-7e18-439f-8e58-63b86e73a854_0.jpg" class="recipe-photos" itemprop=photo0 /></div>
<hr />
</div>
<div class="recipe-details">
<meta content="90e49c7e-1f08-4c81-b897-9fd472bf300f" itemprop="recipeId">
<meta content="" itemprop="recipeShareId">
<meta content="False" itemprop="recipeIsFavourite">
<meta content="4" itemprop="recipeRating">
<table>
<tr>
<td>
<img src="images/90e49c7e-1f08-4c81-b897-9fd472bf300f_0.jpg" class="recipe-photo"/>
</td>
<td style="vertical-align:top">
<h2 itemprop="name">Grilled Bacon Parmesan Asparagus</h2>
<div>
Courses: <span itemprop="recipeCourse">Side Dish</span>
</div>
<div>
Categories: <span>Pork, Vegetable</span>
<meta content="Pork" itemprop="recipeCategory">
<meta content="Vegetable" itemprop="recipeCategory">
</div>
<div>
Collections: <span>Modern</span>
<meta content="Modern" itemprop="recipeCollection">
</div>
<div>
Source: <span itemprop="recipeSource"><a href="https://www.organizedisland.com/easy-bacon-parmesan-grilled-asparagus/">https://www.organizedisland.com/easy-bacon-parmesan-grilled-asparagus/</a></span>
</div>
<div>
Serving size: <span itemprop="recipeYield">6</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 tablespoons butter</p>
<p>1 tablespoon olive oil</p>
<p>1 bunch asparagus, cleaned and ends removed</p>
<p>2 strips bacon, cooked and chopped</p>
<p>1/4 cup Parmesan cheese, shredded</p>
<p>1/2 teaspoon salt</p>
<p>1/4 teaspoon pepper</p>
</div>
</td>
<td style="vertical-align:top">
<h3>Directions</h3>
<div itemprop="recipeDirections">
<p>Melt butter in a grill pan or skillet over medium heat.</p>
<p></p>
<p>Place asparagus stalks parallel to each other against the grain in grill pan or skillet.</p>
<p></p>
<p>Drizzle olive oil on asparagus.</p>
<p></p>
<p>Grill 7-9 minutes, turning stalks every couple of minutes.</p>
<p></p>
<p>Sprinkle with salt and pepper.</p>
<p></p>
<p>Remove from pan.</p>
<p></p>
<p>Top with bacon bits and Parmesan cheese and serve.</p>
</div>
</td>
</tr>
</table>
<div class="recipe-notes" itemprop="recipeNotes">
</div>
<h3>Nutrition</h3>
<div>
Amount per serving
</div>
<div>
Serving size: 1 serving
<meta content="1 serving" itemprop="recipeNutServingSize">
</div>
<div>
Calories: 24
<meta content="24" itemprop="recipeNutCalories">
</div>
<div>
Total Fat: 3g
<meta content="3" itemprop="recipeNutTotalFat">
</div>
<div>
Saturated Fat: 1g
<meta content="1" itemprop="recipeNutSaturatedFat">
</div>
<div>
Cholesterol: 1mg
<meta content="1" itemprop="recipeNutCholesterol">
</div>
<div>
Sodium: 199mg
<meta content="199" itemprop="recipeNutSodium">
</div>
<div>
Total Carbohydrate: 1g
<meta content="1" itemprop="recipeNutTotalCarbohydrate">
</div>
<div>
Sugars: 1g
<meta content="1" itemprop="recipeNutSugars">
</div>
<div>
Protein: 1g
<meta content="1" itemprop="recipeNutProtein">
</div>
<h3>Photos</h3>
<div class="recipe-photos-div"><img src="images/90e49c7e-1f08-4c81-b897-9fd472bf300f_0.jpg" class="recipe-photos" itemprop=photo0 /></div>
<hr />
</div>
<div class="recipe-details">
<meta content="140bcb63-39da-4710-940d-d718b9fbf606" itemprop="recipeId">
<meta content="" itemprop="recipeShareId">
<meta content="False" itemprop="recipeIsFavourite">
<meta content="4" itemprop="recipeRating">
<table>
<tr>
<td>
<img src="images/140bcb63-39da-4710-940d-d718b9fbf606_0.jpg" class="recipe-photo"/>
</td>
<td style="vertical-align:top">
<h2 itemprop="name">Indian Buttered Chicken with Yogurt Flatbread</h2>
<div>
Courses: <span itemprop="recipeCourse">Main Dish</span>
</div>
<div>
Categories: <span>Bread, Chicken</span>
<meta content="Bread" itemprop="recipeCategory">
<meta content="Chicken" itemprop="recipeCategory">
</div>
<div>
Collections: <span>Indian</span>
<meta content="Indian" itemprop="recipeCollection">
</div>
<div>
Source: <span itemprop="recipeSource"><a href="https://www.yummly.co.uk/recipe/Indian-Buttered-Chicken-with-Yogurt-Flatbread-9136200">https://www.yummly.co.uk/recipe/Indian-Buttered-Chicken-with-Yogurt-Flatbread-9136200</a></span>
</div>
<div>
Serving size: <span itemprop="recipeYield">4</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>2 chicken breasts or thighs or meat or seafood or tofu</p>
<p>6 tablespoons butter</p>
<p>2 tablespoons Garam Masala</p>
<p>1 red onion</p>
<p>1 cup flour</p>
<p>3/4 cup yogurt</p>
<p>1 teaspoon baking powder</p>
<p>1/2 cup tomato sauce whatever you have leftover</p>
<p>1/2 cup whole fat coconut milk not light</p>
<p>10 sprigs cilantro stems &amp; leaves</p>
<p>salt staples</p>
<p>pepper staples</p>
<p>olive oil staples</p>
<p>lime</p>
</div>
</td>
<td style="vertical-align:top">
<h3>Directions</h3>
<div itemprop="recipeDirections">
<p>1. Place both a large pan and a medium grill pan over medium heat. </p>
<p></p>
<p>2. Add your butter to the large pan to melt. On a plastic cutting board, cut the chicken breasts first into strips, then into chunks. </p>
<p></p>
<p>3. Season your chicken with garam masala, salt, and pepper. Next, grab your red onion and dice it up. Your butter should be melted by now, pour off about 2 tablespoons into a small bowl and reserve for later. Return the pan to the stove. Add the seasoned chicken chunks to your pan with the butter. Add about 3/4s of your diced onion to the chicken. </p>
<p></p>
<p>4. In a large bowl, add flour, yogurt, baking powder, a large pinch of salt, reserved melted butter, and about half of what&#8217;s left of your red onion (we&#8217;re saving the last little bit for garnish). Mix well with your hands to form a dough. If it&#8217;s too dry add more yogurt, if it&#8217;s too wet add more flour. Set aside for just a moment. </p>
<p></p>
<p>5. Head back over to your chicken. To the pan, add tomato sauce and coconut milk, and let simmer.</p>
<p></p>
<p>6. Flop your dough onto a lightly floured surface. Divide the dough into 3 balls, then roll each ball out to about &#189;&#8221; thick. Rub each flatbread with a bit of olive oil and a sprinkling of salt. Place the flatbreads, seasoned side down, into the grill pan (you might have to do each one separately depending on pan size). Rub a bit of oil onto the top side as well. After about two minutes, flip your flatbread to the other side, you should see some light grill marks. Grill on this side for another minute or two and remove from the pan. </p>
<p></p>
<p>7. Taste your butter chicken sauce, add a bit of salt if needed. Grab your bunch of cilantro and tear off the stems (because we use every part, of course!). Slice the stems very fine and add to the chicken. Reserve the leaves for garnish. </p>
<p></p>
<p>8. Grab a plate and lay down a piece of flatbread. Spoon chicken on top and ladle sauce over it all. Top with remaining red onion, torn cilantro leaves, and lime(optional).</p>
<p></p>
<p>9. Hot Tip: If you don&#8217;t have a rolling pin, use a wine bottle.</p>
</div>
</td>
</tr>
</table>
<div class="recipe-notes" itemprop="recipeNotes">
</div>
<h3>Nutrition</h3>
<div>
Amount per serving
</div>
<div>
Calories: 600
<meta content="600" itemprop="recipeNutCalories">
</div>
<div>
Total Fat: 36g
<meta content="36" itemprop="recipeNutTotalFat">
</div>
<div>
Saturated Fat: 20g
<meta content="20" itemprop="recipeNutSaturatedFat">
</div>
<div>
Cholesterol: 125mg
<meta content="125" itemprop="recipeNutCholesterol">
</div>
<div>
Sodium: 740mg
<meta content="740" itemprop="recipeNutSodium">
</div>
<div>
Total Carbohydrate: 42g
<meta content="42" itemprop="recipeNutTotalCarbohydrate">
</div>
<div>
Dietary Fiber: 6g
<meta content="6" itemprop="recipeNutDietaryFiber">
</div>
<div>
Sugars: 7g
<meta content="7" itemprop="recipeNutSugars">
</div>
<div>
Protein: 31g
<meta content="31" itemprop="recipeNutProtein">
</div>
<h3>Photos</h3>
<div class="recipe-photos-div"><img src="images/140bcb63-39da-4710-940d-d718b9fbf606_0.jpg" class="recipe-photos" itemprop=photo0 /></div>
<hr />
</div>
<div class="recipe-details">
<meta content="5817d160-a2e6-43dd-8264-1e500a3fb6c6" itemprop="recipeId">
<meta content="" itemprop="recipeShareId">
<meta content="False" itemprop="recipeIsFavourite">
<meta content="4" itemprop="recipeRating">
<table>
<tr>
<td>
<img src="images/5817d160-a2e6-43dd-8264-1e500a3fb6c6_0.jpg" class="recipe-photo"/>
</td>
<td style="vertical-align:top">
<h2 itemprop="name">Korean Style Beef Tacos with Sriracha Mayo and Pickled Cucumber</h2>
<div>
Courses: <span itemprop="recipeCourse">Main Dish</span>
</div>
<div>
Categories: <span>Beef</span>
<meta content="Beef" itemprop="recipeCategory">
</div>
<div>
Collections: <span>Asian</span>
<meta content="Asian" itemprop="recipeCollection">
</div>
<div>
Source: <span itemprop="recipeSource"><a href="https://www.hellofresh.co.uk/recipes/korean-style-beef-tacos-5f918b283f2dfe7467488cb8">https://www.hellofresh.co.uk/recipes/korean-style-beef-tacos-5f918b283f2dfe7467488cb8</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) Onion</p>
<p>1 unit(s) Green Pepper</p>
<p>1 unit(s) Garlic</p>
<p>240 grams Beef Mince</p>
<p>&#189; unit(s) Cucumber</p>
<p>1 sachet Rice Vinegar</p>
<p>1 tsp Sugar</p>
<p>1 sachet Sriracha</p>
<p>2 sachet Mayonnaise</p>
<p>&#189; sachet Ginger Puree</p>
<p>1 sachet Soy Sauce</p>
<p>1 sachet Ketjap Manis</p>
<p>1 pot(s) Honey</p>
<p>6 unit(s) Tortilla</p>
</div>
</td>
<td style="vertical-align:top">
<h3>Directions</h3>
<div itemprop="recipeDirections">
<p>1. a) Halve, peel and thinly slice the onion. b) Halve the pepper and discard the core and seeds. Slice into thin strips. c) Peel and grate the garlic (or use a garlic press).</p>
<p></p>
<p>2. a) Heat a drizzle of oil in a frying pan over high heat. b) When hot, add the beef mince. c) Cook until browned, breaking up with a spoon as it cooks, 2-3 mins. d) Stir the onion and pepper into the beef and continue cooking for another 4-5 mins.</p>
<p></p>
<p>3. a) Meanwhile, trim the ends from the cucumber, halve lengthways and thinly slice. b) Pop into a bowl and pour on the rice vinegar, a pinch of salt and the sugar (see ingredients for amount). c) Toss to coat and keep to one side.</p>
<p></p>
<p>4. a) Next, mix half of the sriracha with the mayonnaise in a small bowl.</p>
<p></p>
<p>5. a) When the onions and peppers are softened and the beef is cooked through, add the garlic and ginger puree to the pan. IMPORTANT: The beef is cooked when no longer pink in the middle. b) Stir and cook until fragrant, 1 minute. c) Stir in the soy sauce, ketjap manis, honey and remaining sriracha. Bring to a bubble and remove form the heat. d) Get ready to serve.</p>
<p></p>
<p>6. a) Lay out 3 tacos per person on each plate. b) Spread on the mayo with the back of a spoon. c) Top with the beef mixture and then a few slices of cucumber. d) Serve any remaining cucumber alongside. e) Fold and devour!</p>
</div>
</td>
</tr>
</table>
<div class="recipe-notes" itemprop="recipeNotes">
</div>
<h3>Nutrition</h3>
<div>
Amount per serving
</div>
<div>
Serving size: 539
<meta content="539" itemprop="recipeNutServingSize">
</div>
<div>
Calories: 747
<meta content="747" itemprop="recipeNutCalories">
</div>
<div>
Total Fat: 29g
<meta content="29" itemprop="recipeNutTotalFat">
</div>
<div>
Saturated Fat: 10g
<meta content="10" itemprop="recipeNutSaturatedFat">
</div>
<div>
Cholesterol: 0mg
<meta content="0" itemprop="recipeNutCholesterol">
</div>
<div>
Sodium: 3.23mg
<meta content="3.23" itemprop="recipeNutSodium">
</div>
<div>
Total Carbohydrate: 84g
<meta content="84" itemprop="recipeNutTotalCarbohydrate">
</div>
<div>
Dietary Fiber: 4g
<meta content="4" itemprop="recipeNutDietaryFiber">
</div>
<div>
Sugars: 29g
<meta content="29" itemprop="recipeNutSugars">
</div>
<div>
Protein: 34g
<meta content="34" itemprop="recipeNutProtein">
</div>
<h3>Photos</h3>
<div class="recipe-photos-div"><img src="images/5817d160-a2e6-43dd-8264-1e500a3fb6c6_0.jpg" class="recipe-photos" itemprop=photo0 /></div>
<hr />
</div>
<div class="recipe-details">
<meta content="aaf72147-ba4c-4b05-96df-6eaba568cd33" itemprop="recipeId">
<meta content="" itemprop="recipeShareId">
<meta content="False" itemprop="recipeIsFavourite">
<meta content="4" itemprop="recipeRating">
<table>
<tr>
<td>
<img src="images/aaf72147-ba4c-4b05-96df-6eaba568cd33_0.jpg" class="recipe-photo"/>
</td>
<td style="vertical-align:top">
<h2 itemprop="name">Lemon Garlic Asparagus Pasta</h2>
<div>
Courses: <span itemprop="recipeCourse">Main Dish</span>
</div>
<div>
Categories: <span>Pasta, Vegetable</span>
<meta content="Pasta" itemprop="recipeCategory">
<meta content="Vegetable" itemprop="recipeCategory">
</div>
<div>
Collections: <span>Italian</span>
<meta content="Italian" itemprop="recipeCollection">
</div>
<div>
Source: <span itemprop="recipeSource"><a href="https://www.budgetbytes.com/lemon-garlic-asparagus-pasta/">https://www.budgetbytes.com/lemon-garlic-asparagus-pasta/</a></span>
</div>
<div>
Serving size: <span itemprop="recipeYield">3</span>
</div>
<div>
Preparation time: <span>5 mins</span>
<meta content="PT5M" 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>8 oz. pasta ($0.95)</p>
<p>1 bunch asparagus (about 1 lb.) ($1.91)</p>
<p>2 Tbsp butter ($0.26)</p>
<p>2 cloves garlic, minced ($0.16)</p>
<p>1 lemon ($0.55)</p>
<p>Salt and Pepper to taste ($0.05)</p>
</div>
</td>
<td style="vertical-align:top">
<h3>Directions</h3>
<div itemprop="recipeDirections">
<p>1. Bring a pot of water to a boil for the pasta. Once boiling, add the pasta and continue to boil until the pasta is tender. Reserve about 1/2 cup of the starchy cooking water, then drain the pasta and set it aside.</p>
<p></p>
<p>2. While the pasta is cooking, prepare the asparagus. Remove the bottom 1/2 to 1-inch of the stems, or just the part that is tough and woody. Chop the remaining asparagus into 1-inch pieces.</p>
<p></p>
<p>3. Place the asparagus in a large skillet and add about 1/2 inch water. Place a lid on the skillet and bring the water up to a boil. Let the asparagus steam and simmer for about 2 minutes, or just until it turns bright green and has become slightly tender (test with a fork). Drain the asparagus and return it to the skillet.</p>
<p></p>
<p>4. Add the butter and minced garlic to the skillet with the asparagus and place it over medium heat. Saut&#233; the partially cooked asparagus in the butter and garlic for about two minutes more, or until the garlic becomes soft and fragrant. Turn off the heat.</p>
<p></p>
<p>5. Add the cooked and drained pasta to the skillet with the saut&#233;ed asparagus. Toss the pasta in the skillet until it is combined with the asparagus and coated with garlic butter. Top with a generous pinch of salt and freshly cracked pepper.</p>
<p></p>
<p>6. Use a zester or small-holed cheese grater to zest the lemon onto the pasta. Once zested, slice the lemon in half and squeeze the fresh juice over the pasta. Toss the pasta until everything is well combined, adding a splash of the reserved pasta cooking water if it becomes dry. Taste the pasta and adjust the salt, pepper, or lemon if desired. Serve warm.</p>
</div>
</td>
</tr>
</table>
<div class="recipe-notes" itemprop="recipeNotes">
</div>
<h3>Nutrition</h3>
<div>
Amount per serving
</div>
<div>
Serving size: 1 Serving
<meta content="1 Serving" itemprop="recipeNutServingSize">
</div>
<div>
Calories: 496.37
<meta content="496.37" itemprop="recipeNutCalories">
</div>
<div>
Total Fat: 8.7g
<meta content="8.7" itemprop="recipeNutTotalFat">
</div>
<div>
Sodium: 266.07mg
<meta content="266.07" itemprop="recipeNutSodium">
</div>
<div>
Total Carbohydrate: 65.1g
<meta content="65.1" itemprop="recipeNutTotalCarbohydrate">
</div>
<div>
Dietary Fiber: 6.17g
<meta content="6.17" itemprop="recipeNutDietaryFiber">
</div>
<div>
Protein: 13.53g
<meta content="13.53" itemprop="recipeNutProtein">
</div>
<h3>Photos</h3>
<div class="recipe-photos-div"><img src="images/aaf72147-ba4c-4b05-96df-6eaba568cd33_0.jpg" class="recipe-photos" itemprop=photo0 /></div>
<hr />
</div>
<div class="recipe-details">
<meta content="31adb931-743f-5e9d-b2a2-9269c0775a4a" itemprop="recipeId">

Loading…
Cancel
Save