this post was submitted on 27 Jul 2023
16 points (75.0% liked)

Jerboa

10352 readers
2 users here now

Jerboa is a native-android client for Lemmy, built using the native android framework, Jetpack Compose.

Warning: You can submit issues, but between Lemmy and lemmy-ui, I probably won't have too much time to work on them. Learn jetpack compose like I did if you want to help make this app better.

Built With

Features

Installation / Releases

Support / Donate

Jerboa is made by Lemmy's developers, and is free, open-source software, meaning no advertising, monetizing, or venture capital, ever. Your donations directly support full-time development of the project.

Crypto

Contact

founded 3 years ago
MODERATORS
 

Jerboa currently ignores single line breaks. I think single line breaks should be implemented as the only other alternative is double line breaks which are not always appropriate.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] sugar_in_your_tea 8 points 2 years ago (1 children)

We could probably add it easily to the existing markdown library since it supports plugins (in fact, the lemmy link handling is done with a plugin).

But the main reason to not do it is to not be surprising. Ideally Jerboa renders the same as lemmy-ui and other Lemmy mobile apps. That's why standards exist.

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

Oh cool, didn't know about the plugins.