How should 'filter by function task.descriptionWithoutTags' be used? #2643
-
I've spent a good while attempting to figure out how to remove tags from rendered lists of tags and I've had to admit defeat. Should... ```tasks Return all tasks without displaying tags? Or have I completely got the wrong end of the stick? How should Hope you can help! :) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
What does this mean:
|
Beta Was this translation helpful? Give feedback.
-
Maybe this page is what you want? https://publish.obsidian.md/tasks/Queries/Layout#Layout+commands |
Beta Was this translation helpful? Give feedback.
-
No, it should give an error and refuse to search, because See the summary of And indeed when I run it I my vault, I get this error, where
Well I don't exactly understand what you want to achieve, but yes, I think so.
Building on this example in the documentation: This finds all tasks where the description is longer than 100 characters long: filter by function task.description.length > 100 So this one finds all tasks where, after stripping out tags from the description, there are more than 100 characters remaining: filter by function task.descriptionWithoutTags.length > 100
Only if you can answer my earlier questions above to clarify what it is you actually are trying to achieve.... |
Beta Was this translation helpful? Give feedback.
Maybe this page is what you want?
https://publish.obsidian.md/tasks/Queries/Layout#Layout+commands