user
06/24/2022, 8:49 PMJoshi
06/24/2022, 8:51 PMh1zardian
06/25/2022, 6:45 AM.dendron.port
& .dendron.ws
files safe enough to push in a public git repo or should I add these to the ignore list?SeriousBug
06/25/2022, 6:46 AMh1zardian
06/25/2022, 6:46 AMuFzK3VbZ8aAVmt2h
06/25/2022, 7:01 AMPGJ
06/25/2022, 9:36 AMPGJ
06/25/2022, 9:39 AMbenhsm | Jack of N trades
06/25/2022, 11:54 PMdockthepod
06/26/2022, 1:19 AMdockthepod
06/26/2022, 1:19 AM{{#if (eq (getDayOfWeek (fnameToDate)) 0) }}
## sunday
{{/if}}
{{#if (eq (getDayOfWeek (fnameToDate)) 1) }}
## monday
{{/if}}
{{#if (eq (getDayOfWeek (fnameToDate)) 2) }}
## tuesday
{{/if}}
{{#if (eq (getDayOfWeek (fnameToDate)) 3) }}
## wednesday
{{/if}}
{{#if (eq (getDayOfWeek (fnameToDate)) 4) }}
## thursday
{{/if}}
{{#if (eq (getDayOfWeek (fnameToDate)) 5) }}
## friday
{{/if}}
{{#if (eq (getDayOfWeek (fnameToDate)) 6) }}
## saturday
{{/if}}
Jhinox
06/26/2022, 6:06 PM[root@Cruz] $~
06/26/2022, 6:48 PMJoshi
06/27/2022, 7:39 AMmwprogrammer
06/27/2022, 8:46 AMhikchoi
06/27/2022, 9:13 AMmwprogrammer
06/27/2022, 9:38 AMawlego
06/27/2022, 7:49 PMdaily.journal.YYYY.MM.DD
and I'm curious if there is a way of grouping and reviewing blocks of notes by week or month. Specifically, if I have a section in my daily.journal.schema.yml
called ## Thanks
and I want to review all the things I was thankful for last week, is there a way of doing so without just clicking back through all the notes?benhsm | Jack of N trades
06/27/2022, 9:39 PMgrep -A10 '## Thanks $DENDRON_VAULT/daily.journal.2022.06.2[0-7].md
where DENDRON_VAULT is the path to the vault with your journal notes in it. If you want something more built-in, I think it may be possible to do something using templates and header references, although I'm not sure if the template variables are flexible enough to do relative dates right now. I have a pretty hacky setup for this using perl scripts for now 😅jeremyW
06/27/2022, 10:39 PMJosé Longo
06/27/2022, 10:55 PMJosé Longo
06/27/2022, 10:56 PMkevins8
06/27/2022, 11:43 PMkevins8
06/27/2022, 11:44 PMjeremyW
06/28/2022, 12:10 AMjeremyW
06/28/2022, 12:10 AMkevins8
06/28/2022, 12:11 AMjeremyW
06/28/2022, 12:17 AMjeremyW
06/28/2022, 12:18 AMjeremyW
06/28/2022, 12:19 AM