I know there are a ton of iOS apps for Lemmy. But what are they missing? What experiences would you like? It could be quality of life or big and ambitious features
Many of you often have really good ideas and feedback, I’m looking forward to responses.
I think it's because spoiler tags in lemmy have been custom-made for some reason, whereas all the other stuff is standard markdown. Voyager is a web app, so it can maybe only render whatever the engine it relies on can render.
Edit: Turns out I'm 2 for 2 on making incorrect statements in this comment.
I’m pretty sure spoiler tags are just not part of the markdown specification. This would mean it’s probably easy enough for an application developer to just take the raw comment and pass it to what I assume would be a markdown rendering library (haven’t done app dev much), but spoiler tags won’t work without some additional work.
A quick Google suggests you're correct - big sites have implemented their own versions, but it looks like everyone has spent the last decade arguing with other about a CommonMark standard.
Voyager does bold and italic without needing to know those, but yea it would be nice to add the others you listed without the syntax.
It also does crossposting, text faces
(/¯ ಠ_ಠ)/¯ share comments and posts as images, preview,
quoting
, auto finding communities and users sorted by most pustular, porting subs from Reddit to communities, etc.
On my client (Jerboa), all of these worked except for ^Superscript^Normal~Subscript~, honestly I don't know why it doesn't support this very specific formatting thing.