omnivore-app / obsidian-omnivore

Obsidian plugin to fetch articles and highlights from Omnivore
MIT License
842 stars 83 forks source link

[BUG] labels improperly formatted (never mind, completely my fault) #257

Closed lightbluepoppy closed 2 months ago

lightbluepoppy commented 2 months ago

This

{{#labels}} #{{name}}{{/labels}}

looks like this

 ##programming #explainer #YouTube

So the first # is definitely not needed. This problem also applies to frontmatter.

tags:
  - "#programming"
  - explainer
  - YouTube