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

Boost For Lemmy

7017 readers
2 users here now

Community of the Android app Boost for Lemmy Play Store Link

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
[โ€“] sramder@lemmy.world 5 points 11 months ago (1 children)

I'm not using Boost, but isn't the bang at the start of the URL something to do with link handling on mobile devices? There's a bot that goes around fixing them that way in some communities.

[โ€“] DieguiTux8623@feddit.it 5 points 11 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 11 months ago

Ah! Thanks for the information :-)