From 6e7e40e9e073e338a7ea2a7d6a62005794e226a5 Mon Sep 17 00:00:00 2001 From: Kaan Genc Date: Sun, 3 Apr 2022 23:13:38 -0400 Subject: [PATCH] rename template & create schema --- notes/recipes.schema.yml | 27 +++++++++++++++++++ ...template.recipe.md => templates.recipe.md} | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 notes/recipes.schema.yml rename notes/{template.recipe.md => templates.recipe.md} (89%) diff --git a/notes/recipes.schema.yml b/notes/recipes.schema.yml new file mode 100644 index 0000000..c2ed243 --- /dev/null +++ b/notes/recipes.schema.yml @@ -0,0 +1,27 @@ +version: 1 +imports: [] +schemas: + - id: recipes + title: recipes + parent: root + children: + - id: bowls + title: bowls + namespace: true + template: templates.recipe + - id: baked + title: baked + namespace: true + template: templates.recipe + - id: dessert + title: dessert + namespace: true + template: templates.recipe + - id: misc + title: misc + namespace: true + template: templates.recipe + - id: soup + title: soup + namespace: true + template: templates.recipe diff --git a/notes/template.recipe.md b/notes/templates.recipe.md similarity index 89% rename from notes/template.recipe.md rename to notes/templates.recipe.md index 094875c..eab0e60 100644 --- a/notes/template.recipe.md +++ b/notes/templates.recipe.md @@ -2,7 +2,7 @@ id: 9c59f957-bbfa-475f-bb2b-a3b7cfcc47db title: Recipe desc: '' -updated: 1621050721815 +updated: 1649038450923 created: 1621050721815 ---