Feature idea: Hide an individual post

https://lemmy.world/post/2112778

Feature idea: Hide an individual post - Lemmy.world

This is a useful feature on reddit. I don’t want to unsub or block a community or user, but a don’t want to keep seeing a particular post in my feed.

You may want to cross-post this to [email protected] instead, as that’s where Lemmy-as-software discussions/requests are more appropriate. It’d be a nice feature for sure though, and the current “Hide read posts” option is just a bit too overkill to suggest as a workaround for you for now, I think.

and the current “Hide read posts” option is just a bit too overkill

Exactly! I don’t want to read everything I hide and I don’t want to hide everything I read.

Seconded, would be nice to also have “hide all posts with this url” to cover posts to other communities/servers, but that’s less critical.
This feature is available in some clients
also useful to hide post that contain a string in the title.
My favorite part about boost was the ability to blacklist key words and hide posts. Blacklisting the word anime and hiding every bait and switch meme was great
Summit for Lemmy supports this now :D
It’s title and body better for you than title + body? I added it to my app after multiple people asked for it, but I don’t understand the appeal

You should give Voyager a try vger.app

You can slide posts to hide them, that’s how my feed stays fresh.

Voyager for Lemmy

Voyager is a beautiful mobile web client for Lemmy. Enjoy a seamless experience browsing the fediverse.

Not quite the same thing but just today I’ve come across this userscript: lemmy-keyword-filter

It’s a very simple keyword filter. I am using it to get rid of some hype noise from a community that I am otherwise interested in. You might want to edit the @match rule to restrict it to the Lemmy instances you use.

I use Violentmonkey to run it but any userscript engine should do as long as it supports GM_getValue, GM_setValue and GM_registerMenuCommand which are used to provide a minimal UI to edit the keyword list.

GitHub - Zetaphor/lemmy-keyword-filter

Contribute to Zetaphor/lemmy-keyword-filter development by creating an account on GitHub.

GitHub