While @nutomic@lemmy.ml and I do have a lot of issues that are going to take us a lot of time this upcoming year, its still useful for us to hear what your most desired features for Lemmy are, and prioritize them.

If they’re smaller, we could get to them fairly quickly, or others wanting to contribute could see whats most wanted.

Outside of just posting them here, make sure github issues exist for them (this is what we work from), and do a thumbs up react for all the ones you’d like. Despite being a popular project, we have very few people voting on these issues . We can then use the link above (issues sorted by most thumbs up ), to keep track.

Thanks all.

  • Arthur Besse
    link
    fedilink
    82 years ago

    Human readable URLs! The URL is a very important part of a site’s user interface, and lemmy’s URLs currently just have a post number - there is no title, or even the name of the sub-community. Compare this to reddit: when I paste a friend a reddit URL in chat they get two hints about what it is about: the subreddit name, and the post’s title, both embedded in the URL itself. This lets them decide if they want to click it now, or later, or never, or to recognize if they’ve already seen it. Lemmy links should be like that.

  • riccardo
    link
    fedilink
    52 years ago

    The ability to tag posts (what are called “flairs” on reddit)

  • down daemon
    link
    fedilink
    32 years ago

    maybe more privacy features, like offering an invidious link when someone posts youtube, nitter for twitter, stuff like that

    • DessalinesOP
      link
      fedilink
      32 years ago

      We could add helpers in the ui, like the one we have on the create post page for using an archive link. But overall I’d like a link aggregator to remain mostly agnostic about the links being posted ( we also do remove some tracking / utm params tho ).

      The other thing is there are many of these 3rd party viewers, and they go down quite often and leave dead links. We’d use it if someone made a rust or js library for it tho.

    • DessalinesOP
      link
      fedilink
      42 years ago

      We added this a few months ago. Go to your profile settings, and the blocks tab.

      • @kevincox@lemmy.ml
        link
        fedilink
        02 years ago

        It would be nice if there was a button on the community profile to make this easier to discover and use.

            • DessalinesOP
              link
              fedilink
              32 years ago

              Sorry, I thought that was in response to your RSS comment. You can only block communities from your profile settings currently.

    • @Slatlun@lemmy.ml
      link
      fedilink
      2
      edit-2
      2 years ago

      There is an option in lemmur to block community that I assume is inherited from Lemmy. Just go to the menu on a post and select it.

  • @Echedenyan@lemmy.ml
    link
    fedilink
    22 years ago

    In the raw install docs I would like:

    • OpenRC or SysVInit service examples
    • Apache HTTPD configuration example
    • Adapt the Certbot script as it is being ran as a general distribution when the fact is that Debian-based distros already provide Nginx and Apache HTTPD plugins and it is being ran as a cronjob by default at /etc/cron.d/certbot
  • @federico3@lemmy.ml
    link
    fedilink
    12 years ago

    Sorting/scoring of posts and comments based on votes from users that I trust or users with similar voting pattern to mine.

  • @zksmk@lemmy.ml
    link
    fedilink
    1
    edit-2
    2 years ago
    1. Multi-communities akin to multireddits, and also, cross-instance multi-communities.

    2. If you log into your account on a post, I’d prefer to be taken back to the post, instead of the front page, as it is now.

    3. MoAr federation (for example, the ability to follow mastodon or pixelfed accounts from Lemmy, it could work well with custom multi-communities).

  • aks
    link
    fedilink
    12 years ago

    Is there a way to block instances locally? Like on mastodon where I can block a huge list of instances: If I block an instance I wouldnt see content/comments originated from those.

      • aks
        link
        fedilink
        22 years ago

        Ah okay… Well if possible I would like to see that in feature list someday :) Especially if/when lemmy gets more popular and there will be more… Less nice instances popping up.

  • @abbenm@lemmy.ml
    link
    fedilink
    12 years ago

    I just would want the option to view pages as lightweight, static html with low or no JavaScript, even if it means pages are not interactable.

    I also think it would be nice if there were additional themes, and that the things fundamentally rethought how much white space was put all over the place. There’s so much potential with the things, but I genuinely just don’t think they are reaching their potential right now.

    • @snek_boi@lemmy.ml
      link
      fedilink
      12 years ago

      I see what you mean with theming. Making it easier to change themes easily makes the experience better for those of use who want it just right in a different way. But as to defaults, I don’t dislike Lemmy’s design at all. Though I get the desire for flexibility.

    • DessalinesOP
      link
      fedilink
      12 years ago

      Lemmy UI works with javascript disabled, but you can only read things, everything else doesn’t work.

    • @Whom@lemmy.ml
      link
      fedilink
      02 years ago

      I’d really love to see an option that’s closer to old reddit or Tildes.net or something, I always feel a little alienated by the design as it is now.

  • savoy
    link
    fedilink
    12 years ago

    Maybe have additional info when browsing from the home page that shows how long ago was the last comment on a post, or how many additional comments have been added since the post was last viewed.

    It’d make the “new comments” sort a lot easier to parse as you can easily ascertain which posts have enough new discussion to read through again.

    • DessalinesOP
      link
      fedilink
      22 years ago

      You could open an issue on lemmy, cause that would require some DB additions.

  • @kevincox@lemmy.ml
    link
    fedilink
    12 years ago

    It would be nice if the RSS feeds were advertised. For example if I browse https://lemmy.ml/c/lemmy I wouldn’t know there was an RSS feed until I find and click the little RSS icon.

    If a <link> to the RSS feed was provided my browser extension would light up and I can subscript just by putting the community URL into my reader instead of having to spot the RSS button on the page.

    • DessalinesOP
      link
      fedilink
      12 years ago

      The RSS feed is advertised, on that button. There is an <a href to that RSS feed also, so I’m not sure why your browser extension wouldn’t pick it up.

      • @kevincox@lemmy.ml
        link
        fedilink
        12 years ago

        I’m talking about RSS auto-discovery via <link> tags. In the head of the page there should be a link take like <link rel=alternate type="application/atom+xml" href="https://lemmy.ml/feeds/c/lemmy.xml?sort=Hot">. This way browsers, extensions, search engines and feed readers can discovery the link automatically without the user needing to identify the feed link on each site.