How to Tag/Query Like in Logseq

@JJinWI
you may try obsidian query with this plugin. obsidian://show-plugin?id=better-search-views. even though tags in obsidian is “tagged” to entire notes, using “block” search and this particular plugin allow you to display the results constrained to the “block”

```query
block: #ACMECorp 
```

7 Likes