# To Do
> [!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
>> ```
> [!multi-column]
>
>> [!note] Current Papers
>> ```dataview
>> LIST WITHOUT ID file.link
>> FROM #paper/current
>> SORT file.ctime ASC
>> ```
# Health Tracking
> [!multi-column]
>
>> [!abstract] Weight Tracker
>> ```tracker
>> searchType: frontmatter
>> searchTarget: weight
>> folder: /
>> line:
>> title: "Weight Over Time"
>> yAxisLabel: Weight (kg)
>> lineColor: "#69b3a2"
>> ```
>
>> [!danger] Beer Tracker
>> ```tracker
>> searchType: frontmatter
>> searchTarget: beer500ml
>> folder: /
>> line:
>> title: "Weekly Beer Pattern (500ml bottles)"
>> yAxisLabel: "Bottles"
>> lineColor: "#ff6b6b"
>> ```
>>
>> ```tracker
>> searchType: frontmatter
>> searchTarget: beer500ml
>> folder: /
>> summary:
>> template: "🍺 Weekly Beer Status:\n- Bottles this week: {{sum()}}/8\n- Remaining: {{8 - sum()}}\n- Standard drink equivalent: {{sum() * 1.52}}\n\n📊 Status: {{8 - sum() >= 0 ? '✅ On track!' : '⚠️ Over budget'}}\n\nℹ️ Quick Reference:\n1 bottle = 1.5 drinks\n2 bottles = 3 drinks\n3 bottles = 4.5 drinks (over limit)\n\n🎯 Session Targets:\n- Ideal: 2 bottles (3 drinks)\n- Max: 3 bottles (4.5 drinks)"
>> style: "color:var(--text-normal); background-color: var(--background-secondary); padding: 10px; border-radius: 5px;"
>> ```
# Notes
> [!multi-column]
>
>> [!summary]- 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
>> ```
>
>> [!example]- 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
>> ```
> [!multi-column]
>
>> [!danger]- Created Yesterday
>> ```dataview
>> LIST WITHOUT ID file.link
>> FROM ""
>> WHERE file.cday = date(this.file.day-1) AND file.name != this.file.name
>> SORT file.ctime ASC
>> ```
>
>> [!info]- Created Two Days Ago
>> ```dataview
>> LIST WITHOUT ID file.link
>> FROM ""
>> WHERE file.cday = date(this.file.day-2) AND file.name != this.file.name
>> SORT file.ctime ASC
>> ```
> [!multi-column]
>
>> [!abstract] Recent Thoughts
>> ```dataview
>> LIST WITHOUT ID file.link
>> FROM #thought
>> WHERE date(today) - file.cday <= dur(14 days)
>> SORT file.ctime DESC
>> ```
## Quick Links
> [!multi-column]
>
>> [!example] Quick Links
>> ```dataview
>> LIST WITHOUT ID file.link
>> FROM #quicklink
>> SORT file.cday DESC
>> ```
# [[Scratch Pad]]
Hi Sim, First of all, so sorry not to have kept in better touch. I've been teaching and travelling since the new term started. Regardless though, sorry to have been so shit about it. I hope life is going ok, and I was wondering if you had some time this weekend for a call. let me know if you do, and when/what day would be best. Depending on when does suit you, maybe we could ask colin as well –unless he needs a break from family after mum and dad's visit. If not the weekend, then I might have an evening next week, not sure yet.