YAML parsing error causes unopenable file
YummyOreo opened this issue · 2 comments
YummyOreo commented
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
noatpad commented
Noted and a fix for it ready on the next beta release. Forgot to add a safeguard around parseYaml()
, whoops
noatpad commented
Should be good to go now in https://github.com/noatpad/obsidian-banners/releases/tag/2.0.1-beta!