I’m trying to generate a dataview from a single note. I have an existing 1500 line markdown file from before I used obsidian that looks approximately like below.
My test data looks like this:
## (name:: Pet Cemetery)
- Rating:: 3/5
- Summary:: Text
- Ideally subsequent bullet points would show, but
- I can live without
## (name:: Dune Part 1)
- Rating:: 5/5
- Summary:: Summary 2
## (name:: Dune Part 2)
- Rating:: 4.5/5
- Summary:: Summary 3
Originally I had the data as a series of buttled lists, but I understand the lists need to be separated by headings when dealing with a single file.
I can’t for the life of me get a workable query.
Absolutely banging my head against the wall on this