j-palindrome / obsidian-time-ruler

A drag-and-drop time ruler combining the best of a task list and a calendar view (integrates with Tasks, Full Calendar, and Dataview).
MIT License
214 stars 7 forks source link

Done tasks marked by Time Ruler are marked with time #114

Closed Djyp closed 4 months ago

Djyp commented 4 months ago

When I click on a task to mark it done, the correct emoji and date appear at the end of my task BUT there is also a time mark in the format Thh:mm at the end of it (2024-04-19T16:54). As the author of the task plugin says, any time information behind the emojis will break how the plugin reads them.

Therefore, this tasks code block :

```tasks
done 2024-04-19
will show no task done today.

There is a workaround, meanwhile, with dataview :
TASK
WHERE completed and contains(text, "✅ 2024-04-19")


Possible solution :
Maybe if the user selected the Tasks format, a done task should had a only a date and no time
j-palindrome commented 4 months ago

This is true—I can add a toggle to disable this. Added to roadmap