Hello.
You can use inline queries:
```query
SearchTermHere
```
But for meaningful metadata mining, use the Dataview plugin.
The ‘Dataview plugin snippet showcase’ thread is worth a read.
If you’re a writer, the link from this post has tips on using YAML and Dataview.
You can place YAML at the top of a file:
---
key: value
key2: value2
key3: [one, two, three]
key4:
- four
- five
- six
---
Or use it anywhere inline in a file with two colons:
Author:: Hemingway
Angel