> [!multi-column] > > > [!bug] Overdue > > ```tasks not done (due before today) hide task count hide due date hide edit button short mode > > >[!success] Today > >```tasks not done (due on today) hide task count hide due date hide edit button short mode > > >[!abstract] Tomorrow > >```tasks not done (due tomorrow) hide task count hide due date hide edit button short mode > # Notes - [x] list what to change in BiU 🆔 S1tPla 📅 2024-09-20 ✅ 2024-09-20 - [x] proof read Gardening paper 📅 2024-09-20 🆔 HmpOlY ✅ 2024-09-20 - [x] read What is Inner Awareness by Kriegel 🆔 xTHxjM 📅 2024-09-20 ✅ 2024-09-20 - [x] message simon 🆔 XWqnsH 📅 2024-09-20 ✅ 2024-09-25 # Personality test I did today ![[attachments/personality beliefs.png]] ![[attachments/personality values.png]] ```tasks not done (due before tomorrow) OR (due on today) hide task count hide due date hide edit button short mode ``` > [!multi-column] > > > [!note]- Created Today > > ```dataview > > LIST WITHOUT ID file.link > > FROM "" > > WHERE file.cday = this.file.day AND file.name != this.file.name > > SORT file.ctime ASC > > ``` > > > [!note]- Modified Today > > ```dataview > > LIST WITHOUT ID file.link > > FROM "" > > WHERE file.mday = this.file.day AND file.name != this.file.name AND file.cday != this.file.day > > SORT file.mtime ASC > > ``` # Created or Updated ```dataview LIST WITHOUT ID file.link FROM "" WHERE (file.cday = this.file.day OR file.mday = this.file.day) AND file.name != this.file.name SORT file.ctime ASC ```