-
Notifications
You must be signed in to change notification settings - Fork 27
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
Run script on notification receive #38
Comments
I like the idea of this. Just trying to figure out how to implement it while introducing as little bloat as possible. Something to consider is that I think Wired can already sort of do this using the |
Replacing could be an option, although less elegant than pre-processing the notification with a hook. It all depends on how much work this takes to implement. |
This is only roughly related, but I just noticed that Wired mistakenly has the We still want to do the script thing eventually, but this might fix your intermediary issue. |
That can be a good solution. I'll try it out as soon as I can. |
It could be handy to have a script being called for each new notification. This would allow to format notification bodies that contain more than plain text (like HTML).
The text was updated successfully, but these errors were encountered: