Turning your Obsidian notes into a queryable database with Dataview
If you take notes in Obsidian, you've probably hit the same wall: search finds text, but it can't answer "show me every snippet I've tagged regex " or "what debugging notes do I still have open?" That's what the Dataview plugin is for — it treats your notes' frontmatter (and inline fields) as rows in a database and lets you query them with a SQL-like syntax, right inside a note. The setup…
We haven't written up this one. Dev.to has the full story — the link below goes straight to it.