This will be a page about ingredient.
{
"unitsToGrams": {
"ml": 0.4
}
}
{
"serving": "100 g",
"calories": "531.3 kcal",
"carbohydrates": "29.3 g",
"fat": "42.4 g",
"fibre": "27 g",
"protein": "18.5 g",
"sugar": "1.5 g"
}
{
"id": "flax-seed-ground",
"emoji": "π₯",
"name": "Flax Seed, Ground",
"dataFilePath": "./data/ingredients/flax-seed-ground.json",
"sourceUrl": "obsidian:///Users/zachshilton/code/eats-plants/source-files/ingredients/flax-seed-ground.md",
"sections": [
{
"level": 2,
"title": "Overview",
"content": "This will be a page about ingredient.\n"
},
{
"level": 2,
"title": "Measurement Data",
"content": "```json\n{\n \"unitsToGrams\": {\n \"ml\": 0.4\n }\n}\n```\n"
},
{
"level": 2,
"title": "Nutrition Data",
"content": "```json\n{\n \"serving\": { \"value\": 100, \"unit\": \"g\" },\n \"components\": {\n \"calories\": { \"value\": 531.3, \"unit\": \"kcal\" },\n \"protein\": { \"value\": 18.5, \"unit\": \"g\" },\n \"carbohydrates\": { \"value\": 29.3, \"unit\": \"g\" },\n \"fat\": { \"value\": 42.4, \"unit\": \"g\" },\n \"fibre\": { \"value\": 27.0, \"unit\": \"g\" },\n \"sugar\": { \"value\": 1.5, \"unit\": \"g\" }\n }\n}\n```\n"
}
],
"measurementData": {
"unitsToGrams": {
"ml": 0.4
}
},
"nutritionData": {
"serving": {
"value": 100,
"unit": "g"
},
"components": {
"calories": {
"value": 531.3,
"unit": "kcal"
},
"protein": {
"value": 18.5,
"unit": "g"
},
"carbohydrates": {
"value": 29.3,
"unit": "g"
},
"fat": {
"value": 42.4,
"unit": "g"
},
"fibre": {
"value": 27,
"unit": "g"
},
"sugar": {
"value": 1.5,
"unit": "g"
}
}
},
"usedIn": [
{
"id": "almond-butter-energy-balls",
"emoji": "πͺ",
"name": "Almond Butter Energy Balls"
},
{
"id": "oatmeal-overnight-dry-mix",
"emoji": "π₯£",
"name": "Oatmeal, overnight, dry mix"
}
]
}