Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] format-tags-in-yaml does not support nested tags #56

Closed
hu3rror opened this issue Sep 19, 2021 · 3 comments · Fixed by #60
Closed

[BUG] format-tags-in-yaml does not support nested tags #56

hu3rror opened this issue Sep 19, 2021 · 3 comments · Fixed by #60

Comments

@hu3rror
Copy link

hu3rror commented Sep 19, 2021

Hello, I got into an issue.

Expected

From

---
tags: #aaa/bbb/ccc
---

to

---
tags: aaa/bbb/ccc
---

Current Issues

Not working. It cannot be modified after being triggered.

Extras

nested tags: https://help.obsidian.md/Plugins/Tag+pane#Nested+tags

@chrisgrieser
Copy link
Contributor

PR #60 should fix this :)

@platers platers linked a pull request Sep 20, 2021 that will close this issue
@hu3rror
Copy link
Author

hu3rror commented Sep 20, 2021

Thanks for your fix 💪

When will you release the new version?

@chrisgrieser
Copy link
Contributor

I am only a contributor, @platers as the repo owner does the releases. (He releases regularly though, so shouldn't be very long).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants