-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Priority put after the text works but no syntax coloring #50
Comments
I think you mean:
Task1
(A) Task2
(Priority must be at the beginning of the line - or right after the X
completion code - according to the spec: https://github.com/todotxt/todo.txt
)
But there is an issue where the decorations are not re-applied after some
of the edit commands. If you just move your cursor, it _should_ re-decorate
and fix it (I just tried this and it worked).
But this is a bug I've seen before and plan to fix it, I just haven't
gotten around to it and will try and cut out some time soon.
…On Mon, May 9, 2022 at 7:53 AM daniel-wojcik ***@***.***> wrote:
For the following file:
Task1
Task2 (A)
After sorting by priority Task2 is moved to before Task1, but (A) is not
highlighted at all.
—
Reply to this email directly, view it on GitHub
<#50>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOOZGNT24J5WHLT4PNTUNLVJD4ERANCNFSM5VOAP2QQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I know that it is meant to be |
Ah, I understand now. That's a second bug!
…On Mon, May 9, 2022 at 8:24 AM daniel-wojcik ***@***.***> wrote:
I know that it is meant to be
(A) Task
but in this case
Task (A)
shouldn't be taken into account when sorting by priority.
I can see it as possible todo extension - priority symbol can appear also
after task text, not only before.
—
Reply to this email directly, view it on GitHub
<#50 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOOZGIGVLJUZGWW7CSVKVLVJD7X3ANCNFSM5VOAP2QQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For the following file:
Task1
Task2 (A)
After sorting by priority Task2 is moved to before Task1, but (A) is not highlighted at all.
The text was updated successfully, but these errors were encountered: