This package consumes the following services:
Notifications+ package
This is a fork of the core notifications package that adds a few new features.
Updated dependencies
Make notifications dismissable
Prevent a notification from auto closing by clicking on the notification or hover over the notification when it would close.
Status bar notification count
See how many notifications are in the log.
Timeout option for notifications
Set the timeout
option when adding a notification to override the default timeout.
Additional settings
Disable popup notifications
Disable certain popup notifications when you don't want to be disturbed.
Disable telemetry
Disable sending requests automatically to GitHub API for fatal errors.
Always Dismiss Notifications
Always dismiss notifications after the timeout.
And a few other fixes
Docs
Notifications are available for use in your Atom packages via the atom.notifications
NotificationManager
object. See
https://atom.io/docs/api/latest/NotificationManager and https://atom.io/docs/api/latest/Notification for documentation.