- [[Private coaching]]
> [!TIP]- Tip: Tag-based [[projects areas resources archives (PARA)]]
> This list of areas can also be generated automatically using tags. You just need to add an `#area` 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:#area
> ```
> ````
>
> Via [the Dataview community plugin](https://blacksmithgu.github.io/obsidian-dataview/):
> ````md
> ```dataview
> table
> from #area
> sort file.cname asc
> ```
> ````