Tag suggestion in Metadata

Hello,

There is an annoying tag suggestion error highlighted here. I often use the tags: section in my notes. It’s so annoying to do not have the suggestion of the correct format (hello nested tags).

Let me know if you need any information + I love your soft :slight_smile:

Steps to reproduce

Write a metadata yaml in a note.

---
tags:
  - TAG1
  - #TAG2
---

There is a tag suggestion while writing with the hashtag (#). The problem is that tags are listed without hashtag in this metadata.

Expected result

---
tags:
  - TAG1
  - #TAG2
---

No suggestion for #TAG2 and suggestion for TAG1

Actual result

Suggestions are appearing to the wrong tags format

Environment

  • Operating system: Ubuntu 20.04
  • Debug info: (Sandbox)
SYSTEM INFO:
	Obsidian version: v0.14.6
	Installer version: v0.14.6
	Operating system: #32-Ubuntu SMP Fri Mar 18 13:27:43 UTC 2022 5.14.0-1029-oem
	Login status: not logged in
	Insider build toggle: off
	Live preview: on
	Legacy editor: off
	Base theme: dark
	Community theme: none
	Snippets enabled: 0
	Safe mode: on

RECOMMENDATIONS:
	none

Additional information

I did not know if it was a feature request or a bug report. Actually, since the suggestion is popping for the wrong format of tags, I guess this is an issue with current tag suggestion implementation.

AwePhD