cinatic/taskwhisperer

Project names with spaces do not include the next words

Opened this issue · 1 comments

Bug: TaskWhisperer doesn't work with multi-word project names.

Steps to reproduce:

  1. Create a task with project "task test"
  2. Check projects bar, the project was named "task"
  3. Check task, the project was set to "task"

Expected behavior: The project name is passed in quotes (project:"task test") and the full name is used

Actual behavior: The project name is passed as project:task test which does not use the full name. The task title then is prefixed with "test".

v24 is out now -- where did this end up going?