There are many instances in which a # might appear in text and NOT be intended as a tag.
In particular:
- CSS hex color values
- anchor links, or anchors appended to URLs
I have many junk/useless tags in my notes repository because every single note I have that contains one of these two things thinks that’s a tag, when it’s clearly not.
I’d like to be able to “ignore” or “turn off” these tags from the tags panel.
Alternatively, I’d like to be able to customize Obsidian’s tag recognition. For me, I would set it so that it only recognizes a tag when it sees the regex ^#\w+. I’d gladly sacrifice the ability to create tags inline with other text to get rid of these useless junk tags.
And to be clear: I am not willing or able to edit the relevant markdown files to remove those # since they are important to the content. That would break the code snippet or link in question.