Extracting categories of paragraphs from a bunch of notes

If you’ve got multiple blockId’s being the same as you’re suggesting you’ll only be able to link to one of them. And dataview aren’t able to extract that text without reading the contents of the files.

If you however use inline fields, the goal of yours could be achieved rather easily. See post below for the same kind of idea, but with slightly different keywords.

If you just wanted to list either category you could do this query:

```dataview
LIST aInsight
WHERE insight
FLATTEN insight as aInsight
```

Given markup like: [insight:: Dataview is a powerful query tool].