jmilldotdev / obsidian-frontmatter-tag-suggest

Autocompletes tags in Obsidian YAML frontmatter. No more deleting #!
MIT License
111 stars 6 forks source link

amazing!, but dosent seem to support the YAML - TAG option? #4

Open zeltak opened 2 years ago

zeltak commented 2 years ago

Hi this is so cool, been waiting on a plugin for this in ages

i don't use the tags: TAG 1, TAG2 methods but rather

tags: 
- tag 1
- tag 2

any chance this can also be supported?

thx so much

Z

jmilldotdev commented 2 years ago

seems like there is desire for prefix and suffix support, i may include it in a future release. it is currently under review for release so not happening soon

generic-user commented 2 years ago

Same for this syntax: tags: ["Tag1", "Tag2"]

Thanks 🎉 for this plugin, I'm sure this will get a lot of attention once released.

supotnitskiy commented 2 years ago

похоже, есть желание поддерживать префикс и суффикс, я могу включить его в будущий выпуск. в настоящее время он находится на рассмотрении для выпуска, поэтому произойдет не скоро

seems like there is desire for prefix and suffix support, i may include it in a future release. it is currently under review for release so not happening soon

сделайте обязательно. Это будет очень хорошим делом make sure to do it. It will be a very good thing

montemartin commented 2 years ago

I'd love to also see multi-line text syntax supported. I often use it to group several tags on each line. Here's an example:

---
tags: >
  project/projectName client/clientName
  start/2022/02/20 due/2022/02/16
  topic/theme topic/random
---

And just FYI files tagged with that syntax do show up in tag searches, even when they have hashtags. This would only enable them to also work without the hash.