this post was submitted on 22 Sep 2024
23 points (96.0% liked)

Boost For Lemmy

6998 readers
11 users here now

Community of the Android app Boost for Lemmy Play Store Link

founded 1 year ago
MODERATORS
 

There is probably a link somewhere but it would be nice to have the essentials in the boost comment/post forms somewhere so that if I'm trying to remember how to link a user/forum/instance or how to strikethrough text it would be right there.

top 15 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 10 points 1 week ago (2 children)

the language is called "Markdown", same as what Reddit and Discord use, as well as many others

https://en.wikipedia.org/wiki/Markdown#Examples

[โ€“] [email protected] 10 points 1 week ago* (last edited 1 week ago) (3 children)

Discord markdown and reddit markdown aren't the same markdown, which I only know because I try to use ^ to make smaller words but discord won't do it.

I wonder ^if ^^lemmy ^^^let's ^^^^me ^^^^^do ^^^^^^this

It certainly does not. Maybe that's just a reddit thing. Or my app doesn't support it, idk.

[โ€“] [email protected] 10 points 1 week ago (2 children)

Flavors of markdown are slightly different, but they share a lot in common. Also Boost has slightly different rendering than the Lemmy website UI, specifically with the spoiler tags

[โ€“] [email protected] 5 points 1 week ago

True, I feel boost is really lacking in displaying correctly markdown. Spoilers not being hidden are really annoying.
For reference this post highlights Lemmy apps on how accurately they display markdown. And this comment use all markdown to test how your current app is rendering them.

[โ€“] Kelly 3 points 1 week ago

This guide for the Lemmy dialect looks to be reasonably comprehensive:

https://lemmy.ml/post/2255242

[โ€“] [email protected] 6 points 1 week ago

Because markdown by itself is more of a set of suggestions than hard rules. Kinda like saying that Americans and Australians both speak English and the basic syntax is the same, and you can go outside with a fag wearing only thongs with both, but...

Even reddit has two, new and old reddit use completely different parsers and result in different ouputs.

[โ€“] [email protected] 1 points 1 week ago (1 children)

It shows correctly on sync

[โ€“] [email protected] 2 points 1 week ago

Neither PC nor Jerboa show that getting increasingly smaller and higher for me.

[โ€“] pdxfed 2 points 1 week ago

Thank you for the link. It has some examples, I guess that's what I'm asking for, and obviously what is included could be tweaked based on Lemmy differences, exclude things that are already in the quick format bar, etc.

[โ€“] [email protected] 6 points 1 week ago (1 children)

I see icons along the bottom of the field, which I can tap for formatting changes. Could you check if you have something similar?

[โ€“] pdxfed 3 points 1 week ago (2 children)

Yes, I have that (and actually found out it can scroll to the side and there is a quick link for strikethrough!) but I'd also like stuff like "embedding gifs" and other stuff that is not commonly known.

[โ€“] [email protected] 2 points 1 week ago* (last edited 1 week ago) (1 children)

![alt text or you can leave it blank](image url)

[โ€“] pdxfed 3 points 1 week ago

Thanks; to be clear, most if not all of this if searchable on the web, it's more having it easily referenced from within boost's text entry field somewhere as a "?" Help menu or something so that all users won't have to do that each time was my suggestion/request from Ruben.

[โ€“] Kelly 1 points 1 week ago (1 children)

Wouldn't the markup be the same for gifs and any other image format?

[โ€“] [email protected] 1 points 1 week ago

Yes but there currently isnt a button to embed images that you arent uploading from your phone. The image button only lets you upload, not enter a remote image URL. Maybe that would be the easiest one to change for @[email protected] ?