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-14 16:32:46
This commit is contained in:
@@ -1,23 +1,32 @@
|
||||
#weekly
|
||||
---
|
||||
aliases: [<% tp.date.now('yyyy') %>-W<% tp.date.now('ww') %>]
|
||||
tags: [weekly]
|
||||
title: <% tp.date.now('yyyy') %>-W<% tp.date.now('ww') %>
|
||||
linter-yaml-title-alias: <% tp.date.now('yyyy') %>-W<% tp.date.now('ww') %>
|
||||
date created: <% tp.date.now("dddd, MMMM Do YYYY, h:mm:ss a") %>
|
||||
date modified: <% tp.date.now("dddd, MMMM Do YYYY, h:mm:ss a") %>
|
||||
---
|
||||
|
||||
# <% tp.date.now('yyyy') %>-W<% tp.date.now('ww') %>
|
||||
|
||||
<< [[<% tp.date.now("YYYY") %>-W<% tp.date.now("WW") - -1%>]] | [[<% tp.date.now("YYYY") %>-W<% tp.date.now("WW") - -3 %>]] >>
|
||||
|
||||
Quarterly: [[<% tp.date.now('yyyy') %>-Q<% Math.floor(tp.date.now('MM') / 4) + 1 %>]]
|
||||
|
||||
|
||||
# Retro
|
||||
## Retro
|
||||
|
||||
## What did I finish this week? (finished writings, finished art pieces, etc.)
|
||||
### What Did I Finish This Week? (finished Writings, Finished Art Pieces, etc.)
|
||||
|
||||
## What lessons did I learn this week?
|
||||
### What Lessons Did I Learn This Week?
|
||||
|
||||
## What should I do differently next week?
|
||||
### What Should I Do Differently Next Week?
|
||||
|
||||
## What still puzzles me?
|
||||
### What Still Puzzles Me?
|
||||
|
||||
## What appointments do I have for the upcoming week? Are there any appointments I need to make?
|
||||
### What Appointments Do I Have for the Upcoming Week? Are There Any Appointments I Need to Make?
|
||||
|
||||
# Open Projects
|
||||
## Open Projects
|
||||
|
||||
```dataview
|
||||
table file.ctime as "started"
|
||||
@@ -27,23 +36,23 @@ where file.name != "Kanban"
|
||||
where file.name != "Projects"
|
||||
where file.name != "Resources"
|
||||
```
|
||||
# Commitments
|
||||
## Commitments
|
||||
|
||||
## todo/monday
|
||||
### todo/monday
|
||||
|
||||
## todo/tuesday
|
||||
### todo/tuesday
|
||||
|
||||
|
||||
## todo/wednesday
|
||||
### todo/wednesday
|
||||
|
||||
|
||||
## todo/thursday
|
||||
### todo/thursday
|
||||
|
||||
|
||||
## todo/friday
|
||||
### todo/friday
|
||||
|
||||
|
||||
## todo/saturday
|
||||
### todo/saturday
|
||||
|
||||
|
||||
## todo/sunday
|
||||
### todo/sunday
|
||||
Reference in New Issue
Block a user