jorgenpt / Hermes

An Unreal Engine plugin that allows direct (deep) links into the Unreal editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Try adding a workaround for linking through Teams & Discord

jorgenpt opened this issue · comments

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?

This appears to be the current tracking issue for confluence cloud https://jira.atlassian.com/browse/CONFCLOUD-14393