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.

147 lines
3.1 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
ServingSize: 2
cssclass: recipeTable
Alias: []
Tag: ["🇨🇺"]
Date: 2024-01-31
DocType: "Recipe"
Hierarchy: "NonRoot"
location:
CollapseMetaTable: true
Meta:
IsFavourite: False
Rating: 4
Recipe:
Courses: "Main dish"
Categories: Meat
Collections: Cuban
Source: "[Cuban Picadillo Bowls Everyday Dishes](https://everydaydishes.com/high-protein/cuban-picadillo-bowls/)"
PreparationTime: 30
CookingTime: 25
OServingSize: 4
Ingredients:
- 1 tbsp avocado oil
- 0.5 whole onion, finely diced
- 1 whole green bell pepper, finely diced
- 1 lb ground beef
- 2 cloves garlic, minced
- 1.5 tsp paprika
- 1 tsp dried oregano
- 0.5 tsp cumin
- 1 pinch salt and pepper to taste
- 0.25 cup dry white wine
- 2 tbsp tomato paste
- 15 oz can crushed tomatoes
- 0.5 cup golden raisins
- 0.5 cup green olives, sliced
- 2 tsp chopped capers
- 1 portion steamed rice or cauliflower rice, to serve
- 1 bunch fresh cilantro, chopped, to serve
---
Parent:: [[@@Recipes|Recipes]], [[@Main dishes|Main dishes]]
---
 
```button
name Edit Recipe parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-CubanPicadilloBowlsEdit
```button
name Save
type command
action Save current file
id Save
```
^button-CubanPicadilloBowlsNSave
 
# Cuban Picadillo Bowls
 
```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/Cuban Picadillo Bowls"
```
&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;
- Heat a large skillet over medium heat and add the oil. Once the oil is heated, add the diced onion and bell pepper. Sauté until mostly tender, stirring occasionally, about 5 minutes.
&emsp;
- Add the ground beef and cook, stirring and breaking up the meat, until mostly cooked, about 5-7 minutes. Stir in the garlic, spices and a pinch of salt and pepper.
&emsp;
- Stir in the crushed tomatoes, raisins, olives, and capers. Let simmer, stirring occasionally, until thickened, about 10 minutes.
&emsp;
> [!tip]
> Serve hot over rice with chopped cilantro if desired.