traggo / server

self-hosted tag-based time tracking
https://traggo.net
GNU General Public License v3.0
1.17k stars 57 forks source link

Spaces / Special characters in tags #186

Closed Minnowo closed 1 day ago

Minnowo commented 6 days ago

Have you read the documentation?

Describe your problem Is there any limitation on what characters can be in a tag, other than spaces?

Also is the disallowing of spaces because of a limitation or a design choice? I'd like to be able to at the very least type spaces and have them be converted into _.

jmattheis commented 4 days ago

It's a design choice. Before Traggo I've a text file where I had a similar structure and the tags where separated by space like this

proj:abc type:review

And as traggo was the replacement for this, I wanted to just write my tags like this into the text box.

Only colon and space aren't allowed in the tag key/value.