"Project List - Manage Tags" suggestion #12693
WetNoodleDev
started this conversation in
Editor
Replies: 2 comments 2 replies
-
I've opened a PR to address this in a different, more seamless manner: It will automatically replace underscores with spaces (and use lowercase) upon submitting the tag, so you don't have to worry about it anymore. |
Beta Was this translation helpful? Give feedback.
0 replies
-
TBH, I don't see the reason why capitalizing project tags in the first place :P |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, if you are defining a project tag and use spaces, the editor gives you an error that reads "Tag name can't contain spaces." Since you also can't control capitalization, this forces you to use some other delineator.
Happily, if you use an underscore "_" the editor converts it to spaces when displaying the tag.
I'd suggest updating the error message to something like: "Tag name can't contain spaces. Underscore _ will be displayed as space." to make the user aware of this.
Beta Was this translation helpful? Give feedback.
All reactions