--- ServingSize: cssclass: recipeTable Alias: [] Tag: [] Date: <% tp.date.now("YYYY-MM-DD") %> DocType: "Recipe" Hierarchy: "NonRoot" location: CollapseMetaTable: true Meta: IsFavourite: False Rating: Recipe: Courses: Categories: Collections: Source: PreparationTime: CookingTime: OServingSize: Ingredients: - --- Parent:: ---   ```button name Edit Recipe parameters type command action MetaEdit: Run MetaEdit id EditMetaData ``` ^button-<% tp.file.title %>Edit ```button name Save type command action Save current file id Save ``` ^button-<% tp.file.title %>NSave   # <% tp.file.title %>   ```toc style: number ```   ---   ### ๐Ÿ—’ Practical Informations ```dataview list without id "" + "" + "" + "" + "" + "" + "" + "" + "" + "
๐Ÿฝ Courses" + this.Recipe.Courses + "
๐Ÿฅ˜ Categories" + this.Recipe.Categories + "
๐Ÿ“š Collections" + this.Recipe.Collections + "
๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ Serving size" + this.ServingSize + "
โฒ Cooking time" + this.Recipe.CookingTime + " min
" FROM "03.03 Food & Wine/<% tp.file.title %>" ```   ---   ### ๐Ÿงซ Ingredients   ```dataviewjs dv.view("00.01 Admin/dv-views/query_ingredient", {ingredients: dv.current().Ingredients, originalportioncount: dv.current().Recipe.OServingSize}) ```   ---   ### ๐Ÿ”€ Instructions