You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently keyword filter hides posts if the title matches the keyword. How about an "unless" keyword which cancels hiding the post if the title matches it, too?
The text was updated successfully, but these errors were encountered:
hrm... a good idea, but another common request (which scares me due to
people not knowing how to use them properly) is regexps... and this would
conflict with that if it were to be added.. regexps would be better except
that I think even a fair percentage of the people asking for regexp support
don't really have a firm grasp on using them.
Currently keyword filter hides posts if the title matches the keyword. How
about an "unless" keyword which cancels hiding the post if the title
matches it, too?
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/423
.
i think, even if regexp support is added, it wouldn't be conflicting so much as a more complex way of doing the same task. don't necessarily have to gimp one feature just because another could do it more complicatedly.
people who do want JS regexp should also be competent enough to hack it in themselves with a few pointers.
Currently keyword filter hides posts if the title matches the keyword. How about an "unless" keyword which cancels hiding the post if the title matches it, too?
The text was updated successfully, but these errors were encountered: