yes - please. something we want to focus on is making hierarchies more prescriptive so that you can control to a fine detail, what gets populated in a hierarchy.
some examples:
- a note requires certain sections
- a note requires certain frontmatter
- the body of a section needs to conform to a regex
- the value of frontmatter needs to conform to a regex
the enforcement of these constraints can be required on a per hierarchy level, with the following options:
- loose: no enforcement, but autocomplete will pre-populate with these sectiosn
- warn: show red warnings around any parts that don't match a schema
- strict: disallow creation/commit of notes that don't conform to the constraints