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.

  • @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.

        • DessalinesOP
          link
          fedilink
          12 years ago

          Ah cool. Should be easy enough to add, open up an issue on lemmy-ui with this info.