omnivore-app / obsidian-omnivore

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

WIP: render all the frontmatter with the YAML library #67

Closed jacksonh closed 1 year ago

jacksonh commented 1 year ago

This changes how to we render frontmatter to a string, and puts the entire front matter into a single variable of text that is created with the YAML library.

Right now we've hard coded the frontMatterItems that are added to the front matter, but those could be specified as an array in the settings.

jacksonh commented 1 year ago

Will close this one.