[-] sjmarf@lemmy.ml 6 points 1 day ago* (last edited 1 day ago)

Mlem dev here. You can attach a link to the post directly by clicking the link button in the post editor toolbar then tapping "Paste" (with a link copied to clipboard). We're aware that this isn't the most obvious UI, and are improving the design in the next version.

[-] sjmarf@lemmy.ml 3 points 2 days ago

I'm glad you're enjoying Mlem :)

[-] sjmarf@lemmy.ml 6 points 2 days ago* (last edited 2 days ago)

Hey! We haven’t implemented post searching yet, though we’ll be implementing it in the next version of Mlem (2.0).

To block an instance, you need to go to the instance page. You can do this by searching for the instance in the “Search” tab, or by tapping the (…) button in the top-right of a community page or profile page and tapping the instance name. In the instance page, you can tap the (…) button in the top-right and then choose “block” to block the instance.

To view blocked instances go to the Settings tab, then tap the button at the top of the page (your username), then tap “Blocklist”.

[-] sjmarf@lemmy.ml 2 points 5 days ago

I should mention that I can't get the new Testflight to work either. I use the old version, the Testflight for some reason is unavailable to me. Is it perhaps because I use an older model iPhone?

We closed the old TestFlight, as we don’t plan to release any major updates to Mlem v1 aside from critical bug fixes. The new TestFlight is for testing the upcoming Mlem v2, and requires iOS 17 or later. Mlem v1 supported iOS 16 and above. You can read more about our reasons for dropping iOS 16 support here.

Similarly, I sometimes don't see comments, eg. a post might have 5 comments but I only see 3 or none.

Yeah, this happens because the Lemmy API only returns a limited number of comments initially for large comment threads. It’s the client’s responsibility to request more comments when needed. On the Lemmy website UI, you have to click a “Load (x) more comments” button, and it’ll load the rest. Mlem v1 (and presumably Voyager) haven’t implemented this yet. We’re planning to add it to Mlem v2.

[-] sjmarf@lemmy.ml 1 points 6 days ago

We're glad you like it 😄

[-] sjmarf@lemmy.ml 2 points 6 days ago

Thanks for the report 👍 We're tracking the issue here and will look into fixing it.

[-] sjmarf@lemmy.ml 18 points 2 months ago

We're making several quality-of-life tweaks to the iPad layout in 2.0! So far, we've made the image viewer full-screen and updated the sidebar to look a bit more modern. Here's a sneak peek:

There's also a setting for a more compact sidebar layout, if you prefer that:

(This is all WIP, it might change. Ignore the lack of All/Local/Subscribed buttons, those will be back in before the first TestFlight).

We're also adding a setting that displays posts in a grid with two or more columns, which will make the posts look less wide in this format.

Longer-term we're considering some ways that we can improve the iPad layout as a whole - such as having a three-column layout - but there's some navigation problems to work out and we can't promise that anything like that will be in 2.0.

[-] sjmarf@lemmy.ml 11 points 3 months ago

This is related to a change in Lemmy v0.19.4. We've fixed this issue; it'll be live in a day or two.

[-] sjmarf@lemmy.ml 25 points 5 months ago

This isn't possible in Mlem right now, but we can add it to the next beta 👍

[-] sjmarf@lemmy.ml 13 points 7 months ago* (last edited 7 months ago)

This would certainly be a useful feature. Unfortunately, Apple does not make their translation API available for us to use, so we'd have to use someone else's API instead. I haven't looked too deeply into potential options just yet, but have created an issue here to keep track of the suggestion 👍

[-] sjmarf@lemmy.ml 15 points 7 months ago* (last edited 7 months ago)

We have a very small developer team working in our free time, and none of us have any prior knowledge in the area of low-level markdown extensions. It’s very complex, and we’d probably never leave beta if making a perfect markdown renderer was on our requirement list, so we omitted it. It might be possible to work out given enough time, but that’s time that we chose to invest in other areas instead.

If you know of any other non-web apps (iOS or Android) that are able to correctly render all of Lemmy’s markdown, let us know. We may be able to learn from/use their implementation, depending on the license it’s distributed under. I haven’t seen any Lemmy clients that can do this yet.

[-] sjmarf@lemmy.ml 13 points 7 months ago* (last edited 6 months ago)

Spoilers, subscripts and superscripts don’t work, but everything else does.

Markdown in general is unfortunately rather difficult to render. We use an open-source treesitter that parses GitHub-flavored markdown, which is similar to Lemmy’s markdown. Fully supporting the Lemmy markdown specification (spoilers, for example) would probably require us to instead use a custom implementation built directly out of cmark.

view more: next ›

sjmarf

joined 1 year ago