-
Notifications
You must be signed in to change notification settings - Fork 322
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
Actions in Windows 10 notifications #193
Comments
Hm. It would require a new implementation of toasts that supports it. That might be something that is in the horizon, but it's in the long run. But I've been playing with the idea of doing a pure JavaScript implementation of toasts and use that as a dependency (much like electron-windows-notifications, but without the electron-part). When I started this project, UWP and Windows and JavaScript wasn't the same as it was now I think. |
Is there any progress on this feature? I'm also looking to have actions in toaster notifications. I see there are a lot of forks for this project, but I don't see any that support actions. |
This is not something I'm actively working on as of now. But if someone wants to claim it I am more than happy to help get it merged. |
I will try to help on this one, since I also would like to have this feature. |
* Updated SnoreToast to 0.7.0
* Support SnoreToast "-b" flag for action buttons * Communicate with SnoreToast using unique named pipes * Parse result from pipe into data object before calling the actionJackerDecorator * Sanitizing data now changes "timedout" to "timeout" * Sample file
* package.json script to run toaster with actions * Sample gif for README
* Sample gif for README
* Revert test to work as before * Change toaster back to sync function, that uses callback
PR: #293 |
Issue #193 - windows actions + Upgrades SnoreToast to v0.7.0
Hello Yoavain |
The code is merged, but no new official release yet. |
Here is a guide on how to fix Action buttons + appID not having output: #424 |
Is there any way to add actions (buttons) to Windows 10 notifications with node-notifier? I'm using node-notifier to create OS X notifications with actions, and I'd like to do the same for Windows.
Right now, I have to use electron-windows-notifications to create notifications that include actions, and I'd prefer to use node-notifier for both platforms.
The text was updated successfully, but these errors were encountered: