this post was submitted on 28 Oct 2023
20 points (95.5% liked)

Boost For Lemmy

6473 readers
3 users here now

Community of the Lemmy Android Client Boost for Lemmy. Play Store Link: https://play.google.com/store/apps/details?id=com.rubenmayayo.lemmy

founded 1 year ago
MODERATORS
 

Insert Link dialog is inserting a ! symbol before the URL? which makes Boost not render it as a link, I don't know if that's the behavior on web Lemmy.

Repro:

  • Start a new post or comment
  • Press the link button on the toolbar
  • Fill the form and insert the link
  • The resulting markdown looks like this:

![Some URL](https://example.com)

If you press the preview (magnifier) button, it doesn't show as a link, and this continues after you post the new message

The other thing is that both fields of the Insert Link dialog have the placeholder "URL". I know the icons are different but at first glance I found it confusing

you are viewing a single comment's thread
view the rest of the comments
[โ€“] DieguiTux8623@feddit.it 4 points 10 months ago (1 children)

The bang at the start is usually used for Markdown images whereas regular web links only have the [text](url) syntax.

[โ€“] sramder@lemmy.world 2 points 10 months ago

Ah! Thanks for the information :-)