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

Tags with paths in them are copied into the title #116

Closed jadedarko closed 3 months ago

jadedarko commented 4 months ago

Describe the bug Tasks with tags that have paths in them have the path pulled into the title.

To Reproduce Steps to reproduce the behavior:

  1. Create a task has a tag with a path in it, such as #work/admin:

    - [ ] timesheet & recap #work/admin  [scheduled:: 2024-04-30T17:15]  [duration:: 15m]
  2. Note that any elements after the path separator are pulled into the title:

    Screenshot 2024-04-30 at 17 02 39
  3. If the task is then rescheduled by dragging in the timeline view, the partial tag is then duplicated:

    - [ ] timesheet & recap /admin #work/admin [duration:: PT15M]  [scheduled:: 2024-04-30T17:30]  [duration:: 15m]
    Screenshot 2024-04-30 at 17 05 39

Expected behavior Tags with paths in them are treated as tags, and not:

  1. pulled into the title
  2. copied when the task is rescheduled

Obsidian Version:

j-palindrome commented 3 months ago

This is fixed in the upcoming release.

lxmwwl commented 2 months ago

This is fixed in the upcoming release.这在即将发布的版本中得到了修复。

在最新版中没有被修复