Adds the ability for Matomo administrators to include an informative message on all users' dashboards. This may be useful for communicating with users in larger shared environments. In our setup we were tracking 1,900 websites with 250 users. This is a solution we wrote to allow us to easily inform our users of maintenance windows.
-
Dashboard with Notification
-
Notification Settings
Message Markdown
A minimal set of markdown support was added to the message field with 5.1 release of the plugin.
The following markdown variants are supported*
Headings
# Header 1
Message
## Header 2
Message
### Header 3
Message
### Header 4
Message
*Need to be at beginning of line
Bolding and Italics
*This is italicized*
**This is bolded**
***This is italicized and bolded***
Links
Links will open in a new tab -> target="_blank". This behavior cannot be changed.
[Link Name](https://github.com/jbrule)