Dataview plugin snippet showcase

I have notes for each of my university assessments, with the following frontmatter:

---
module: Qualitative Methodology
type: Exam
dueDate: '2021-02-27'
tags:
  - #Uni/Assessment
---

Using the dueDate field lets me have a list of upcoming assessments:

TABLE module, type, dueDate
FROM #Uni/Assessment
Where dueDate >= date(today)

Which shows this in my case:

31 Likes