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.
136 lines
2.0 KiB
136 lines
2.0 KiB
3 years ago
|
---
|
||
|
|
||
|
ServingSize: 12
|
||
|
cssclass: recipeTable
|
||
|
Tag: ["Cookie", "Gouter"]
|
||
|
Date: 2021-09-21
|
||
|
DocType: "Recipe"
|
||
|
Hierarchy: "NonRoot"
|
||
|
location: [51.514678599999996, -0.18378583926867909]
|
||
|
CollapseMetaTable: Yes
|
||
|
Meta:
|
||
|
IsFavourite: False
|
||
|
Rating: 4
|
||
|
Recipe:
|
||
|
Courses: Snack
|
||
|
Categories: Cookie
|
||
|
Collections: American
|
||
|
Source: Internal
|
||
|
PreparationTime:
|
||
|
CookingTime: 17
|
||
3 years ago
|
OServingSize: 12
|
||
3 years ago
|
Ingredients:
|
||
|
- 2.25 cups all-purpose flour
|
||
|
- 1 teaspoon baking soda
|
||
|
- 1 teaspoon salt
|
||
|
- 1 cup butter
|
||
|
- 1 cup caster sugar
|
||
|
- 1 cup soft brown sugar
|
||
|
- 1 teaspoon vanilla extract
|
||
3 years ago
|
- 2 whole eggs
|
||
3 years ago
|
- 2 cups dark chocolate, broken into small pieces
|
||
|
|
||
|
---
|
||
|
|
||
3 years ago
|
Parent:: [[@@Recipes|Recipes]], [[@Desserts|Desserts]]
|
||
3 years ago
|
|
||
|
---
|
||
|
|
||
|
 
|
||
|
|
||
|
```button
|
||
|
name Edit Recipe parameters
|
||
|
type command
|
||
|
action MetaEdit: Run MetaEdit
|
||
|
id EditMetaData
|
||
|
```
|
||
|
^button-ChocolateChipCookieEdit
|
||
|
|
||
|
|
||
|
```button
|
||
|
name Save
|
||
|
type command
|
||
|
action Save current file
|
||
|
id Save
|
||
|
```
|
||
|
^button-ChocolateChipCookieNSave
|
||
|
|
||
|
|
||
|
|
||
|
 
|
||
|
|
||
|
# Chocolate Chip Cookie
|
||
|
|
||
|
 
|
||
|
|
||
|
```toc
|
||
|
style: number
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
---
|
||
|
|
||
|
 
|
||
|
|
||
|
### 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
|
||
|
|
||
|
 
|
||
|
|
||
|
---
|
||
|
|
||
|
 
|
||
|
|
||
|
### Ingredients
|
||
|
|
||
|
 
|
||
|
|
||
|
```dataviewjs
|
||
3 years ago
|
dv.view("00.01 Admin/dv-views/query_ingredient", {ingredients: dv.current().Ingredients, originalportioncount: dv.current().Recipe.OServingSize})
|
||
3 years ago
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
---
|
||
|
|
||
|
 
|
||
|
|
||
|
### Instructions
|
||
|
|
||
|
 
|
||
|
1. In a large bowl combine the flour, baking soda and salt.
|
||
|
|
||
|
 
|
||
|
|
||
|
2. In a separate bowl, mix the butter, caster sugar, brown sugar and vanilla extract until smooth.
|
||
|
|
||
|
 
|
||
|
|
||
|
3. Add the eggs and the flour to the mixture and beat to combine.
|
||
|
|
||
|
 
|
||
|
|
||
|
4. Add the chocolate pieces and stir.
|
||
|
|
||
|
 
|
||
|
|
||
|
5. Drop well rounded spoonfuls of dough onto a greased cookie sheet.
|
||
|
|
||
|
 
|
||
|
|
||
|
6. Bake at 375F for 8-10 minutes.
|
||
|
|
||
|
 
|
||
|
|
||
|
7. Remove from the oven and place cookies on a wire rack to cool.
|
||
|
|
||
|
 
|
||
|
 
|