Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Feeds #3950

Closed
4 tasks done
8ullyMaguire opened this issue Sep 7, 2023 · 1 comment
Closed
4 tasks done

Custom Feeds #3950

8ullyMaguire opened this issue Sep 7, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@8ullyMaguire
Copy link

8ullyMaguire commented Sep 7, 2023

Requirements

  • Is this a feature request? For questions or discussions use https://lemmy.ml/c/lemmy_support
  • Did you check to see if this issue already exists?
  • Is this only a feature request? Do not put multiple feature requests in one issue.
  • Is this a backend issue? Use the lemmy-ui repo for UI / frontend issues.

Is your proposal related to a problem?

No

Describe the solution you'd like.

Implement custom feeds in Lemmy that enable users to:

  • Follow specific users, communities, and instances
  • Include/exclude tags or keywords, keywords could be based on regex
  • Choose to see posts, comments, or both
  • Set a custom feed as the default feed

As a example this is how Antennas work in Firefish.

  • Name
  • Antenna source:
    • All posts
    • Posts from specific users (with text area)
    • Posts from all users on a server
  • Include replies toggle
  • Keywords to listen to (with text area, separate with spaces for an AND condition or with line breaks for an OR condition.)
  • Keywords to exclude (with text area, separate with spaces for an AND condition or with line breaks for an OR condition.)
  • Case sensitive toggle
  • Only posts with files toggle
  • Notify about new posts toggle

Describe alternatives you've considered.

None

Additional context

Custom feeds have proven to be successful in other platforms, such as Reddit's multireddit feature. Implementing these features in Lemmy would enhance the user experience by allowing users to find and organize content based on their interests and preferences.

Related ideas

@Nutomic
Copy link
Member

Nutomic commented Oct 17, 2023

Follow specific users, communities, and instances

You can already follow communities. You can also follow users from other platforms like Mastodon. Following instances doesnt make much sense as they can have completely unrelated communities.

Include/exclude tags or keywords, keywords could be based on regex

Partially covered by slur filter for admins, but this might deserve a separate issue if there isnt one already.

Choose to see posts, comments, or both

Already possible to switch between post/comment views in lemmy-ui

Set a custom feed as the default feed

Sounds like a frontend matter.

Gonna close this issue because its too vague and covers unrelated things. Some of it is already supported, others dont make sense and for multireddits there are already various issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants