https://www.youtube.com/watch?v=JTObSymEvWA

Query to list notes notes based on certain tag

```dataview
LIST note FROM #hacking

Query to make table of notes based on certain tag

```dataview
TABLE FROM #hacking

WHERE clause can help to filter data

like WHERE type = “man”


SORT file.name ASC - sort file names in ascending order