- [[Move PARA blog posts over from blog to new site]] > [!DONE]- Completed projects > > [!TIP] > > While completed project notes are often moved to `4 Archives/2023`, a project note will occasionally be helpful elsewhere. Having this list may seem redundant, but it can be beneficial for things like annual reviews or historical records. > - [[Get online notes set-up]] > - [[Create some commonly referenced notes]] > - [[Update coaching notes to better reflect available programs]] > [!TIP]- Tip: Tag-based [[projects areas resources archives (PARA)]] > This list of projects can also be generated automatically using tags. You just need to add a `#project` 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:#project > ``` > ```` > > Via [the Dataview community plugin](https://blacksmithgu.github.io/obsidian-dataview/): > ````md > ```dataview > table > from #project > sort file.cname asc > ``` > ````