Obsidian Action Items
I track all my action items from meetings in a checklist at the top of my meeting minutes.
Use the Obsidian dataview plugin to find all unchecked items and list them per file.
```dataview
TASK
FROM "Project Folder"
WHERE !completed
GROUP BY file.name
\```