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.
Obsidian/03.03 Food & Wine/Velouté de carottes à l’ani...

161 lines
3.2 KiB

2 weeks ago
---
ServingSize: 2
cssclass: recipeTable
Alias: []
Tag: []
Date: 2024-12-30
DocType: "Recipe"
Hierarchy: "NonRoot"
location:
CollapseMetaTable: true
Meta:
IsFavourite: False
Rating: 5
Recipe:
Courses: "Main dish"
Categories: "Soup"
Collections: "French"
Source: "https://lesrecettesdekelou.com/veloute-de-carottes-lanis/"
PreparationTime: 45
CookingTime: 45
OServingSize: 4
Ingredients:
- 600 gr de carottes
- 300 gr de pommes de terre
- 1 whole oignon
- 1 càc de graines danis vert
- 2 càs dhuile dolive
- 10 cl de crème fraîche liquide ou épaisse
- 1 cube de bouillon de volaille ou de légumes
- 800 gr deau
- 1 pincee sel, poivre
- 3.5 brins de coriandre fraîche (facultatif)
---
Parent:: [[@@Recipes|Recipes]], [[@Main dishes|Main dishes]]
---
 
```button
name Edit Recipe parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-VeloutedecarottesalanisEdit
```button
name Save
type command
action Save current file
id Save
```
^button-VeloutedecarottesalanisNSave
 
# Velouté de carottes à lanis
 
```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/Velouté de carottes à lanis"
```
&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. Éplucher les carottes, loignon et les pommes de terre.
&emsp;
2. Ciseler loignon et le mettre à revenir dans lhuile pendant 4/5 mn le temps quil devienne translucide (au Thermomix température Varoma vit mijotage 5 mn).
&emsp;
3. Pendant ce temps couper les carottes en rondelles et les pommes de terre en cubes.
&emsp;
4. Ajouter les carottes aux oignons et faire revenir  encore 5 mn (au Thermomix température Varoma vit 1).
&emsp;
5. Ajouter les pommes de terre, leau, le bouillon et les épices.
&emsp;
6. Saler et faire cuire à feu doux pendant 25 mn (au Thermomix programmer 25 mn à 100° vit 3).
&emsp;
7. En fin de cuisson, ajouter la crème fraîche, poivrer et mixer finement (au Thermomix 50 sec vit 10).
&emsp;
> [!tip]
> Servir bien chaud.
&emsp;
&emsp;
---
`$= dv.el('center', 'Source: ' + dv.current().Link + ', ' + dv.current().Date.toLocaleString("fr-FR"))`