Creating Index of Recipes with Dataview

Hi Jopp / Everyone,

I did some more searching and finally found an answer on this post:

The query that has achieved my goal is:

TABLE WITHOUT ID
meal AS Meal,
rows.file.link AS Recipe
FROM [[Recipes]]
FLATTEN meal
FLATTEN link(file.link, Title) AS Note 
SORT meal ASC 
GROUP BY meal
1 Like