obsidian-frontmatter-tag-suggest
obsidian-frontmatter-tag-suggest copied to clipboard
Bug: Doesn't suggest anything for first tag in a list
Can you reproduce this? I find it hard to believe that you wouldn't have noticed it! So I guess it's something weird happening with my setup. I'm on Debian/Linux.
To reproduce:
- Create a note with the following content:
---
tags: []
---
- Start typing a tag between the brackets. No tag suggestions appear.
- Type the first tag followed by a comma and space (or even just the comma and space with no tag before it):
---
tags: [sometag, ]
---
- Start typing a second tag, and the tag suggestions appear as expected.
Had the same problem on Windows. As a workaround, adding a space after the opening bracket seems to let the first tag use autocomplete as expected.
Had the same problem on Windows. As a workaround, adding a space after the opening bracket seems to let the first tag use autocomplete as expected.
Same here on OS X 11.6.5 with Obsidian v0.14.2.
I am also running into this problem on linux
Had the same problem on Windows. As a workaround, adding a space after the opening bracket seems to let the first tag use autocomplete as expected.
Same bug and same workaround here on MacOS Monterey 12.3.1 and Obsidian v0.14.5.
Same problem on Linux here, hope it get fixed soon, and thank you for this very needed plugin.