generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 40
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
- The Plugin is up to date
- Obsidian is up to date
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
- Windows
- macOS
- Linux
- Android
- iOS
Plugin version
0.4.0
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working