|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
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 d’anis vert
|
|
|
|
|
- 2 càs d’huile d’olive
|
|
|
|
|
- 10 cl de crème fraîche liquide ou épaisse
|
|
|
|
|
- 1 cube de bouillon de volaille ou de légumes
|
|
|
|
|
- 800 gr d’eau
|
|
|
|
|
- 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 à l’anis
|
|
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
|
|
```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 à l’anis"
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
|
|
### 🧫 Ingredients
|
|
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
|
|
```dataviewjs
|
|
|
|
|
dv.view("00.01 Admin/dv-views/query_ingredient", {ingredients: dv.current().Ingredients, originalportioncount: dv.current().Recipe.OServingSize})
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
|
|
### 🔀 Instructions
|
|
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1. Éplucher les carottes, l’oignon et les pommes de terre.
|
|
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
|
|
2. Ciseler l’oignon et le mettre à revenir dans l’huile pendant 4/5 mn le temps qu’il devienne translucide (au Thermomix température Varoma vit mijotage 5 mn).
|
|
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
|
|
3. Pendant ce temps couper les carottes en rondelles et les pommes de terre en cubes.
|
|
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
|
|
4. Ajouter les carottes aux oignons et faire revenir encore 5 mn (au Thermomix température Varoma vit 1).
|
|
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
|
|
5. Ajouter les pommes de terre, l’eau, le bouillon et les épices.
|
|
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
|
|
6. Saler et faire cuire à feu doux pendant 25 mn (au Thermomix programmer 25 mn à 100° vit 3).
|
|
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
|
|
7. En fin de cuisson, ajouter la crème fraîche, poivrer et mixer finement (au Thermomix 50 sec vit 10).
|
|
|
|
|
|
|
|
|
|
 
|
|
|
|
|
|
|
|
|
|
> [!tip]
|
|
|
|
|
> Servir bien chaud.
|
|
|
|
|
|
|
|
|
|
 
|
|
|
|
|
 
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
`$= dv.el('center', 'Source: ' + dv.current().Link + ', ' + dv.current().Date.toLocaleString("fr-FR"))`
|