vault backup: 2024-10-15 10:45:42
This commit is contained in:
parent
3c209ad876
commit
792a31672a
@ -1 +0,0 @@
|
||||
,danesabo,danesabo-laptop,15.10.2024 09:42,file:///home/danesabo/snap/libreoffice/326/.config/libreoffice/4;
|
||||
Binary file not shown.
@ -12,6 +12,6 @@
|
||||
- [x] Put Zotero web server on my own box ✅ 2024-10-01
|
||||
- [x] Email Megan Lenze about tablecloth 📅 2024-10-07 [completion:: 2024-10-09]
|
||||
- [ ] Find Classes📅 2024-10-21 🛫 2024-10-15 ⏳ 2024-10-15
|
||||
- [ ] Fill out NRC Update for Mike📅 2024-10-28 🛫 2024-10-15 ⏳ 2024-10-15
|
||||
- [x] Fill out NRC Update for Mike📅 2024-10-28 🛫 2024-10-15 ⏳ 2024-10-15 [completion:: 2024-10-15]
|
||||
# Class Stuff
|
||||
- [x] Move the sketches from my iPad to the notes for ME 2016 📅 2024-10-02 ✅ 2024-10-02
|
||||
|
||||
51
1 Daily Notes/2024/9 September/2024-10-15.md
Normal file
51
1 Daily Notes/2024/9 September/2024-10-15.md
Normal file
@ -0,0 +1,51 @@
|
||||
---
|
||||
date: <% tp.file.title %>
|
||||
tags:
|
||||
---
|
||||
# Yesterday | Tomorrow
|
||||
<< [[1 Daily Notes/2024/10 October/<%*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/10 October/<%*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
|
||||
```
|
||||
# Calendar Tasks
|
||||
- NRC note and other [startTime:: 09:00] [endTime:: 10:30]
|
||||
@ -74,7 +74,7 @@ Talk to Gleeson
|
||||
- No. Union Busting
|
||||
- [-] Talk about bigger rooms for seminar ❌ 2024-09-20
|
||||
- [-] Lecture halls across Benedum Patio (157/158) ❌ 2024-09-20
|
||||
- [/] Ask Brian where our money lives. Candy?
|
||||
- [-] Ask Brian where our money lives. Candy?
|
||||
|
||||
**Others**
|
||||
- [x] Get table cloths (Contact Jessica or Heather) Tara is gone. [completion:: 2024-10-01]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user