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

Tasks scheduled with [startTime] and for a previous date do not appear for rescheduling #93

Closed martinkra closed 8 months ago

martinkra commented 8 months ago

Describe the bug Tasks scheduled for a date in the past should appear as "Unscheduled," regardless of whether or not a specific [startTime] is set. At the moment, only tasks without [startTime] are visible in version 2.0.3.

To Reproduce Steps to reproduce the behavior:

  1. Create a task similar to the one shown below.
    • [ ] Test task ⏳ 2023-12-31
  2. Check that the task is listed as "Unscheduled" in Time Ruler.
  3. Include "[startTime:: 9:00]" in the task description.
    • [ ] Test task ⏳ 2023-12-31 [startTime:: 9:00]
  4. The task is no longer listed as "Unscheduled" in the Time Rules.

Expected behavior "Unscheduled" should include all tasks with a past date, including those with a startTime set.

Screenshots

Obsidian Version:

Additional context Time Ruler plugin version: 2.0.3.

j-palindrome commented 8 months ago

The new update groups past tasks into a special area. Fixed in the upcoming release.