Is anyone having issues with templates not working...
# questions
r
Is anyone having issues with templates not working in v0.80.3? My daily journal template has stopped populating on new journal notes?
k
can you check your template? we recently patched a bug where malformed schemas would still be parsed. i realize my own daily journal had an issue where
journal
parent was set to
root
instead of daily (see problematic schema below)
Copy code
version: 1
schemas:
- id: daily
  title: daily
  desc: ""
  parent: root
  children:
    - journal
- id: journal
  title: journal
  desc: ""
  parent: root
also adding @User (oncall) to this issue for visibility
r
Thanks will give that a shot and test on Monday probably, but that does look like it was probably my issue