I have a problem to add a schema. I want to create...
# questions
r
I have a problem to add a schema. I want to create a weekly schema and added a schema.weekl.yml wo my vault, but even after a reload and restart of VSCode and Dendron I can not access the schema. I use lookup and type weekly, but I do not get an result. Do I miss something?
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]"