Put page title in front matter in .md exports

When we export to markdown the page title is created as a first level bullet with all the page contents nested as sub-bullets.

I would much prefer if the title were placed in a front-matter block like so:


title: Some Page Title

With the page contents below this. This would make it much more portable if subsequently trying to view this file in tools such as Obsidian or LogSeq.