Skip to content

Invalid tag format for YAML Front Matter #66

@igrybkov

Description

@igrybkov
  • 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

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions