#note/idea| #on/performance
---
*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?
##### Sources:
## 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
```