Skip to content
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

New tasks are sometimes inserted in the middle of existing tasks #652

Open
2 of 6 tasks
lucasbru opened this issue Dec 3, 2024 · 0 comments
Open
2 of 6 tasks

New tasks are sometimes inserted in the middle of existing tasks #652

lucasbru opened this issue Dec 3, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@lucasbru
Copy link

lucasbru commented Dec 3, 2024

Please check that this issue hasn't been reported before.

  • I searched previous Bug Reports didn't find any similar reports.

Expected Behavior

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

Current behaviour

The result is this:

- [ ] 10:00 - 11:00 Come up with a number (for example, - - [ ] 11:00 - 12:00 Write it down

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?

  • Android
  • iPhone/iPad
  • Linux
  • macOS
  • Windows

Obsidian Version

1.7.7

Possible solution

No response

@lucasbru lucasbru added the bug Something isn't working label Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant