{ "schemaVersion": "0.1.0", "name": "Recipes", "behavior": "create", "noteContentFormat": "{{description}}\n\n## Ingredients\n\n{{schema:recipeIngredient|list:task}}\n\n## Instructions\n\n{{schema:recipeInstructions[*].text|list:task}}\n\n## Nutrition\n\n{{schema:@Recipe:nutrition|uncamel|capitalize|table|replace:(\"@type\":\"Nutrient\",\"Nutrition information\":\"Quantity\")}}", "properties": [ { "name": "categories", "value": "[[Recipes]]", "type": "multitext" }, { "name": "author", "value": "{{schema:author[*].name|wikilink|join}}", "type": "multitext" }, { "name": "title", "value": "{{title}}", "type": "text" }, { "name": "image", "value": "{{image}}", "type": "text" }, { "name": "rating", "value": "", "type": "number" }, { "name": "cuisine", "value": "{{schema:recipeCuisine}}", "type": "multitext" }, { "name": "url", "value": "{{url}}", "type": "multitext" }, { "name": "created", "value": "{{date}}", "type": "date" }, { "name": "publisher", "value": "{{schema:publisher.name|wikilink|join}}", "type": "multitext" }, { "name": "tags", "value": "recipes", "type": "multitext" } ], "triggers": [ "schema:@Recipe" ], "noteNameFormat": "{{title}}", "path": "References" }