You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Nope
Describe the solution you'd like
I'd love to have nested tag support. Either in a limited way like Obsidian or in a more flexible way like Bear.
Obsidian style, no spaces:
- #Status/In-Progress
- #Timeline/2021/03-March/11-Thursday
Bear style, spaces with a trailing number sign:
- #Status/In-Progress
- #Timeline/2021/03 March/11 Thursday#
Describe alternatives you've considered
It is possible to do tags using dashes instead of slashes but it makes it a little harder to read. #Status/In-Progress is significantly less ambiguous than #Status-In-Progress and it looks nicer and carries more obvious meaning than #Status_In-Progress or #Status-In_Progress.
Additional context
Nested tags certainly aren't as necessary when you can organize files hierarchically, it's more important in Bear where tags are the only way to organize notes but they are really nice to add additional context to the tag and expand compatibility. I primarily use Obsidian right now but it's really useful to also be able to open my vault in Visual Studio Code instead for certain functions and have as many Obsidian features supported as possible.
Adding spaces support would be a compelling reason to consider switching to VSCode full-time for my PKM. I would never sneak two requests in as one. 😄
The text was updated successfully, but these errors were encountered:
By the way, neuron calls these hierarchical tags. They currently are not recognized by this extension:
Allowing /, - and _ would be sufficient to support them, and it is simpler to change the regex parser for this; not sure about the whitespace variation.
For tags with whitespace, neuron supports what are known as 'tag folgezettels', eg: #[[Pork Rinds]].
@kortina You might want to add the "good first issues" label to this issue; GitHub's Explore filters for that label to increase the reach of such issues I believe.
Is your feature request related to a problem? Please describe.
Nope
Describe the solution you'd like
I'd love to have nested tag support. Either in a limited way like Obsidian or in a more flexible way like Bear.
Describe alternatives you've considered
It is possible to do tags using dashes instead of slashes but it makes it a little harder to read.
#Status/In-Progress
is significantly less ambiguous than#Status-In-Progress
and it looks nicer and carries more obvious meaning than#Status_In-Progress
or#Status-In_Progress
.Additional context
Nested tags certainly aren't as necessary when you can organize files hierarchically, it's more important in Bear where tags are the only way to organize notes but they are really nice to add additional context to the tag and expand compatibility. I primarily use Obsidian right now but it's really useful to also be able to open my vault in Visual Studio Code instead for certain functions and have as many Obsidian features supported as possible.
Adding spaces support would be a compelling reason to consider switching to VSCode full-time for my PKM. I would never sneak two requests in as one. 😄
The text was updated successfully, but these errors were encountered: