Still not working for me when using the following ...
# questions
y
Still not working for me when using the following schema
Copy code
version: 1
schemas:
  - id: weekly
    title: weekly
    desc: "Weekly Journal"
    parent: root
    children:
      - journal
  - id: journal
    title: journal
    children:
      - year
  - id: year
    title: year
    pattern: "[0-2][0-9][0-9][0-9]"
    children:
      - week
  - id: week
    title: week
    pattern: "[0-5][0-9]"
    template: dendron://handbook/templates.weekly-journal