hikchoi
04/26/2022, 11:57 AM<%= YESTERDAY %>
would be generally useful.
Do you mind creating a feature request or adding to the discussion in the listed issues?anonrunner
04/26/2022, 11:59 AMhikchoi
04/26/2022, 12:00 PManonrunner
04/26/2022, 12:00 PManonrunner
04/26/2022, 12:01 PMhikchoi
04/26/2022, 12:08 PManonrunner
04/26/2022, 12:53 PMhikchoi
04/26/2022, 1:00 PMRenStrike
04/26/2022, 2:02 PMkevins8
04/26/2022, 3:49 PMdaily.journal.{date}
) and then run [fixFrontmatter](https://wiki.dendron.so/notes/ZeC74FYVECsf9bpyngVMU) to auto-add the metadataRenStrike
04/26/2022, 5:36 PMuser
04/26/2022, 6:21 PMRenStrike
04/26/2022, 7:51 PMSeriousBug
04/26/2022, 7:57 PMRenStrike
04/26/2022, 7:58 PMbradw
04/27/2022, 2:06 AMjosh
04/27/2022, 12:55 PMawlego
04/27/2022, 1:26 PMversion: 1
schemas:
- id: daily
title: daily
parent: root
children:
- journal
- id: journal
title: journal
children:
- day
- id: day
title: day
namespace: true
pattern: "[1-2][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]"
template:
id: daily.journal.template
type: note
Above is my daily.journal.schema.yml
that lives in my dendron vault. I've edited my daily.journal.template.md
file. On one computer the update works great, but on my other one, the new journal note command creates a note using my old schema, despite my daily.journal.template.md
file being up to date. Any idea what might not be synced correctly and what I need to fix/investigate?kevins8
04/27/2022, 1:39 PMreload window
and then create a new note and see if that fixes it?awlego
04/27/2022, 1:41 PMreload window
did in fact fix it. Thank you very much! Was the old one cached or something?rlh1994
04/27/2022, 1:42 PMhikchoi
04/27/2022, 2:10 PMrlh1994
04/27/2022, 2:24 PMC A
04/27/2022, 2:36 PMhikchoi
04/27/2022, 2:43 PMTags
at the bottom of the page if you set enableFrontmatterTags
to true: https://wiki.dendron.so/notes/XDpVGHqZ1aqSiG1j0VYGO/
If you don't want to globally, you would have to add frontmatter variable substitution on the notes you want them displayed: https://wiki.dendron.so/notes/ba97866b-889f-4ac6-86e7-bb2d97f6e376/#frontmatter-variable-substitutionrlh1994
04/27/2022, 3:10 PMkzilla
04/27/2022, 3:20 PMkzilla
04/27/2022, 3:35 PMkzilla
04/27/2022, 7:15 PMAshSimmonds
04/27/2022, 10:11 PM