You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

158 lines
2.9 KiB

10 months ago
---
ServingSize: 2
cssclass: recipeTable
Alias: []
Tag: ["🍴", "🥩", "🇲🇳", "🟥"]
Date: 2024-01-15
DocType: "Recipe"
Hierarchy: "NonRoot"
location:
CollapseMetaTable: true
Meta:
IsFavourite: False
Rating:
Recipe:
Courses: "Main dish"
Categories: "Meat"
Collections: "Asian"
Source: "https://deliciouslittlebites.com/spicy-mongolian-beef/"
PreparationTime: 30
CookingTime: 30
OServingSize: 6
Ingredients:
- 2 pounds beef sliced into thin strips
- 2 tablespoons cornstarch
- 0.5 cup extra virgin olive oil
- 6 cloves garlic minced
- 1 teaspoon ginger minced
- 0.5 cup soy sauce
- 0.5 cup water
- 2 tablespoons hoisin sauce
- 0.5 cup brown sugar
- 2 teaspoons red pepper flakes
---
Parent:: [[@@Recipes|Recipes]], [[@Main dishes|Main dishes]]
---
 
```button
name Edit Recipe parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-SpicyMongolianBeefEdit
```button
name Save
type command
action Save current file
id Save
```
^button-SpicyMongolianBeefNSave
 
# Spicy Mongolian Beef
 
```toc
style: number
```
 
---
 
### 🗒 Practical Informations
```dataview
list without id
"<table><tbody><tr><td><a class=heading>🍽 Courses</a></td>"
+
"<td><span style='color: var(--footnote);'>" + this.Recipe.Courses + "</span></td></tr>"
+
"<tr><td><a class=heading>🥘 Categories</a></td>"
+
"<td><span style='color: var(--footnote);'>" + this.Recipe.Categories + "</span></td></tr>"
+
"<tr><td><a class=heading>📚 Collections</a></td>"
+
"<td><span style='color: var(--footnote);'>" + this.Recipe.Collections + "</span></td></tr>"
+
"<tr><td><a class=heading>👨‍👨‍👧‍👦 Serving size</a></td>"
+
"<td><span style='color: var(--footnote);'>" + this.ServingSize + "</span></td></tr>"
+
"<tr><td><a class=heading>⏲ Cooking time</a></td>"
+
"<td><span style='color: var(--footnote);'>" + this.Recipe.CookingTime + " min</span></td></tr></tbody></table>"
FROM "03.03 Food & Wine/Spicy Mongolian Beef"
```
&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. Toss the beef strips and cornstarch in a bowl and set aside.
&emsp;
2. Heat the olive oil in a large, deep skillet or wok over medium heat.
&emsp;
3. Add the garlic and ginger and cook for 1-2 minutes.
&emsp;
4. Stir in the beef and cook until just done, about 3-5 minutes. Remove the beef to a plate and wipe out the skillet.
&emsp;
5. Return the skillet to medium heat and add the soy sauce, water, and hoisin sauce.
&emsp;
6. Stir in the brown sugar and red pepper flakes, then add the beef back in as well.
&emsp;
7. Cook until everything is heated through and sauce thickens to your liking.
&emsp;
> [!tip]
> Serve over rice or noodles.
&emsp;
&emsp;