From 3e45fa1f9142846f1ecbfabd9ac67f691fb68f9a Mon Sep 17 00:00:00 2001 From: Kaan Barmore-Genc Date: Fri, 22 Apr 2022 20:16:11 -0400 Subject: [PATCH] Dendron workspace sync ## Synced vaults: - recipes Dendron version: 0.90.2 Hostname: eclipse --- notes/.vscode/dendron.code-snippets | 20 +++++++++ ...sta.md => recipes.pasta.homemade-pasta.md} | 0 ...sta.mac-and-cheese-dried-tomato-spinach.md | 44 +++++++++++++++++++ notes/recipes.schema.yml | 4 ++ 4 files changed, 68 insertions(+) create mode 100644 notes/.vscode/dendron.code-snippets rename notes/{recipes.bowls.homemade-pasta.md => recipes.pasta.homemade-pasta.md} (100%) create mode 100644 notes/recipes.pasta.mac-and-cheese-dried-tomato-spinach.md diff --git a/notes/.vscode/dendron.code-snippets b/notes/.vscode/dendron.code-snippets new file mode 100644 index 0000000..b07492a --- /dev/null +++ b/notes/.vscode/dendron.code-snippets @@ -0,0 +1,20 @@ +{ + "todo": { + "prefix": "to", + "scope": "markdown,yaml", + "body": "- [ ] ", + "description": "render todo box" + }, + "date": { + "prefix": "date", + "scope": "markdown,yaml", + "body": "$CURRENT_YEAR.$CURRENT_MONTH.$CURRENT_DATE", + "description": "today's date" + }, + "time": { + "prefix": "time", + "scope": "markdown,yaml", + "body": "$CURRENT_YEAR-$CURRENT_MONTH-$CURRENT_DATE $CURRENT_HOUR:$CURRENT_MINUTE", + "description": "time" + } +} \ No newline at end of file diff --git a/notes/recipes.bowls.homemade-pasta.md b/notes/recipes.pasta.homemade-pasta.md similarity index 100% rename from notes/recipes.bowls.homemade-pasta.md rename to notes/recipes.pasta.homemade-pasta.md diff --git a/notes/recipes.pasta.mac-and-cheese-dried-tomato-spinach.md b/notes/recipes.pasta.mac-and-cheese-dried-tomato-spinach.md new file mode 100644 index 0000000..95e6797 --- /dev/null +++ b/notes/recipes.pasta.mac-and-cheese-dried-tomato-spinach.md @@ -0,0 +1,44 @@ +--- +id: 2bn95hvurpr4yqr5dp63vpr +title: Mac and Cheese Dried Tomato Spinach +desc: '' +updated: 1650672632812 +created: 1650671751754 +--- + + +* Servings: +* Calories: +* Protein: +* Fiber: + + +## Ingredients + +- 1lbs of elbow noodles +- 2 packs of vegan cheese (2x7 oz) +- 3 Tbsp canola oil +- 3 Tbsp flour +- Soy milk +- 3oz sundried tomatoes +- 5oz spinach +- 2oz panko +- 2 Tbsp vegan butter + +## Instructions + +- Pour boiling water on the sundried tomatoes, enough to cover it. +- Boil the noodles, drain and rinse. +- Prepare a roux with canola oil and flour. +- Add in milk and cheese. Add more milk until you have a smooth liquid. Take pot off the heat. +- Chop sundried tomatoes. +- Add sundried tomatoes, pasta, and spinach, mix. +- Put the mac and cheese into 4 ramekins. +- Put the vegan butter and panko into a microwave safe container, and melt the butter. +- Top the ramekins with panko, then broil until browned on the top. + +## Notes + +It's a bit bland. Maybe cooking some garlic or onion with the roux first might +help. Or add some spices before the milk and cheese. I tried adding onion and +garlic powder after, which didn't turn out well. diff --git a/notes/recipes.schema.yml b/notes/recipes.schema.yml index c2ed243..472a6be 100644 --- a/notes/recipes.schema.yml +++ b/notes/recipes.schema.yml @@ -25,3 +25,7 @@ schemas: title: soup namespace: true template: templates.recipe + - id: pasta + title: pasta + namespace: true + template: templates.recipe