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 ---