GlobalFilter development #1636
Replies: 5 comments 2 replies
-
Thanks @ilandikov 👍 Here is the note that we were experimenting with, to establish the behaviours above. Note: We were actually experimenting with Tasks 1.23.0 - my bad - I thought it was 1.24.0. But in any case, the global filter code did not change between the two. |
Beta Was this translation helpful? Give feedback.
-
I tried to add more test cases and group them in some order Also accidentally discovered what seems to be a bug: if the task tag is global filter + subtag, the whole thing is shown in the edit task modal |
Beta Was this translation helpful? Give feedback.
-
Ah yes, we need to finish going through and documenting the current behaviour together... |
Beta Was this translation helpful? Give feedback.
-
Not quite sure what you mean here (!== disagreement), let's discuss rapidly on our next session =) |
Beta Was this translation helpful? Give feedback.
-
The position of the GF seems to be another issue - it may only be at the beginning of the tasks. Is shall be easily fixable in Task.ts:
map() shall be called before the filter(), because the hashTagMatch contains untrimmed matches. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Started from discussion about #1047
GlobalFilter (GF) current behaviour & discoveries as of 1.24.0
#
egTODO
#task/subtag
->/subtag
-> BUG#task/subtag
->/subtag
tagged
->substring
-> BUGremoves the string
, fact:removes the FIRST string
-> BUGGeneric early proposal
Behaviour to be decided
#1234
numbers only tags are treated as tags by Tasks plugin but are not tags for Obsidian#1234
Maybe for a major release
Next steps
Beta Was this translation helpful? Give feedback.
All reactions