matrix-highlight icon indicating copy to clipboard operation
matrix-highlight copied to clipboard

Package matrix-highlight in a way that it can be embedded directly on the website

Open Stvad opened this issue 2 years ago • 5 comments

Similar to how e.g. hypothe.is can be embedded!

potentially can be combined with embedding a view on Matrix room as a comments section


I think the main change to make that possible would be to add an option to run everything inside the content script

Stvad avatar Jan 01 '23 22:01 Stvad

https://cactus.chat/ also related

Stvad avatar Jan 01 '23 23:01 Stvad

This would also pave the way for the usage on the mobile - if one could package it a bookmarklet. Hypothes.is serves as an analogy again - I use it on my phone via bookmarklet

Stvad avatar Jan 02 '23 08:01 Stvad

A somewhat related idea is to allow website to specify some metadata to the effect of "there are public matrix/highlight comments in this room". And for Matrix-highlight to recognize that and automatically activate/join the discussion

Stvad avatar Jan 02 '23 19:01 Stvad

This is already somewhat possible (and I prototyped it the other day); all that's needed are the *Platform subclasses that take care of providing storage. I might even have the code in a branch on GitHub. Aha -- check out standalone.tsx.

DanilaFe avatar Jan 21 '23 01:01 DanilaFe

Ohh, exciting 👀

Stvad avatar Jan 21 '23 01:01 Stvad