- [[articles]] - [[books]] - [[coaching]] - [[personal knowledge management (PKM)]] - [[templates]] - [[visual media]] > [!TIP]- Tip: Tag-based [[projects areas resources archives (PARA)]] > This list of resources can also be generated automatically using tags. You just need to add a `#resource` tag to each note. > > Unfortunately, this method doesn't display correctly in web browsers. > > Via [Obsidian embedded queries](https://help.obsidian.md/Plugins/Search#Embed+search+results+in+a+note): > ````md > ```query > tag:#resource > ``` > ```` > > Via [the Dataview community plugin](https://blacksmithgu.github.io/obsidian-dataview/): > ````md > ```dataview > table > from #resource > sort file.cname asc > ``` > ````