mProjectsCode / obsidian-media-db-plugin

A plugin that can query multiple APIs for movies, series, anime, games, music and wiki articles, and import them into your vault.
GNU General Public License v3.0
255 stars 31 forks source link

Invalid tag format for YAML Front Matter #66

Closed igrybkov closed 2 years ago

igrybkov commented 2 years ago

Describe the bug Tags in yaml front matter should not include # symbol in front of the tag name. And the field tags: itself should be array.

According to documentation, to add tag:

Just type # followed by tag name like #tag1

but for front matter example there's no # in front of tags and it is the array:

---
tags:
  - tag1
  - tag2
---

Expected behavior

Tags in yaml front matter should not start with # Valid results should be tags: ["mediaDB/tv/series"]

Occurs on

Plugin version 0.4.0

mProjectsCode commented 2 years ago

fixed in 0.4.1