vault backup: 2022-12-14 16:32:46

This commit is contained in:
Bram Adams
2022-12-14 16:32:46 -06:00
parent 3b831e18db
commit fc9498c43b
69 changed files with 917 additions and 3047 deletions

View File

@@ -1,8 +1,14 @@
---
aliases: [<% tp.date.now("YYYY-MM-DD") %>]
tags: [daily]
location: [48.8584, 2.2945]
title: <% tp.date.now("YYYY-MM-DD") %>
linter-yaml-title-alias: <% tp.date.now("YYYY-MM-DD") %>
date created: Saturday, December 10th 2022, 10:07:11 pm
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
#daily
# <% tp.date.now("YYYY-MM-DD") %>
<< [[<% tp.date.now("YYYY-MM-DD", -1) %>]] | [[<% tp.date.now("YYYY-MM-DD", 1) %>]] >>
@@ -10,15 +16,15 @@ location: [48.8584, 2.2945]
Week: [[<% tp.date.now('yyyy') %>-W<% tp.date.now('ww') %>]]
# Things I Need To Do
## Things I Need To Do
## todo/daily
### todo/daily
# Events That Happened Today
## Events That Happened Today
# Thoughts I Had Today
## Thoughts I Had Today
# Random Note Review
## Random Note Review
<%* const files = app.vault.getFiles().filter(f => f.path.includes(".md")); const random = Math.floor(Math.random() * (files.length - 1)); const random2 = Math.floor(Math.random() * (files.length - 1)); const random3 = Math.floor(Math.random() * (files.length - 1)); const randomNote = files[random]; const randomNote2 = files[random2]; const randomNote3 = files[random3] -%>
- [ ] [[<% randomNote.basename %>]]
@@ -27,7 +33,7 @@ Week: [[<% tp.date.now('yyyy') %>-W<% tp.date.now('ww') %>]]
<%* const todayIs = tp.date.now("YYYY-MM-DD") %>
# Capture Notes From Today
## Capture Notes From Today
```dataview
LIST FROM "Inbox"

View File

@@ -1,17 +0,0 @@
# <% tp.date.now("YYYYMMDDHHmm") %>
---
projects: []
---
# Lorem ipsum
> [!abstract]- Tags
> #zettel
<% tp.file.selection() %>[^1]
[^1]: Lorem ipsum dolor sit amet

View File

@@ -1,9 +1,17 @@
---
phone: -
email: -
birthday: -
lastContacted: -
relationship: -
aliases: []
tags: []
phone:
email:
birthday:
lastContacted:
relationship:
title: People
linter-yaml-title-alias: Notes
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") %>
---
# Notes
# <% tp.system.prompt("What is the full name of this person?") %>
## Notes

View File

@@ -1,14 +1,23 @@
#quarterly
---
aliases: [<% tp.date.now('yyyy') %>-Q<% Math.floor(tp.date.now('MM') / 4) + 1 %>]
tags: [quarterly]
title: <% tp.date.now('yyyy') %>-Q<% Math.floor(tp.date.now('MM') / 4) + 1 %>
linter-yaml-title-alias: <% tp.date.now('yyyy') %>-Q<% Math.floor(tp.date.now('MM') / 4) + 1 %>
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") %>
---
# Retro
# <% tp.date.now('yyyy') %>-Q<% Math.floor(tp.date.now('MM') / 4) + 1 %>
## What did I finish this quarter? (finished writings, finished art pieces, etc.)
## Retro
## What lessons did I learn?
### What Did I Finish This Quarter? (finished Writings, Finished Art Pieces, etc.)
## What still puzzles me?
### What Lessons Did I Learn?
## Archived Projects Last Quarter
### What Still Puzzles Me?
### Archived Projects Last Quarter
```dataview
table file.ctime as "finished"
@@ -21,10 +30,10 @@ where file.name != "Resources"
```
# Upcoming
## Upcoming
## What are your overall goals for this quarter?
### What Are Your Overall Goals for This Quarter?
## How do these goals affect your life?
### How Do These Goals Affect Your Life?
## What projects do you plan on completing?
### What Projects Do You Plan on Completing?

View File

@@ -1,7 +1,12 @@
---
tags:
title: Templates
date created: Tuesday, December 13th 2022, 12:02:18 am
date modified: Wednesday, December 14th 2022, 3:33:55 pm
---
%% Begin Waypoint %%
- [[Daily]]
- [[Note Refactor Zettelkasten Template]]
- [[People]]
- [[Quarterly]]
- [[Weekly]]

View File

@@ -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

View File

@@ -1,13 +1,15 @@
---
aliases: [Lorem Ipsum]
tags: [zettel]
projects: []
title: Lorem Ipsum
linter-yaml-title-alias: Lorem Ipsum
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") %>
---
# Lorem ipsum
# <% tp.system.prompt("What is the title of this Zettel?") %>
> [!abstract]- Tags
> #zettel
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed malesuada aliquet velit in convallis. Fusce ac convallis neque. Proin porta odio id elit sodales pharetra. Pellentesque aliquet pellentesque nunc, id porta velit imperdiet viverra. Phasellus consectetur sagittis magna, nec semper tellus ullamcorper pulvinar. Curabitur tristique velit id lacus blandit, dignissim mattis nibh facilisis. Praesent imperdiet massa semper sapien accumsan, sit amet ultrices massa interdum.[^1]
[^1]: Lorem ipsum dolor sit amet
<% tp.system.clipboard() %>[[^1]
[^1]: Lorem ipsum dolor sit amet