Add tasks' contexts? #479
Replies: 3 comments
-
@zhcqiu This is already supported, via the For example, to see all tasks with the #office tag:
Or, if you prefer not to clutter Obsidian's tag namespace for this purpose, you could use an alternate form of context identifier, like @home:
See documentation for more information. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you very much.
…________________________________
From: therden ***@***.***>
Sent: Saturday, January 8, 2022 2:54:48 PM
To: schemar/obsidian-tasks ***@***.***>
Cc: zhcqiu ***@***.***>; Mention ***@***.***>
Subject: Re: [schemar/obsidian-tasks] Add tasks' contexts? (Discussion #479)
@zhcqiu<https://github.com/zhcqiu> This is already supported, via the description filter in a Tasks' query.
For example, to see all tasks with the #office tag:
```tasks
description includes #office
```
Or, if you prefer not to clutter Obsidian's tag namespace for this purpose, you could use context identifiers like @home:
```tasks
description includes @home
```
See documentation<https://schemar.github.io/obsidian-tasks/queries/filters/#description> for more information.
—
Reply to this email directly, view it on GitHub<#479 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AC2OA25V2AVNQO7IY4HZYL3UU7NTRANCNFSM5LQCZ3SQ>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Another request: #1442 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Any task management software can set several contexts for tasks, such as office, home, outdoor, etc.
Tasks' contexts can be used as a filter. I think that the contexts could treat as tags; the function actually could that tasks being filtered by tags
Could this function be added in the future? Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions