this post was submitted on 26 Jun 2023
4 points (100.0% liked)
Memmy - An iOS client for Lemmy
5074 readers
1 users here now
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Looks like the link creator button expects a URL and adds the place for the anchor text.
Instead, it needs to detect a URL. It should also look at the clipboard and do the right thing with clipboard content.
Yes a regex checking for a valid URL would do. If valid, place selection in link, else place as title.