invisible-college / tawk.space

Social video chats
https://tawk.space
Apache License 2.0
14 stars 1 forks source link

Scratch space should highlight links #32

Open karth295 opened 7 years ago

karth295 commented 7 years ago

The most common use of the scratch space (so far) has been to paste links. We should make them <a href="..."> links so that people can click on them.

karth295 commented 3 years ago

It might be impossible to show render links while the box is being edited. Instead, we should split into two modes: editing or not. If a box is being edited, it doesn't render links. If not, then it renders all links as <a> tags.

karth295 commented 3 years ago

Interestingly, you can underline text in a contenteditable div, but even if you use <a href="...">, you can't click on the link: https://stackoverflow.com/questions/52029340/js-contenteditable-underline-not-working