As we discussed, this is not a bug but a design desicion to be finalized.
The current idea is to use the YAML fronmatter for dev\plugins metadata.
Users should not really use the YAML metadata directly. If users want to use a frontmatter, they can do so outside the YAML block, i.e.
---
YAML metadata
---
your frontmatter
---
or
---
YAML metadata
---
# your frontmatter
bla bla bla
# main text
And having had a quick think about it, Iâd rather Obsidian specific data to be in a database rather than contained in files I might want to use in other programs.
For the latest public version 0.8.9, you can use the Templates plugin to insert the front-matter. Just enable the plugin, then add a templates file whose content is as followďź
-â
title:
date:
categories:
tags:
-â
when you want to create a new note , simply click âInsert templateâ to add the front-matter. The tags should work if they do exist.
And how could I set hidden the âyour frontmatterâ part in transcluded notes?
I mean, I would like to hide it like the Yaml frontmatter in transcluded notes, but I donât know if this is possible. The closest thing is this, but is for the Yaml frontmatter: Meta Post - Common CSS Hacks - #400 by Klaas