Admiral Patrick

I’m surprisingly level-headed for being a walking knot of anxiety.

Ask me anything.

I also develop Tesseract UI for Lemmy/Sublinks

  • 6 Posts
  • 200 Comments
Joined 1 year ago
cake
Cake day: June 6th, 2023

help-circle






  • Sadly, Lemmy doesn’t provide crosspost information in the feed; the frontend has to detect those duplicates and roll them up itself.

    Not sure if any other UIs do, but Tesseract will match crossposts on title as well as URL (the default UI only uses URL). I wrote that behavior in specifically for what you described; I was annoyed by seeing 3-4 duplicate posts to different communities all in a row.

    It’s not perfect since the crosspost rollups only happen if the duplicates are fetched in the same batch, but it does help a lot.












  • I have this in Tesseract as “Community Groups” (works exactly like you described; browse the group as a custom feed), but I’ve neglected it for some time now. It works, but it’s kind of slow and the sorting/mixing could use some improvement.

    The sorting/mixing used to be better, but Lemmy 0.19.0 removed most of the ranking specs from the API response, so I can only sort on the basics like score, number of comments, and date. :(



  • Looks like you can embed SVGs in markdown, and they render (tested in Tesseract and Lemmy-UI). So if you link them externally, support is technically there.

    Lemmy Logo SVG

    EmojiMart also supports SVG for custom emojis. So I guess if you host SVG custom emojis from a static folder, they should work as-is, though you’d need to add them to the database manually (which is a Lemmy UI limitation since it only presents an upload field rather than a URL field).

    But yeah, pict-rs seems to be the roadblock for “native” support.