Steps to reproduce
when creating a tag for example #daily_notes the tag will be treated as #daily. Seems like everything after the underscore is ignored.
Expected result
Actual result
Environment
- Operating system:
- Obsidian version:
- Using custom CSS:
when creating a tag for example #daily_notes the tag will be treated as #daily. Seems like everything after the underscore is ignored.
Look like ā-ā is the only special character supported by Obsidian.
I suggest to add support for underscore (#test_tag), blank space (#test tag#) and nesting the tags (#test/tag or #test/muti word#).
Iāll pile on here. I canāt get Obsidian to create/link to notes with : in the title, like āDaily review May 26, 2020 5:05pmā. Itās fine if this shouldnāt work, but Obsidian styles it as if it does. Perhaps an error should be thrown or something to avoid erroneous filenames.
@ryanjamurphy your is a different bug that will be fixed in 0.6.5.
I am gonna move this to feature request because the tagging system will be reworked.
Agree with this. My tags have underscores (e.g. book_note) but the full tag is not recognized in 0.6.4, just the first part. Please support underscore in tags.
Enter a tag like #abc_123.
Tag should appear in tag list as abc_123.
Characters usually allowed in programming language identifiers like _ and @ should at least also be allowed in tag names.
Or why not in general take as a tag name all characters following a # up until the first whitespace character? Then tags like #library/books/mystery would at least be valid syntactically, even though the nesting is not recognized yet.
Tag appears as abc.
Good to hear that tagging will be reworked. Let me add a few things:
4 posts were split to a new topic: Ctrl/cmd+click on tags with underscores in edit mode returns substrings of the tag
Still no fix for this 2 years later?
underscore works in tags.