udus122 / checkbox-time-tracker

Checkbox Time Tracker for Obsidian
MIT License
3 stars 0 forks source link

When the status is Doing Status and the task body is empty, clicking the checkbox will change the status back to Todo #54

Closed udus122 closed 1 month ago

udus122 commented 1 month ago

Screenshot

screenshot_20240530114631

How to reproduce the error

Error message

Uncaught Error: Line does not match Doing regex
    at _Task.parseDoing (plugin:checkbox-time-tracker:4214:13)
    at _Task.fromLine (plugin:checkbox-time-tracker:4170:20)
    at LivePreviewExtension.handleClickEvent (plugin:checkbox-time-tracker:4535:23)
parseDoing @ plugin:checkbox-time-tracker:4214
fromLine @ plugin:checkbox-time-tracker:4170
handleClickEvent @ plugin:checkbox-time-tracker:4535

related issue

https://github.com/udus122/checkbox-time-tracker/issues/53