hadynz / obsidian-sidekick

A companion to identify hidden connections that match your tags and pages
134 stars 9 forks source link

Fix ignoring of YAML frontmatter #7

Closed hadynz closed 2 years ago

hadynz commented 2 years ago

Correctly handle the two valid frontmatter scenarios:

---
yaml: "with no empty lines preceding it"
---

and


---
yaml: "with empty lines preceding it"
---