You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have basic page view and site visit tracking in place using Umami. However, we still need to implement more detailed event tracking.
Describe the solution you'd like
Since Starlight uses mdx pages we need a way to add link attributes.
We cannot do this by simply changing the links to use anchor tags since the Starlight links validator will no longer be able to validate links in that format.
So we either need a way to add attributes using the [link name](link href] approach (perhaps using a plugin to do this), or we need to investigate using client side event tracking instead of event attributes.
Describe alternatives you've considered
Plugins like remark-attr but this one doesn't seem to be maintained.
Feature Request
Describe the feature you'd like to request
We have basic page view and site visit tracking in place using Umami. However, we still need to implement more detailed event tracking.
Describe the solution you'd like
Describe alternatives you've considered
remark-attr
but this one doesn't seem to be maintained.Additional context
We use Umami to track site visits on a per page basis currently.
The text was updated successfully, but these errors were encountered: