bsiebens / todoguardian

MIT License
0 stars 0 forks source link

Projects and contexts cannot contain any spaces in the name #7

Closed bsiebens closed 1 week ago

bsiebens commented 1 week ago

Describe the bug As per the todo.txt specification projects and context should not contain any spaces. The UI does not enforce this currently leading to issues where adding and changing can create weird results depending on how a todo was created.

Expected behavior When converting a todo from or to a todo.txt string spaces should be replaced by another character (perhaps _) to allow correct behavior when adding and editing a todo.