-
-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to filter for tags defined anywhere in the body of the file containing the task (including other task lines) - and maybe include frontmatter tags too #2894
Comments
How/where exactly do you define the tag? Please give an example as text, not screenshot. |
So I would have a page like this:
Does that make my request clearer? |
Thank you, yes that helps. It tells us that the feature isn’t a duplicate of the requests to detect tags in frontmatter/properties. There is still quite a bit of possible ambiguity though. I read this as “find any tag anywhere in the body of the file. Even if it is on a task or checklist item.” That would be the most general implementation. |
Yes, that interpretation is correct. |
Things to agree in advance, and research, before any implementation of this:
Implementation comments:
|
I've renamed the ticket to convey the conclusions from comments above... |
🔖 Feature description
My use case is that I define tasks on a page that contains a tag and filter that in dataview in order to collect all the tasks matching that instead of adding the tag to each task individually.
It would be great if I could do that in tasks directly without having to use dataview.
✔️ Solution
It would probably be something like
filetags include ...
like the other filters that use file properties, like
root
and so on. It seems that it would at least be an extension to TaskFile.The desired behaviour would be: Given a page that looks like this:
and a query like
would list that task defined on the page
❓ Alternatives
No response
📝 Additional Context
No response
The text was updated successfully, but these errors were encountered: