https://www.dendron.so/ logo
#questions
Title
# questions
a

awlego

04/27/2022, 1:26 PM
Copy code
version: 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?
3 Views