Often, its asked what the fediverse or lemmy needs more of in terms of content, but are there any specific features or functionality you really feel are lacking?
Multi-communities.
So you can create a list of communities over various instances and show all posts in them as if they were one.This is the big one I want too. I’d love to curate topic based feeds from multiple communities so that other people could subscribe to a single coffee feed instead of 5-8 communities that they had to find themselves. I think this would be particularly useful for new people joining Lemmy, it would save a lot of time if they could just sub to a couple of multi’s and start getting content they’re interested in rather than needing to build their sub list entirely from scratch.
Yeah. Or just personalized feeds that you could share. I’m sure some instances have a great list of communities that their subscribers follow, that isn’t available on/Local. And going to /All isn’t always a good time. If there was like a /All, but maybe with some extra filters, that users could just subscribe to, that would be awesome
I always use /all, out of curiosity what’s your issue with it? I have nsfw hidden, and have been having a good time.
I like /all too, just to be clear. But sometimes I’d like to browse the equivalent of /all, just without politics. Sometimes it’s a little much and the feed could be 70%+ posts about the US election
Plus, some instances seem to have a certain “style” to them. I feel like it would be cool if there was some currated feeds that instances presented, that include content across multiple instances that fit that “style”. Would just be an easier way to explore those niche communities. It would also kinda solve the issue with having fractured communities for the same topic across multiple instances
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. :(
Being able to actually migrate an account, not just settings and follows etc but your post and comment history etc. All data
Some way of linking to a post somewhere on Lemmy that will open up the post in your logged in instance of Lemmy.
deleted by creator
That helps, but honestly, it shouldn’t be a client workaround.
deleted by creator
there’s https://lemmyverse.link, but a native way of doing so would be nice.
Ultimately, using a protocol handler instead of URLs would solve that (ie: like how
mailto
links works).Photon does that, and so does Tesseract, but it only works if you’re logged in since it relies on resolve object API call (which requires authentication)
Search the remote post URL in your search bar, it will open locally
Polls
Show me a list of posts and comments I upvoted.
That works with Boost for Lemmy, so apparantly the data is already there in the backend (and at least one frontend).
The voyager app has that feature.
The API supports that, but not all UIs do yet.
It’s on my “to do” list for my app.
Followong a user.
You can, at least, do that externally through RSS:
IIRC kbin/mbin have that, but I don’t recall whether it applies to all posted material or just a user’s microblog.
I never used it myself, as I really prefer the Reddit-style “community-oriented” structure to the Twitter-style “user-oriented” structure.
deleted by creator
Ninja edits. A grace period where you can edit your comment without it showing it was edited. This is usually for typos and formatting mistakes that you notice right after posting your comment. A minute will do.
If anything, I’d love a diff of each edit vs the ability to ninja edit
There’s a last-edited time, which I think should provide a superset of that information.
considers
Maybe have clients/Web UI more-clearly highlight if a response predated the last parent edit, which is I think the case where that really becomes an issue.
Honestly, I haven’t actually seen anyone involved in bad-faith edits in conversations here. I’ve even seen people regularly thank people who provide corrections before correcting their post to credit the correction. Obviously, that doesn’t mean that it’s true everywhere or will last, but from a community standpoint, that’s one area where I’ve been pretty happy with people here.
rather than allowing edits for invisible edits for X minutes, couldn’t your client just delay actually sending it for X minutes allowing to cancel or edit freely until that point?
Gmail allows a similar feature and it seems safer in a distributed system than relying on everyone else to respect what happens after you send a raw message and an edit right after
Implementing this like Gmail would mean doing it server-side. Handling it in the client would be more error-prone, since your device would have to have a good connection in the future, and if it doesn’t, handle retries and make sure never to double-post.
Back-up/failover instances for communities and users.
Every user and every admin of a community should be able to assign a failover instance in case the main instance goes down temporarily or permanently. All relevant data (posts, upvotes, settings, password hashes, mod log) would be permanently syched so you could just switch over in case of a downtime and most importantly, no content would be lost.
If you implement a feature to set the failover instance as your new main instance, that would also implicitly allow you to migrate users and communities elsewhere.
I got tempbanned for 48 hours in a community recently after not noticing that a mod was objecting to some posts and had deleted a couple until after the ban went in place.
I’d kind of like to have some way to have a higher-priority indicator that a post was deleted or “message from moderator” or something. Preferably a different indicator from just “waiting regular messages”, and a way to view mod warnings or messages from moderators.
I want to be able to put alt text on an image post upload. Accessibility is cool.
It’s an option on lemmy.today when doing an image post.
My guess is that it’s probably just in a newer release, and it’ll show up at the next update your home instance does.
lemmy.today is running 0.19.5.
lemmy.world, your home instance, is presently running 0.19.3.
That’s great news, thank you! It’s something I’ve been asking for since I first began using Lemmy, but there didn’t seem to be interest in implementing it. I’m very glad to see that it’s been reconsidered.
It is implemented on Lemmy 0.19.4. Lemmy.world is one of the few instances still running 0.19.3
Lemmy does pretty much everything I want from this medium of communication. Wishlist features would be:
- A better way of linking posts, I see that there is an extenstion that fixes this issue but it would be nice for new users if this was built in
- Account migrations
- Multi Communities
- A way to assign a #tag to a community. For example If I make c/MMA then I would want every post there to federate with the tag #MMA and every post tagged #MMA to show up in c/MMA
- A way of scheduling posts within lemmy.
- Maybe a little icon that shows where things are being posted from. So if I see a user with a mastodon showing up in the feed with a formatting mistake ill know why.
- An option to follow a thread so you can be notified of all new comments even when its not your thread.
- It would be nice for instances to have a monthly server cost that tracks donations. I couldnt find any examples except reddit but something like this sitting in the sidebar would help show users how much these stuff all costs. There could be one for instances and development cost goals.
A way of scheduling posts within lemmy.
http://schedule.lemmings.world
Maybe a little icon that shows where things are being posted from. So if I see a user with a mastodon showing up in the feed with a formatting mistake ill know why.
That’s the Fediverse icon next to each comment and post?
It would be nice for instances to have a monthly server cost that tracks donations.
Lemmy.zip has that on their home community !home@lemmy.zip
Tags for posts
Add an equivalent to multireddits. I miss that so much
That can be done client-side. I don’t use the feature, but from a brief glance, it looks like the Android client I use when I’m on a phone, Eternity, supports it.
Probably slightly less efficient than supporting it at the API level.
The obvious one, tags and flairs
FYI: Tesseract and Photon both support those by putting [Tags] or [Flairs] at the beginning or end of the post title. Both make them clickable which will search for other posts containing the flair.
Auto mark reply notifications as read.
why? dont you want to read them?
No, I mean clicking on them and reading them doesn’t mark them as read. You have to manually click the “Mark all as read” button or individually click the “mark as read” arrow button on each of the comments.