mirror of
https://github.com/bramses/bramses-highly-opinionated-vault-2023.git
synced 2025-02-26 07:53:55 +00:00
vault backup: 2022-12-12 23:05:21
This commit is contained in:
38
Calendar/Daily/2022-12-11.md
Normal file
38
Calendar/Daily/2022-12-11.md
Normal file
@@ -0,0 +1,38 @@
|
||||
---
|
||||
location: [48.8584, 2.2945]
|
||||
read: 1
|
||||
temperature: 75
|
||||
---
|
||||
|
||||
#daily
|
||||
|
||||
|
||||
<< [[2022-12-10]] | [[2022-12-12]] >>
|
||||
|
||||
Week: [[2022-W51]]
|
||||
|
||||
# Things I Need To Do
|
||||
|
||||
## todo/daily
|
||||
- [ ] this task was made on [[2022-12-11]] but it can be done whenever I guess!
|
||||
|
||||
# Events That Happened Today
|
||||
|
||||
|
||||
# Thoughts I Had Today
|
||||
|
||||
|
||||
# Random Note Review
|
||||
|
||||
- [ ] [[Alfred]]
|
||||
- [ ] [[202212090137]]
|
||||
- [ ] [[Kanban]]
|
||||
|
||||
|
||||
|
||||
# Capture Notes
|
||||
|
||||
```dataview
|
||||
LIST FROM "Inbox"
|
||||
WHERE contains(file.name, this.file.name)
|
||||
```
|
||||
44
Calendar/Daily/2022-12-12.md
Normal file
44
Calendar/Daily/2022-12-12.md
Normal file
@@ -0,0 +1,44 @@
|
||||
|
||||
|
||||
|
||||
---
|
||||
location: [48.8584, 2.2945]
|
||||
---
|
||||
|
||||
#daily
|
||||
|
||||
|
||||
<< [[2022-12-11]] | [[2022-12-13]] >>
|
||||
|
||||
Week: [[2022-W51]]
|
||||
|
||||
|
||||
# Things I Need To Do
|
||||
|
||||
- [ ] this task wont show up in [[Tasks]]!
|
||||
|
||||
## todo/daily
|
||||
- [ ] this needs to be done on the 12th!!
|
||||
|
||||
# Events That Happened Today
|
||||
|
||||
- Coachella WHOOOOO!!
|
||||
|
||||
# Thoughts I Had Today
|
||||
|
||||
![[seinfeld the art of seduction.png]]
|
||||
|
||||
# Random Note Review
|
||||
|
||||
- [ ] [[Scratchpad]]
|
||||
- [ ] [[Quarterly]]
|
||||
- [ ] [[Smartphone Capture]]
|
||||
|
||||
|
||||
|
||||
# Capture Notes
|
||||
|
||||
```dataview
|
||||
LIST FROM "Inbox"
|
||||
WHERE contains(file.name, this.file.name)
|
||||
```
|
||||
22
Calendar/Quarterly/2022-Q4.md
Normal file
22
Calendar/Quarterly/2022-Q4.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# What are your overall goals for this quarter?
|
||||
|
||||
# How do these goals affect your life?
|
||||
|
||||
# What projects do you plan on completing?
|
||||
|
||||
|
||||
# Finished Projects
|
||||
|
||||
```dataview
|
||||
table file.ctime as "finished"
|
||||
from "_PARA/Archive"
|
||||
where date(completed) >= (date(this.file.ctime) - dur(84 days))
|
||||
where file.name != "Scratchpad"
|
||||
where file.name != "Kanban"
|
||||
where file.name != "Archive"
|
||||
where file.name != "Resources"
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
27
Calendar/Weekly/2022-W51.md
Normal file
27
Calendar/Weekly/2022-W51.md
Normal file
@@ -0,0 +1,27 @@
|
||||
<< [[2022-W50]] | [[2022-W52]] >>
|
||||
|
||||
Quarterly: [[2022-Q4]]
|
||||
|
||||
|
||||
# Retro
|
||||
|
||||
## What did I finish this week? (finished writings, finished art pieces, etc.)
|
||||
|
||||
## What lessons did I learn this week?
|
||||
|
||||
## What should I do differently next week?
|
||||
|
||||
## What still puzzles me?
|
||||
|
||||
## What appointments do I have for the upcoming week? Are there any appointments I need to make?
|
||||
|
||||
# Open Projects
|
||||
|
||||
```dataview
|
||||
table file.ctime as "started"
|
||||
from "_PARA/Projects"
|
||||
where file.name != "Scratchpad"
|
||||
where file.name != "Kanban"
|
||||
where file.name != "Projects"
|
||||
where file.name != "Resources"
|
||||
```
|
||||
Reference in New Issue
Block a user