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 17:05:09
This commit is contained in:
@@ -1,21 +1,19 @@
|
||||
---
|
||||
aliases: [<% tp.date.now("YYYY-MM-DD") %>]
|
||||
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") %>
|
||||
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
|
||||
date modified: Wednesday, December 14th 2022, 5:00:45 pm
|
||||
---
|
||||
|
||||
# <% tp.date.now("YYYY-MM-DD") %>
|
||||
|
||||
|
||||
<< [[<% tp.date.now("YYYY-MM-DD", -1) %>]] | [[<% tp.date.now("YYYY-MM-DD", 1) %>]] >>
|
||||
|
||||
Week: [[<% tp.date.now('yyyy') %>-W<% tp.date.now('ww') %>]]
|
||||
|
||||
|
||||
## Things I Need To Do
|
||||
|
||||
### todo/daily
|
||||
@@ -25,6 +23,7 @@ Week: [[<% tp.date.now('yyyy') %>-W<% tp.date.now('ww') %>]]
|
||||
## 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] -%>
|
||||
|
||||
- [ ] [[<% randomNote.basename %>]]
|
||||
@@ -38,4 +37,4 @@ Week: [[<% tp.date.now('yyyy') %>-W<% tp.date.now('ww') %>]]
|
||||
```dataview
|
||||
LIST FROM "Inbox"
|
||||
WHERE contains(file.name, this.file.name)
|
||||
```
|
||||
```
|
||||
|
||||
@@ -10,6 +10,6 @@ date modified: <% tp.date.now("dddd, MMMM Do YYYY, h:mm:ss a") %>
|
||||
|
||||
# <% tp.system.prompt("What is the title of this Zettel?") %>
|
||||
|
||||
<% tp.system.clipboard() %>[[^1]
|
||||
<% tp.system.clipboard() %>[^1]
|
||||
|
||||
[^1]: Lorem ipsum dolor sit amet
|
||||
Reference in New Issue
Block a user