Created
January 15, 2024 23:27
L Arrieta's daily note template (Obsidian)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
created: {{date:YYYY-MM-DD}} | |
tags: | |
summary: | |
reading: | |
--- | |
## agenda & log | |
- [] | |
## to dos | |
- [] | |
## focus activity (include time block) | |
- [] | |
## free writing | |
## notes created today | |
```dataview | |
list from "" where created = this.file.day | |
``` | |
## notes modified today | |
```dataview | |
list from "" where file.mday = this.file.day | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment