Sorry, I’m sure this has been asked recently but I can’t find it while searching.
Are there any web based lemmy clients (like alexandrite) out there that allow post filtering by keyword? I’m not as concerned about filtering comments, but that would be nice as well.
And if it has to be an app, any suggestions for a linux desktop?
Voyager is mobile-first, but can be run as a webapp frontend that you can host locally (out of a repo or docker container), or set up for web access. If it’s just keyword filtering you’re after you can also use ublock origin rules to do that (in fact there was a lemmy thread today talking about it somewhere) You can set rules like
lemmy.ml##.post-listing:has(.post-title:has-text(/trump|elon|musk|biden|kamala|rfk/i))
and the content will simply not render.
Nice. I tried doing it myself in ublock origin but never got it working right. I’ll try to find that thread and/or work off your example.
Mostly just keyword filtering but it would be nice to have some of Voyagers other features. I wasn’t aware you could local host it with a web front end like that. Looking into that as well.
Thank you!