email address should automatically be turned into a mailto: link
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 659
- Forks
- 133
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 110
Description
Is your feature request related to a problem? Please describe.
Let's say I am not tech-savvy and I want to add an email address to text/collectives so it can just be clicked. How? No idea.
Describe the solution you'd like
- type email address
- gets automatically turned into a mailto: link
Describe alternatives you've considered
you can mark the email, click add link to website (which is not what I want!), and add mailto:bla@example.com
Additional context
related:
https://github.com/nextcloud/text/issues/5003
https://github.com/nextcloud/text/issues/5536
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file, test, or entry point is named in the issue. Start by reading the related issues #5003 and #5536, then locate the editor's link or input handling in this JavaScript project. Done means a typed email address becomes a clickable mailto: link without manually adding a website link.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100