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:
|
tags:
|
||||||
---
|
---
|
||||||
# Yesterday | Tomorrow
|
# Links to Other Pages
|
||||||
<< [[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");} %> ]] >>
|
## Yesterday | Tomorrow
|
||||||
# This Week's Weekly Note
|
<< [[1 Daily Notes/2025/2025-02-04]] | [[1 Daily Notes/2025/2025-02-06 ]] >>
|
||||||
[[ 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"); } %>]]
|
## This Week's Weekly Note
|
||||||
# Tasks for today
|
[[ Weekly Note 2025-01-27]]
|
||||||
## Due
|
# Summary
|
||||||
```dataview
|
## What's the plan?
|
||||||
task
|
|
||||||
where
|
## What's the results!
|
||||||
due <= date(this.date)
|
```tasks
|
||||||
and due
|
done 2025-02-05
|
||||||
and !completed
|
sort by urgency
|
||||||
and status != "-"
|
group by tags
|
||||||
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
|
|
||||||
```
|
```
|
||||||
|
|
||||||
# Calendar Tasks
|
# Calendar Tasks
|
||||||
- QSG Shit [startTime:: 09:00] [endTime:: 10:30]
|
- Dead Time and BS'nig with Robert [startTime:: 08:00] [endTime:: 11:00]
|
||||||
- Text sina about union. text other peole on list [startTime:: 08:30] [endTime:: 09:00]
|
|
||||||
@ -1,7 +1,7 @@
|
|||||||
# Homework
|
# Homework
|
||||||
|
|
||||||
# Lab Reports
|
# 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 3 #NUCE2113 📅 2025-02-11 ⏳ 2025-02-05
|
||||||
- [ ] Lab Report 4 #NUCE2113 📅 2025-02-18 ⏳ 2025-02-12
|
- [ ] Lab Report 4 #NUCE2113 📅 2025-02-18 ⏳ 2025-02-12
|
||||||
- [ ] Lab Report 5 #NUCE2113 📅 2025-02-25 ⏳ 2025-02-19
|
- [ ] Lab Report 5 #NUCE2113 📅 2025-02-25 ⏳ 2025-02-19
|
||||||
Loading…
x
Reference in New Issue
Block a user