-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
notify only for some TODOs, like those matching a particular search filter #542
Comments
@bughunter2 we might be able to combine this with the search filter feature, which is currently being developed: #179 The easiest way of implementing this would really be, as you suggested, to fire a notification once a todo matches one of the |
@ransome1 Wonderful. Seems like a good way to fuse these ideas. That way it automatically becomes intuitive (since it's a conscious choice) for those who turn on notifications for a particular search filter. |
Will be developed over at #179 |
Feature Request
Description:
Please see the use case.
Use Case:
Various use cases: one may want to reduce the amount of notifications, and so only get notifications for A-priority TODO items, or maybe those of a particular project they're currently working on (and keep out notifications of other items), or only those they marked with a '+notify' project, or perhaps one wants to keep certain notes more private than others (and prevent so-called 'shoulder surfing', for example at work). In those cases, it makes sense to have configurable notifications.
Implementation Details:
Suggest to add a configurable 'search filter', and only show notifications for TODO items that match the search filter. That wouldn't be too tedious to implement and it's very flexible for users. This way, the todo.txt format is left as-is and the todo.txt will NOT get cluttered by the configurable notifications.
Consider this a nice-to-have, not must-have.
The text was updated successfully, but these errors were encountered: