Priority Tasks not filter after text is added #3754
-
|
Hi there, Really appreciate all the work done on this plugin and I use it a lot. Up until now, I've never used any filters. I'm trying to create a filter that just shows tasks with any type of priority assigned to them using the code below. It seems fairly straightforward: When I create a new task and check a priority option, it immediately populates into area above. However, as soon as I type anything after this (for the actual task itself) it disappears. It shows up in a different filter I have for general tasks with the code below. It seems like for some reason as soon as I type anything, it no longer treats it as having a priority. Please advise! I am using global filter TODO. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
I suspect you have re-discovered this. If not, I will need an example Markdown line to test with. Yes, I'm afraid this is a known limitation of Tasks currently. Putting any text after Tasks emoji or dataview fields prevents the fields from being read. It's documented in several places in the user guide, the most detailed being in What do I need to know about the order of items in a task? and the following section. We are already tracking this ordering limitation in issue #1505. Please do up-vote that with 👍. Thanks. |
Beta Was this translation helpful? Give feedback.
Oops, please disregard!
For anyone with the same issue, just put the priority emoji at the END of your task string.
Works flawlessly!
If you want to assign to tasks already on your list, hit space at the end of your string and the option will pop up to add priority.
Thank you!!