vrtmrz / obsidian-tagfolder

MIT License
200 stars 17 forks source link

A tag cannot show in tag folder #80

Closed HopeLHP closed 11 months ago

HopeLHP commented 11 months ago

tag folder:

image

obsidian tag:

image

as we can see, the tag "Zotero" cannot show

vrtmrz commented 11 months ago

Thank you for opening the issue! It could be reproduced! It was caused on every tag which was included themselves inside other tags. (Depending on processing order)

Fixed at v0.16.10. May I ask you to check the behaviour?

HopeLHP commented 11 months ago

the tag shows after updated, but the name seems abnormal? the document under the tag:

image

the document:

image
vrtmrz commented 11 months ago

Thank you for testing! It looks like caused by Use title and using {{, }} inside the frontmatter YAML. For now, we can quote that as like "{{title}}", to avoid this. However, we should think about how to handle it...

HopeLHP commented 11 months ago

OK, {{title}}is the reason! Thank you for your help!