vault backup: 2025-02-05 11:11:14
This commit is contained in:
parent
e9273eaebc
commit
64ce540e4b
@ -1,52 +1,21 @@
|
||||
---
|
||||
date: <% tp.file.title %>
|
||||
date: 2025-02-05
|
||||
tags:
|
||||
---
|
||||
# Yesterday | Tomorrow
|
||||
<< [[1 Daily Notes/2024/11 November/<%*if (tp.date.weekday("YYYY-MM-DD", 1, tp.file.title, "YYYY-MM-DD") == tp.file.title) { tR += tp.date.now("YYYY-MM-DD", -3, tp.file.title, "YYYY-MM-DD"); } else { tR += tp.date.now("YYYY-MM-DD", -1, tp.file.title, "YYYY-MM-DD");} %>]] | [[1 Daily Notes/2024/11 November/<%*if (tp.date.weekday("YYYY-MM-DD", 5, tp.file.title, "YYYY-MM-DD") == tp.file.title) { tR += tp.date.now("YYYY-MM-DD", +3, tp.file.title, "YYYY-MM-DD"); } else { tR += tp.date.now("YYYY-MM-DD", +1, tp.file.title, "YYYY-MM-DD");} %> ]] >>
|
||||
# This Week's Weekly Note
|
||||
[[ Weekly Note <%*if (tp.date.weekday("YYYY-MM-DD", 3, tp.file.title, "YYYY-MM-DD") >= tp.file.title) {tR += tp.date.weekday("YYYY-MM-DD", -4, tp.file.title, "YYYY-MM-DD"); } else {tR += tp.date.weekday("YYYY-MM-DD", 3, tp.file.title, "YYYY-MM-DD"); } %>]]
|
||||
# Tasks for today
|
||||
## Due
|
||||
```dataview
|
||||
task
|
||||
where
|
||||
due <= date(this.date)
|
||||
and due
|
||||
and !completed
|
||||
and status != "-"
|
||||
sort due asc
|
||||
group by file.folder
|
||||
```
|
||||
## Scheduled
|
||||
```dataview
|
||||
task
|
||||
where
|
||||
scheduled
|
||||
and scheduled <= date(this.date)
|
||||
and !completed
|
||||
and status != "-"
|
||||
sort due asc
|
||||
group by file.folder
|
||||
```
|
||||
## Tasks in Progress
|
||||
```dataview
|
||||
task
|
||||
where
|
||||
status != "-"
|
||||
and status = "/"
|
||||
sort due asc
|
||||
group by file.folder
|
||||
```
|
||||
## Completed
|
||||
```dataview
|
||||
task
|
||||
where
|
||||
completed
|
||||
and completion = date(this.date)
|
||||
sort due asc
|
||||
group by file.folder
|
||||
# Links to Other Pages
|
||||
## Yesterday | Tomorrow
|
||||
<< [[1 Daily Notes/2025/2025-02-04]] | [[1 Daily Notes/2025/2025-02-06 ]] >>
|
||||
## This Week's Weekly Note
|
||||
[[ Weekly Note 2025-01-27]]
|
||||
# Summary
|
||||
## What's the plan?
|
||||
|
||||
## What's the results!
|
||||
```tasks
|
||||
done 2025-02-05
|
||||
sort by urgency
|
||||
group by tags
|
||||
```
|
||||
|
||||
# Calendar Tasks
|
||||
- QSG Shit [startTime:: 09:00] [endTime:: 10:30]
|
||||
- Text sina about union. text other peole on list [startTime:: 08:30] [endTime:: 09:00]
|
||||
- Dead Time and BS'nig with Robert [startTime:: 08:00] [endTime:: 11:00]
|
||||
@ -1,7 +1,7 @@
|
||||
# Homework
|
||||
|
||||
# Lab Reports
|
||||
- [ ] Lab Report 2 #NUCE2113 📅 2025-02-04 ⏳ 2025-02-03 ⏫
|
||||
- [x] Lab Report 2 #NUCE2113 ⏫ ⏳ 2025-02-03 📅 2025-02-04 ✅ 2025-02-04
|
||||
- [ ] Lab Report 3 #NUCE2113 📅 2025-02-11 ⏳ 2025-02-05
|
||||
- [ ] Lab Report 4 #NUCE2113 📅 2025-02-18 ⏳ 2025-02-12
|
||||
- [ ] Lab Report 5 #NUCE2113 📅 2025-02-25 ⏳ 2025-02-19
|
||||
Loading…
x
Reference in New Issue
Block a user