allenbenz / winrt-notification

An incomplete wrapper over the WinRT toast api written in rust
43 stars 28 forks source link

add #10

Open goutham2688 opened 3 years ago

goutham2688 commented 3 years ago

creating this to add styling support to text in the notification, I looked up the documentation[1] and tried to myself with the help of without_library.rs you had in examples. In one of the doc[2] the styling element was used in different format, I tired some variations of the styling as mentioned in there with no luck.

I have no exposure in Windows development to figure it out where to even look further. I can take this up if somebody can guide me though.

[1]https://docs.microsoft.com/en-us/windows/uwp/design/shell/tiles-and-notifications/toast-schema#adaptivetext [2]https://docs.microsoft.com/en-us/windows/uwp/design/shell/tiles-and-notifications/adaptive-interactive-toasts?tabs=xml#text-elements

allenbenz commented 3 years ago

I'll spend some time this weekend taking a look at this.