Parse front matter from note title

It would be useful to parse front matter from note title when entered in a document. So when linking to a new note in a document then that document would be created with parsed front matter. For example like this:

[[My new note t:tag1]]

Which would create a new note like this:

---
tags: [tag1]
---
1 Like