Obsidian
Query Obsidian
Native Query
```query
file:("Daily Note")
```
https://heymichellemac.com/embedded-queries-obsidian
Obsidian Query Language
uses Fuse.js for search
```oql
name: Daily notes
query: "'100 Daily/'"
template: "string"
format: "{name}: {count}"
```
https://github.com/jplattel/obsidian-query-language
Dataview
```dataview
TABLE author, published, file.inlinks AS "Mentions"
FROM #poems
```
https://blacksmithgu.github.io/
Smart Connections
[[AI#Smart Connections Plugin|AI > Smart Connections Plugin]] allows to let me explore my notes without using tags and that stuff I can't get to work.