Skip to content
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

Scratch space should highlight links #32

Open
karth295 opened this issue Apr 16, 2017 · 2 comments
Open

Scratch space should highlight links #32

karth295 opened this issue Apr 16, 2017 · 2 comments

Comments

@karth295
Copy link
Contributor

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
Copy link
Contributor Author

karth295 commented Dec 7, 2020

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
Copy link
Contributor Author

karth295 commented Dec 7, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant