Skip to content

Display values from a multivalue YAML frontmatter field

Multivalue YAML Frontmatter Field

Basic

TABLE wellbeing.mood, wellbeing.mood-notes
FROM "10 Example Data/dailys"
WHERE wellbeing.health > 2

Variants

Add better readable table headers

TABLE wellbeing.mood AS "Mood", wellbeing.mood-notes AS "Mood Notes"
FROM "10 Example Data/dailys"
WHERE wellbeing.health > 2