parent
ce503bc556
commit
d4e7d7507e
File diff suppressed because one or more lines are too long
@ -1 +1,10 @@
|
||||
{"id":"cooklang-obsidian","name":"CookLang Editor","author":"death_au","authorUrl":"https://github.com/deathau","description":"Edit and display CookLang recipes in Obsidian","isDesktopOnly":false,"version":"0.2.0","minAppVersion":"0.10.12"}
|
||||
{
|
||||
"id": "cooklang-obsidian",
|
||||
"name": "CookLang Editor",
|
||||
"author": "death_au",
|
||||
"authorUrl": "https://github.com/deathau",
|
||||
"description": "Edit and display CookLang recipes in Obsidian",
|
||||
"isDesktopOnly": false,
|
||||
"version": "0.3.0",
|
||||
"minAppVersion": "0.10.12"
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"version": 1,
|
||||
"projects": {
|
||||
"04.03 Creative snippets": {
|
||||
"path": "04.03 Creative snippets",
|
||||
"indexFile": "Index",
|
||||
"draftsPath": "Drafts/"
|
||||
}
|
||||
},
|
||||
"selectedProject": "04.03 Creative snippets",
|
||||
"selectedDraft": "Draft 1"
|
||||
}
|
File diff suppressed because one or more lines are too long
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "longform",
|
||||
"name": "Longform",
|
||||
"version": "1.0.3",
|
||||
"minAppVersion": "0.12.11",
|
||||
"description": "Write novels, screenplays, and other long projects in Obsidian.",
|
||||
"author": "Kevin Barrett",
|
||||
"authorUrl": "https://kevinbarrett.org",
|
||||
"isDesktopOnly": false
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
.longform-settings-destructive-button {
|
||||
color: var(--text-normal);
|
||||
background-color: var(--text-error) !important;
|
||||
}
|
||||
|
||||
.longform-settings-destructive-button:hover {
|
||||
background-color: var(--text-error-hover) !important;
|
||||
}
|
File diff suppressed because one or more lines are too long
@ -0,0 +1,127 @@
|
||||
---
|
||||
|
||||
ServingSize: 4
|
||||
cssclass: recipeTable
|
||||
Tag: ["Recipe", "Spicy", "Easy", "Quick"]
|
||||
Date: 2021-09-21
|
||||
DocType: "Recipe"
|
||||
Hierarchy: "NonRoot"
|
||||
location: [51.514678599999996, -0.18378583926867909]
|
||||
CollapseMetaTable: Yes
|
||||
Meta:
|
||||
IsFavourite: False
|
||||
Rating: 0
|
||||
Recipe:
|
||||
Courses: "Main Dish"
|
||||
Categories: Noodles
|
||||
Collections: "Chinese"
|
||||
Source: https://drivemehungry.com/spicy-szechuan-noodles-with-garlic-chili-oil/
|
||||
PreparationTime:
|
||||
CookingTime: 10
|
||||
OServingSize: 4
|
||||
Ingredients:
|
||||
- 1 pinch Chili pepper flakes
|
||||
- 1 splash Oil - avocado, canola, or corn oil
|
||||
- 1 splash Black vinegar - A dark vinegar with a malty, smokey flavor. Substitute with balsamic vinegar
|
||||
- 2 cloves Garlic
|
||||
- 1 pack Noodles (刀削面 Dao Xiao Mian)
|
||||
- 1 bunch Coriander
|
||||
- 1 pinch Sesame seeds
|
||||
- 2 sprigs Spring onions
|
||||
- 1 pinch sugar
|
||||
- 1 pinch salt
|
||||
- 1 tbsp Soy sauce
|
||||
|
||||
---
|
||||
|
||||
Parent:: [[@@Recipes|Recipes]], [[@Main dishes|Main Dishes]]
|
||||
|
||||
---
|
||||
|
||||
 
|
||||
|
||||
```button
|
||||
name Edit Recipe parameters
|
||||
type command
|
||||
action MetaEdit: Run MetaEdit
|
||||
id EditMetaData
|
||||
```
|
||||
^button-SpicySzechuanNoodleswithGarlicChilliOilEdit
|
||||
|
||||
|
||||
```button
|
||||
name Save
|
||||
type command
|
||||
action Save current file
|
||||
id Save
|
||||
```
|
||||
^button-SpicySzechuanNoodleswithGarlicChilliOilNSave
|
||||
|
||||
|
||||
|
||||
 
|
||||
|
||||
# Spicy Szechuan Noodles with Garlic Chilli Oil
|
||||
|
||||
 
|
||||
|
||||
```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. Heat the oil over medium low heat. Once heated, sauté the garlic until it becomes fragrant, about 30 seconds.
|
||||
|
||||
 
|
||||
|
||||
2. Turn off the heat and while the garlic oil is still hot, add in the Szechuan pepper flakes, soy sauce, vinegar, salt, and sugar. Stir to combine.
|
||||
|
||||
 
|
||||
|
||||
3. Boil the noodles according to the directions and rinse under cold water. Drain well.
|
||||
|
||||
 
|
||||
|
||||
4. Add scallions, cilantro, sesame seeds, and garlic chili oil sauce to your liking. Toss to combine and enjoy!
|
||||
|
||||
 
|
||||
 
|
@ -0,0 +1,35 @@
|
||||
---
|
||||
|
||||
Characters:
|
||||
- Protagonist
|
||||
- Girlfriend
|
||||
- Father
|
||||
- Mother
|
||||
- Sister1
|
||||
- Brother1
|
||||
- Friend1
|
||||
- Friend2
|
||||
Places:
|
||||
- Parent's flat
|
||||
- Street
|
||||
- Transport
|
||||
Notes:
|
||||
-
|
||||
|
||||
---
|
||||
|
||||
%%
|
||||
|
||||
So this is going to be a bit that does not count towards word count.
|
||||
But is not strictly frontmatter
|
||||
|
||||
%%
|
||||
|
||||
```button
|
||||
name Save
|
||||
type command
|
||||
action Save current file
|
||||
id Save
|
||||
```
|
||||
|
||||
# Introduction
|
Loading…
Reference in new issue