this post was submitted on 12 Dec 2021
2 points (100.0% liked)

Lemmy

496 readers
3 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.

founded 4 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] kevincox@lemmy.ml 0 points 2 years ago (1 children)

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.

[–] dessalines@lemmy.ml 0 points 2 years ago (1 children)

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 0 points 2 years ago (1 children)

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.

[–] dessalines@lemmy.ml 1 points 2 years ago (1 children)

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