new recipes

main
iOS 3 years ago
parent 6a5cd2763f
commit 708c819d41

@ -1,5 +1,4 @@
[
"table-editor-obsidian",
"dataview",
"find-unlinked-files",
"templater-obsidian",
@ -52,5 +51,6 @@
"obsidian-wikipedia",
"obsidian-hackernews",
"media-extended",
"garble-text"
"garble-text",
"table-editor-obsidian"
]

@ -181,7 +181,7 @@
"offset": 2
},
"current": {
"day": 16,
"day": 17,
"month": 0,
"year": 2022
},
@ -933,7 +933,11 @@
"day": 30,
"month": 8
},
"category": "ID_a93b8bba4be8"
"category": "ID_a93b8bba4be8",
"end": {
"day": 30,
"month": 8
}
},
{
"id": "ID_1969f9bb6a39",
@ -1145,7 +1149,7 @@
"name": "Task"
}
],
"date": 1642234501461,
"date": 1642320071397,
"displayWeeks": false
}
],

@ -12,8 +12,8 @@
"checkpointList": [
{
"path": "/",
"date": "2022-01-15",
"size": 728752
"date": "2022-01-16",
"size": 733786
}
],
"activityHistory": [
@ -51,6 +51,10 @@
{
"date": "2022-01-15",
"value": 4874
},
{
"date": "2022-01-16",
"value": 5034
}
]
}

File diff suppressed because one or more lines are too long

@ -1,15 +1,15 @@
{
"main": {
"id": "64c684ba3362f5af",
"id": "277503f3e123088d",
"type": "split",
"children": [
{
"id": "9c08f31f4b20f340",
"id": "6f0b276839099c19",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "03.03 Food & Wine/Bacon Parmesan Aspargus.md",
"file": "03.03 Food & Wine/@Desserts.md",
"mode": "preview"
}
}
@ -76,7 +76,7 @@
"state": {
"type": "backlink",
"state": {
"file": "03.03 Food & Wine/Bacon Parmesan Aspargus.md",
"file": "03.03 Food & Wine/@Desserts.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@ -101,7 +101,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "03.03 Food & Wine/Bacon Parmesan Aspargus.md",
"file": "03.03 Food & Wine/@Desserts.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@ -148,19 +148,19 @@
}
}
],
"currentTab": 4
"currentTab": 7
},
"active": "9c08f31f4b20f340",
"active": "6f0b276839099c19",
"lastOpenFiles": [
"03.03 Food & Wine/Bacon Parmesan Aspargus.md",
"03.03 Food & Wine/Aspargus Pasta.md",
"03.03 Food & Wine/@Main dishes.md",
"00.03 News/News.md",
"03.03 Food & Wine/@Desserts.md",
"03.03 Food & Wine/Honeycomb-candy butter.md",
"03.03 Food & Wine/Finnish pancakes.md",
"03.03 Food & Wine/@@Recipes.md",
"05.02 Networks/mfxm.fr.jpg",
"05.02 Networks/Server Cloud.md",
"01.02 Home/@Main Dashboard.md",
"00.01 Admin/Obsidian plugins.md",
"03.03 Food & Wine/Aromatic Beef Pilaf.md",
"01.03 Family/Auguste Bédier.md",
"01.03 Family/Arnaud Chapal.md",
"01.03 Family/Aglaé de Villeneuve.md",
"01.03 Family/Amaury de Villeneuve.md",
"02.02 Paris/@Restaurants Paris.md"
"00.02 Inbox/Test.md"
]
}

@ -521,6 +521,9 @@ class globalFunc {
case 'Jamaican':
tempresult = "🇯🇲"
break;
case 'Finnish':
tempresult = "🇫🇮"
break;
case 'Egg':
tempresult = "🥚"
break;

@ -1,4 +1,5 @@
![](https://www.youtube.com/watch?v=t6qv1Arv5sk)
![](https://piped.kavin.rocks/watch?v=t6qv1Arv5sk)
![](https://piped.kavin.rocks/watch?v=t6qv1Arv5sk)

@ -50,6 +50,10 @@ id CreateNote
```button
name Save
type command

@ -0,0 +1,124 @@
---
ServingSize: 4
cssclass: recipeTable
Tag: ["NotYetTested"]
Date: 2021-09-21
DocType: "Recipe"
Hierarchy: "NonRoot"
location: [51.514678599999996, -0.18378583926867909]
CollapseMetaTable: Yes
Meta:
IsFavourite: False
Rating:
Recipe:
Courses: Dessert
Categories: Pancacke
Collections: Finnish
Source: https://www.bonappetit.com/story/finnish-pancakes
PreparationTime:
CookingTime: 20
OServingSize: 4
Ingredients:
- 5 whole large eggs
- 6 cups milk
- 1 tsp. pure vanilla extract
- 5 Tbsp. sugar
- 0.5 tsp. salt
- 3 cups flour
- 1 stick butter
- 1 pinch batter
---
Parent:: [[@@Recipes|Recipes]], [[@Desserts|Desserts]]
---
 
```button
name Edit Recipe parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-FinnishpancakesEdit
```button
name Save
type command
action Save current file
id Save
```
^button-FinnishpancakesNSave
 
# Finnish pancakes
 
```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
 
In a large bowl, whisk together **5 large eggs**, **6 cups milk**, and **1 tsp. pure vanilla extract**. Mix in **5 Tbsp. sugar** and **½ tsp. salt**, then gradually whisk in **3 cups flour**.
 
Let rest at room temperature for 30 minutes.
 
Then get out a large nonstick skillet, some **unsalted** **butter**, a ladle, and a spatula. Over medium heat, add a knob of butter to the skillet and let it foam. Then add a half-ladle of the thin batter in an even circular motion, swirling it into a large flat circle. Let it brown on one side for a minute or two, then flip with a spatula, and let it brown for 30 seconds or so on the other side. Remove from pan and set aside on a large plate. Keep going, adding more butter as needed, and more batter, flipping away, until your batter is gone and you have enough delicious Finnish pancakes to serve 46 people.
 
Serve with **maple syrup** and **fresh berries** and even a dusting of **confectioners sugar** if youre feeling fancy.
 
 

@ -0,0 +1,124 @@
---
ServingSize: 4
cssclass: recipeTable
Tag: ["NotYetTested", "Accompaniement"]
Date: 2021-09-21
DocType: "Recipe"
Hierarchy: "NonRoot"
location: [51.514678599999996, -0.18378583926867909]
CollapseMetaTable: Yes
Meta:
IsFavourite: False
Rating:
Recipe:
Courses: Dessert
Categories: Pancacke
Collections: American
Source: https://www.bonappetit.com/recipe/ricotta-pancakes-with-honeycomb-candy-butter
PreparationTime:
CookingTime: 20
OServingSize: 4
Ingredients:
- 0.25 cup sugar
- 2 tablespoons pure maple syrup
- 2 teaspoons baking soda
- 0.25 teaspoon kosher salt
- 250 grams unsalted butter, room temperature
---
Parent:: [[@@Recipes|Recipes]], [[@Desserts|Desserts]]
---
 
```button
name Edit Recipe parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-Honeycomb-candybutterEdit
```button
name Save
type command
action Save current file
id Save
```
^button-Honeycomb-candybutterNSave
 
# Honeycomb-candy butter
 
```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
 
```ad-tip
title: **Do Ahead**
Honeycomb-candy butter can be made 2 weeks ahead. Cover; chill
```
 
#### Step 1
Line a baking sheet with a silicone baking mat or parchment paper. Bring sugar, maple syrup, and 2 Tbsp. water to a boil in a small saucepan fit with thermometer over medium-high heat, stirring until sugar dissolves. Continue to cook, swirling pan occasionally (do not stir), until thermometer registers 300°, 1012 minutes. Remove pan from heat and stir baking soda into caramel (mixture will foam up immediately). Quickly and carefully pour mixture onto prepared baking sheet and spread with a heatproof rubber spatula. Let cool 30 minutes.
 
#### Step 2
Break honeycomb into 1" pieces; place in a resealable plastic bag and pound with a rolling pin until finely crushed. Mix honeycomb candy and salt into butter in a small bowl.
 
 

@ -265,7 +265,7 @@ List of monitored services:
#### Service management
[[#^Top|TOP]]
Nextcloud offers two alternatives for manaing the service:
Nextcloud offers two alternatives for managing the service:
1. An admin webpanel
2. A command line tool
@ -273,7 +273,7 @@ Nextcloud offers two alternatives for manaing the service:
##### Admin webpanel
Accessed through login into the service with admin credentials. Sertings offer an admin section.
Accessed through login into the service with admin credentials. Settings offer an admin section.
 

Loading…
Cancel
Save