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.

  • LinkEnglish
    arrow-up
    27
    arrow-down
    0
    ·
    8 months ago
    link
    fedilink

    Voyager supports all of these apart from spoilers.

    • It's A Faaaahhkeah!English
      arrow-up
      9
      arrow-down
      1
      ·
      8 months ago
      link
      fedilink

      You’d think they would have worked on the spoiler one first, slightly more important than making your text look interesting.

      • freamonEnglish
        arrow-up
        7
        arrow-down
        0
        ·
        8 months ago
        edit-2
        8 months ago
        link
        fedilink

        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.

        • folkravEnglish
          arrow-up
          5
          arrow-down
          1
          ·
          8 months ago
          link
          fedilink

          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.

          • freamonEnglish
            arrow-up
            4
            arrow-down
            0
            ·
            8 months ago
            link
            fedilink

            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.

          • aͮͫͨ͋ͤͣ͌̏lex͒̃ͪ̃ͨ͛́͂ͪ͗̏ͫͮ̂English
            arrow-up
            4
            arrow-down
            0
            ·
            8 months ago
            link
            fedilink

            Yeah, this. Remark, the markdown library Voyager uses, is very powerful but also extremely complex (it has to be, to deal with Markdown edge cases).

            I made a bit of progress last week on a custom plugin but it’s a lot of work. There’s like 4 layers of parsing required.

            I wish Lemmy used GFM spoilers, which just uses normal details and summary html tags. But alas.

            It’s really annoying there’s no standard markdown syntax in common mark.

        • unbuckledEnglish
          arrow-up
          4
          arrow-down
          1
          ·
          8 months ago
          link
          fedilink

          It’s not just a web app anymore.

    • GlitterInfectionEnglish
      arrow-up
      2
      arrow-down
      0
      ·
      7 months ago
      link
      fedilink

      Voyager added support for spoilers since the comment I’m responding to.

      Just in case anyone wanders in here and is considering Voyager.