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.
https://github.com/brianpetro/obsidian-smart-connections
History Diff
Edit History is probably the best format because it's self-contained.
Edit History
Obsidian Edit History Plugin, automatically save all the edit history of a note, browse and restore previous versions.
The plugin creates one edit history (.edtz) file per note, in the same folder as the note.
https://github.com/antoniotejada/obsidian-edit-history
Git
Integrate Git version control with automatic commit-and-sync and other advanced features in Obsidian.md