Lemmy itself allows you to block communities, instances, and users. But it does not support filtering by keyword, e.g. filtering out any post with the word “platypus” in the title regardless of where it was posted or by whom. With help from the comments below, here are some third party Lemmy clients that have their own implementation of keyword filtering:
- Connect
- Eternity
- Interstellar
- Raccoon
- Summit
- Sync
- Tesseract
- Thunder
- Voyager
Do NOT support keyword filtering:
- Alexandrite
- Jerboa
- Lemmy UI
- mlmym
- Next
- Photon
- Quiblr
Comment anything I have missed or mistakes I made
I agree that using a code block is not the right way to handle quotes, but you can control the syntax highlighting in a markdown code block by adding a language identifier.
We never once asked for personal donations specifically in the hopes that if this moment ever came, our userbase would appreciate that we were able to make it this long on passion alone, and trust that your donation will make the best possible impact.
bool getBit(int num, int i) { return ((num & (1<<i)) != 0); }
def add(a, b): return a + b