We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Suppose I have the following task
- [ ] 10:00 - 11:00 Come up with a number (for example, 1)
Now, I insert a new task from 11:00 to 12:00 called "Write it down" using the day-planner sidebar.
The expected result would be
- [ ] 10:00 - 11:00 Come up with a number (for example, 1) - [ ] 11:00 - 12:00 Write it down
The result is this:
- [ ] 10:00 - 11:00 Come up with a number (for example, - - [ ] 11:00 - 12:00 Write it down
See above. It can be reproduced by any task containing [number]-[closing-paratheses].
Also "sort tasks under cursor" action seems to choke on these character sequences.
1.7.7
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please check that this issue hasn't been reported before.
Expected Behavior
Suppose I have the following task
Now, I insert a new task from 11:00 to 12:00 called "Write it down" using the day-planner sidebar.
The expected result would be
Current behaviour
The result is this:
Steps to reproduce
See above. It can be reproduced by any task containing [number]-[closing-paratheses].
Also "sort tasks under cursor" action seems to choke on these character sequences.
Which Operating Systems are you using?
Obsidian Version
1.7.7
Possible solution
No response
The text was updated successfully, but these errors were encountered: