While using the Obsidian app, I encountered an issue with the task list feature. Specifically, when trying to delete an empty task list item between two populated items, instead of removing the empty line, it creates a duplicated task list checkbox.
Steps to reproduce
-
Create a task list with the following format:
- Item 1
- Item 2
-
Place the cursor at the end of the second line (which is the empty task list item).
-
Press the “delete” key.
Actual result
The text becomes:
- Item 1
- - Item 2
Expected result
The correct format after deleting the empty line should be:
- Item 1
- Item 2
Impact on User Experience
This behavior disrupts the flow of creating task lists and requires additional steps to correct. It decreases the app’s usability for those who frequently use the task list feature.
Suggested Improvements
Optimize the deletion mechanism for task list items to recognize and properly handle the deletion of empty task list items.
Additional information
Thank you for your attention to this matter. I believe that rectifying this issue will greatly enhance the usability of the Obsidian app for all users who utilize the task list feature.