Pulling note blocks into dataview

Hi There

What I’m trying to do

I’m trying to collate a particular section of multiple files into a summary file.

== Example File 1 ===

## Conclusion

  • ABC
  • DEF

== Example File 2 ===

## Conclusion

  • [>] EZY
  • [<] BCD

=== Example summary file ===
## Conclusion summary

  • ABC
  • DEF
  • [>] EZY
  • [<] BCD

Things I have tried

```dataview
LIST FROM “experiment”
WHERE meta(section).subpath = “Conclusion”
```

I know if they are task, then the above query would work, but since they are content section where they can be bullet points or short paragraphs, I’m not sure how to dynamically pull them into a single file.

Any insights or help would be great.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.