Search for task with tag in same line

Things I have tried

line:(#today) task-todo:""

What I’m trying to do

Search for incomplete/not done tasks with a tag on the same line …
e.g -

  • [ ] this is a task #today

I’m trying the use the :task function that was introduced in v0.12.0 but can’t get it to work with the line function also.

(current version → v0.12.3)

task-todo can take nested queries:
task-todo:(#today)

you can make it as complex as you want, feel free to read more in the help

This search works for me:

/- \[ \].*#today/

This works. Thanks!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.