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.1 KiB

---
ServingSize: 12
cssclass: recipeTable
Tag: ["🍪", "🟥"]
Date: 2021-09-21
DocType: "Recipe"
Hierarchy: "NonRoot"
location: [51.514678599999996, -0.18378583926867909]
CollapseMetaTable: true
Meta:
IsFavourite: False
Rating: 4
Recipe:
Courses: Snack
Categories: Cookie
Collections: American
Source: Internal
PreparationTime:
CookingTime: 17
OServingSize: 12
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
- 2 whole eggs
- 2 cups dark chocolate, broken into small pieces
---
Parent:: [[@@Recipes|Recipes]], [[@Snacks|Snacks]], [[@United States|United States]]
---
 
```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
dv.view("00.01 Admin/dv-views/query_ingredient", {ingredients: dv.current().Ingredients, originalportioncount: dv.current().Recipe.OServingSize})
```
 
---
 
### 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.