vault backup: 2022-12-12 22:43:22

This commit is contained in:
Bram Adams
2022-12-12 22:43:22 -06:00
parent 21107d4bdc
commit 87c9e86979
29 changed files with 2622 additions and 602 deletions

View File

@@ -10,11 +10,14 @@ location: [48.8584, 2.2945]
Week: [[<% tp.date.now('yyyy') %>-W<% tp.date.now('ww') %>]]
# Things I Need To Do
## todo/daily
# Events That Happened Today
# Thoughts I Had Today
# 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] -%>
@@ -24,7 +27,7 @@ Week: [[<% tp.date.now('yyyy') %>-W<% tp.date.now('ww') %>]]
<%* const todayIs = tp.date.now("YYYY-MM-DD") %>
# Capture Notes
# Capture Notes From Today
```dataview
LIST FROM "Inbox"