-
Notifications
You must be signed in to change notification settings - Fork 10
/
recipes-clipper.json
63 lines (63 loc) · 1.29 KB
/
recipes-clipper.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"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": "category",
"value": "[[Recipe]]",
"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"
}