noatpad/obsidian-banners

YAML parsing error causes unopenable file

YummyOreo opened this issue · 2 comments

If you have a file with invalid frontmatter, like some templates, banners plugin will cause it close.

Repo:
make a file with the following in it

---
test: {}{}
---

close it and try and reopen it with banners on

Noted and a fix for it ready on the next beta release. Forgot to add a safeguard around parseYaml(), whoops