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
Describe the bug Tags in yaml front matter should not include
#
symbol in front of the tag name. And the fieldtags:
itself should be array.According to documentation, to add tag:
but for front matter example there's no
#
in front of tags and it is the array:Expected behavior
Tags in yaml front matter should not start with
#
Valid results should betags: ["mediaDB/tv/series"]
Occurs on
Plugin version 0.4.0