-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try adding a workaround for linking through Teams & Discord #7
Comments
Confluence cloud: https://jira.atlassian.com/browse/CONFCLOUD-24665 |
This appears to be the current tracking issue for confluence cloud https://jira.atlassian.com/browse/CONFCLOUD-14393 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently Hermes URLs work fine in Slack, but not in Microsoft Teams and Discord, because they do not recognize custom protocols.
One potential workaround is to have a plugin setting that generates URLs to a static website hosted on GitHub pages. Instead of project://content/Game/UI/HUDWidgets/WBP_HUD?edit, it would be something like
https://jorgenpt.github.io/Hermes/#s=project&h=content&p=Game/UI/HUDWidgets/WBP_HUD&a=edit
, which would have some JS to adjust location.href (and close itself?).Probably worth looking into a custom CNAME for the site too, to get a better & shorter URL. Maybe h.o7.no?
The text was updated successfully, but these errors were encountered: