Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "unless" textbox column to keywords filter #423

Closed
jewel-andraia opened this issue May 22, 2013 · 2 comments · Fixed by #424
Closed

Add "unless" textbox column to keywords filter #423

jewel-andraia opened this issue May 22, 2013 · 2 comments · Fixed by #424
Assignees

Comments

@jewel-andraia
Copy link
Collaborator

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?

@ghost ghost assigned jewel-andraia May 22, 2013
@honestbleeps
Copy link
Owner

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.

On Tue, May 21, 2013 at 10:25 PM, Andy Tuba notifications@github.comwrote:

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
.

@jewel-andraia
Copy link
Collaborator Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants