mikaelbr / node-notifier

A Node.js module for sending notifications on native Mac, Windows and Linux (or Growl as fallback)
MIT License
5.74k stars 322 forks source link

Windows Toast Notification - hero image #387

Open JakNo opened 2 years ago

JakNo commented 2 years ago

Hi, I'm wondering is there any way to push notification on Windows, that will include "hero image" or "inline image" like here (documentation from Microsoft): https://docs.microsoft.com/en-us/windows/apps/design/shell/tiles-and-notifications/adaptive-interactive-toasts?tabs=builder-syntax#hero-image . I found that there is option to add icon image but I would like to use "bigger" image in notification panel. Did I miss something in node-notifier documentation? Or is there any workaround?

Greetings, Jakub

molaycule commented 2 years ago

Hi @JakNo were you able to find a workaround for this, I am having some difficulties achieving this

JakNo commented 2 years ago

Hi @JakNo were you able to find a workaround for this, I am having some difficulties achieving this

Hi @molaycule , unfortunately no. I decided to migrate my project to C# where toast notifications works fine.

xuejianxianzun commented 1 year ago

Is there still no such function?