Replies: 3 comments 1 reply
-
Please do not feel challenged to do any of these things as they are (rightfully) a pain in the ass. These would be better equipped as plugins rather than Wails by itself. |
Beta Was this translation helpful? Give feedback.
-
Superb list. Thanks for taking the time to compile it. I think we should either add them to the backlog, or add a way of doing them via plugins |
Beta Was this translation helpful? Give feedback.
-
Since this looks just like the "Additional Actions" feature of the Desktop File Spec and it looks like it's using a custom protocol to allow these extra actions:
I doubt anything needs to be done here to be honest. |
Beta Was this translation helpful? Give feedback.
-
Here's a list of "backlog" features that Windows 10 (?) has that could be implemented:
Jumplists (Taskbar context menus)
Implementation:
https://github.com/microsoft/Windows-classic-samples/tree/main/Samples/Win7Samples/winui/shell/appshellintegration/AutomaticJumpList
What it looks like:
Taskbar overlay icons (Badge)
Implementation:
https://docs.microsoft.com/en-us/windows/win32/api/shobjidl_core/nf-shobjidl_core-itaskbarlist3-setoverlayicon
What it looks like:
Registering custom protocol / URL scheme
Implementation:
https://www.technothirsty.com/register-custom-url-protocol-using-csharp/
What it looks like:
Enter this URL in browser and discord will focus.
Registering and using Toast notification handler
Implementation:
https://docs.microsoft.com/en-us/windows/apps/design/shell/tiles-and-notifications/send-local-toast-desktop-cpp-wrl
What it looks like:
That's all I can think of for now that is windows platform specific.
Beta Was this translation helpful? Give feedback.
All reactions