seriema / electron-notification-shim

Get Notification API events in Electron main-process. Perfect for adding Notification toasters in Windows with node-notifier or other solution.
MIT License
37 stars 5 forks source link

Add support for notification overrides #3

Open jeffbargmann opened 8 years ago

jeffbargmann commented 8 years ago

Host may wish to silence notifications, or hide the body of notifications for privacy.

seriema commented 8 years ago

Looks very interesting! Could you help out with some documentation on the Readme.md? If you have some example it would be great to include it in https://github.com/seriema/electron-notification-shim-demos :D

seriema commented 8 years ago

@JBLatenight ping

seriema commented 8 years ago

@JBLatenight I'm using your code as an inspiraton for a new feature. It's on the branch notification-onclick-override. I still have questions about your code so I might not take it as-is.

khaled-su commented 8 years ago

@seriema Any progress here? Is the branch ready? Thanks.

seriema commented 8 years ago

@khaledabbas Sadly, no. You can read my thoughts on it on the feature request #4 as to why I'm a bit stuck atm. Any help is welcome.