Skip to content

FireBlade211/Notification-Designer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notification Designer

An app that allows you to generate Windows toast notifications through UI without manual XML editing.

Screenshot

Screenshot of Notification Designer on main page, scrolled to partially show the Elements section and fully show the Properties section

Build the app

  1. Clone the repository.
git clone https://github.com/FireBlade211/Notification-Designer.git

Tip

The same command can be copied from the About section in the application settings.

  1. Open Notification Designer.slnx (inside the src directory) in Visual Studio 2026.
  2. On the Build menu, click Build Solution.
  3. You can now access the app in the Start menu.

To change settings

Click the Menu button in the top-left corner of the window (the app icon) and click Settings. Alternatively, you can press Ctrl + ,.

Export the notification to code

Notification Designer does not currently support built-in exporting to code, but you can use Microsoft's Notifications Visualizer app and paste the XML data given by Notification Designer. Remove the useButtonStyle attribute because Microsoft.Toolkit.Uwp.Notifications does not support button colors as it was made before Windows 11. You can use button colors if you use the newer AppNotification APIs, though.

About

An app that allows you to generate Windows toast notifications through UI without manual XML editing.

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages