Trikzon / obsidian-frontmatter-links

An Obsidian plugin that renders links in a note's frontmatter as links.
MIT License
64 stars 8 forks source link

Multi-line frontmatter links don't render as links #12

Open Trikzon opened 1 year ago

Trikzon commented 1 year ago

The following YAML frontmatter doesn't render correctly, but Obsidian does parse it correctly.

---
link: "[[Harvey Kantor and Robert Lowe (2006) From New Deal to No Deal - No
  Child Left Behind and the Devolution of Responsibility for Equal
  Opportunity.pdf]]"
---

Fixing this would likely require rewriting the plugin to not use Code Mirror 6 plugins (https://discuss.codemirror.net/t/preferred-way-to-create-multi-line-widget/4865)