You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did you check if the bug has already been reported?
Yes
Describe the bug
When adding context or projects using the button, sleek adds a trailing space after the context/project label. When saving the task line in the todo file, if this results in a trailing space at the end of the line, the trailing space should be removed.
The trailing space is not a problem wrt the todo.txt specification. However, one of the advantages of the todo.txt format is that it is purely textual and line based, so diffs can be taken (directly or via a revision control system such as git). Trailing spaces are invisible and if present and then removed end up in spurious diffs, so they'd better be avoided beforehand.
To Reproduce
Steps to reproduce the behavior:
add a task, completing it with a context entry obtained by pressing a context button.
check the saved todo file
note a trailing space at the end of the task line
Do you see any error entries in sleeks developer tools?
N/A
Expected behavior
Would be great if sleek always saved task lines with no trailing spaces
Screenshots
N/A
Desktop (please complete the following information):
OS: Manjaro
Version of sleek: 1.3.1
Source: Flathub
The text was updated successfully, but these errors were encountered:
Is it an actual bug?
Yes, minor
Did you check if the bug has already been reported?
Yes
Describe the bug
When adding context or projects using the button, sleek adds a trailing space after the context/project label. When saving the task line in the todo file, if this results in a trailing space at the end of the line, the trailing space should be removed.
The trailing space is not a problem wrt the
todo.txt
specification. However, one of the advantages of thetodo.txt
format is that it is purely textual and line based, sodiff
s can be taken (directly or via a revision control system such asgit
). Trailing spaces are invisible and if present and then removed end up in spurious diffs, so they'd better be avoided beforehand.To Reproduce
Steps to reproduce the behavior:
Do you see any error entries in sleeks developer tools?
N/A
Expected behavior
Would be great if sleek always saved task lines with no trailing spaces
Screenshots
N/A
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: