arnau / obsidian-metatable

An Obsidian plugin to display the frontmatter section as a fully expanded table.
MIT License
150 stars 13 forks source link

Metatable fails silenty on wrong syntax in frontmatter #31

Closed dredhorse closed 2 years ago

dredhorse commented 2 years ago

Hi, while obsidan will give you a "Invalid YAML" warning, when you enable Metatable the obisdian warning will not show and Metatable will not create the table without any error message.

You can reproduce this by putting

title: [this will break yaml] didn't I tell you

into the frontmatter.

arnau commented 2 years ago

Hi @dredhorse thanks, I have a fix but haven't had time to release it yet. Will do as soon as I can.

dredhorse commented 2 years ago

thanks

arnau commented 2 years ago

The new version 0.12.0 should fix this.