Lon Setnik, MD FACEP, MHPE
#note/idea| #on/performance
topic: [[People Growing]]
---
*I am the note template.*
This reminds me of
It's kind of like
what is it
why does it matter
##### What would the opposite argument be?
%%
tags: #note/growing
%%
##### Sources:
%%
```toc style: number
min_depth: 2
max_depth: 6
```
## What's the big idea here?
%%
## Unrequited notes (by link)
_update when creating MOC to point to this note_
These notes point directly to this note. But this note doesn't point back.
```dataview
table file.mtime.year + "-" + file.mtime.month + "-" + file.mtime.day as Modified
from [[Peak performance]]
and !outgoing([[peak]])
sort file.mtime desc
```
## Associated notes (by tag)
These notes have this associated tag: `#on/performance`.
```dataview
table file.mtime.year + "-" + file.mtime.month + "-" + file.mtime.day as Modified
from #on/performance
and !outgoing([[Peak performance]])
sort file.mtime desc
```