radical icon indicating copy to clipboard operation
radical copied to clipboard

Add Radical to matrix.to

Open auscompgeek opened this issue 4 years ago • 3 comments

Would be great for Radical to add itself to matrix.to.

I'm not entirely sure if this is possible currently, but maybe React provides enough hooks for it to be feasible? Or maybe matrix.to adds some custom URI schemes or such…

auscompgeek avatar May 21 '20 07:05 auscompgeek

Nice idea, not sure if they're open to add new things, but I'd say opening an PR over at matrix.to would be the "correct" way to do it. Having the Add-on itself modify the content of matrix.to would require to request permissions for that domain, which I'd like to avoid if possible.

stoically avatar May 21 '20 16:05 stoically

*nod*

As it stands though there's no way to link to Radical without knowing the internal UUID, IIUC. Either Radical or Riot (preferably) would have to register a protocol handler, if we're not going to inject into matrix.to.

auscompgeek avatar May 22 '20 08:05 auscompgeek

Radical could register a protocol and use that to redirect directly to the Riot extension page. E.g. I'm using Open URL in container to open bookmarks in specific containers with that approach.

stoically avatar May 22 '20 16:05 stoically