nathonius / obsidian-auto-class

Automatically add CSS classes to notes based on file path.
https://github.com/users/nathonius/projects/4
MIT License
54 stars 7 forks source link

Siblings #tags/sibling is not supported #28

Open dariuszkowalski-com opened 2 years ago

dariuszkowalski-com commented 2 years ago

I would like to add CSS to all files with a tags:

#📆/DayNote/

where I can have #📆/DayNote/Saturday , #📆/DayNote/Mondayetc...

Now it doesn't work. I need to add all combination of tags.

thorlucas commented 2 years ago

Yep, this is a significant problem especially because it breaks semantics of what tags are. Something tagged #foo/bar is automatically also tagged #foo.

nathonius commented 2 years ago

Yeah, I think this is probably the biggest gap in functionality currently. I'll see about adding this soon.