vault backup: 2024-09-23 12:37:28
This commit is contained in:
parent
aa19af5db9
commit
b9826f8bf3
43
1 Daily Notes/2024/9 September/2024-09-23.md
Normal file
43
1 Daily Notes/2024/9 September/2024-09-23.md
Normal file
@ -0,0 +1,43 @@
|
||||
---
|
||||
date: 2024-09-23
|
||||
tags:
|
||||
---
|
||||
# Yesterday | Tomorrow
|
||||
<< [[2024-09-20]] | [[2024-09-24 ]] >>
|
||||
# This Week's Weekly Note
|
||||
[[ Weekly Note 2024-09-18]]
|
||||
# Tasks for today
|
||||
## Due
|
||||
```dataview
|
||||
task
|
||||
where
|
||||
due <= date(this.date)
|
||||
and due
|
||||
and !completed
|
||||
and status != "-"
|
||||
and status != " "
|
||||
sort due asc
|
||||
group by file.folder
|
||||
```
|
||||
## Scheduled
|
||||
```dataview
|
||||
task
|
||||
where
|
||||
scheduled
|
||||
and scheduled <= date(this.date)
|
||||
and !completed
|
||||
and 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
|
||||
@ -9,6 +9,6 @@
|
||||
|
||||
## Implementation
|
||||
- [<] Send encrypted signals back and forth on MODBUS 🆔 dc6sr4 ⏳ 2024-09-16 📅 2024-09-19
|
||||
- [<] Figure out what a controller design (Steal From SmAHTR sim) 🆔 36lbu1 ⏳ 2024-09-17 📅 2024-09-19
|
||||
- [x] Figure out what a controller design (Steal From SmAHTR sim) 🆔 36lbu1 ⏳ 2024-09-17 📅 2024-09-19 ✅ 2024-09-23
|
||||
- [*] Working controller on the bone! 🆔 vljyq7 ⛔ dc6sr4,36lbu1 📅 2024-09-19
|
||||
- [<] Extract data from working controller 🆔 n9zkqq ⛔ vljyq7 📅 2024-09-20
|
||||
@ -0,0 +1,8 @@
|
||||
---
|
||||
title: Temporary Title
|
||||
allDay: false
|
||||
startTime: 12:30
|
||||
endTime: 14:30
|
||||
date: 2024-09-23
|
||||
completed: null
|
||||
---
|
||||
Loading…
x
Reference in New Issue
Block a user