omnivore-app / obsidian-omnivore

Obsidian plugin to fetch articles and highlights from Omnivore
MIT License
812 stars 48 forks source link

Update template.ts - replace illegal characters from title #91

Closed QWxleA closed 1 year ago

QWxleA commented 1 year ago

The frontmatter YAML breaks if this line is in the frontmatter:

title: "{{{title}}}"

Title is not escaped, so " breaks YAML

This is the easiest fix.

jun6lee commented 1 year ago

Just chiming in on this, I think I'd rather see valid YAML frontmatter --and a full title in the main text header Besides, would have the link to the original article embedded anyway.