I’d like to tag certain paragraphs of different notes, then have a dataview query (or some other method) to display them all.
For instance, if I have paragraphs of different notes all with the ^example block identifier, how do I create a query to see all paragraphs with that identifier? Ideally, I’d like them to be previewed as well (similar to the ![] syntax).
Using the vanilla Search, you could put an embedded query in a note:
```query
^example
```
You can then cmd/ctrl + hover on the results to see the rendered note in the Page Preview pop-up, or use something like Query Control to render the note in the results list.
You’re being very generic in your request. Would you care explaining a little more in your use case? There are many ways to mark which can be tackled very differently.