-
Notifications
You must be signed in to change notification settings - Fork 3
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
Word-wrap only works when unchecked #6
Comments
Could you describe the steps you are doing? How it actually should work is if you press Screen.Recording.2022-04-02.at.21.31.37.mov |
Sorry that wasn't clear. I'm not talking about hitting enter or shift enter. I'm talking about when the task soft-wraps to the next line. I noticed that when xit was active, the line will soft wrap with a 4 space indentation so it aligns nicely, but that only works for unchecked tasks. |
Ah I see, I didn’t even know it did that. I’ll see whether the word wrap behaviour can be configured at all in Sublime. |
So what I found out is that this has to do with the syntax scope. Checked and obsolete items have the I’ve filed a thread on the Sublime Forum, maybe someone with more knowledge about the Sublime innards may help out. Another option would be to assign a different scope to these items, but I found none that has equal styling than |
I like that wrapped lines are automatically indented, but it seems to break when you check the item.
The text was updated successfully, but these errors were encountered: