Add support for Markdown metadata

Adding metadata to the files would allow an obsidian vault to be used with GatsbyJs. Can you add support for markdown metadata using something like markdown-it-front-matter?

we already support YAML metadata.

Are you sure?

When I put something like below, it remders all of that to the screen.

---
title: thing
author: me
---

Yes, v0.8.5 added support for it:

YAML Frontmatter is now recognized. You can also hide it using the option in Settings > Editor > Show frontmatter.

Full release notes here:
https://forum.obsidian.md/t/obsidian-release-v0-8-5/4650?u=xurc

2 Likes