Fellow Lemmy users,

The Lemmy development team is considering adding a new tag system that would allow us to tag posts with keywords. This could make it easier to search for and find content on Lemmy.

Before implementing this, the team would like our feedback as users. Specifically:

  • Do you think having post tags would be helpful on Lemmy? Why or why not?

  • How should tags be displayed and integrated into Lemmy?

Please share your thoughts on whether you’d find a tag system useful, and if so, how you’d want it implemented. The dev team reads the feedback and will use it to decide how to proceed.

To give your input, you can comment or vote here or on the GitHub issue[1]. You can vote whether or not you want the feature, and the different implementations, so we can see which is the most popular.

Thanks for helping shape Lemmy! This is our community, so please speak up.

Looking forward to hearing your thoughts.


  1. GitHub — Post tags ↩︎

  • RonSijm@programming.dev
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    1 year ago

    I’m not very familiar with the ActivityPub protocol, but there are easy ways to flatten an hierarchy.

    For example, the tag could literally be “NSFW/Porn/Straight” - though I assume then there’s no system in place to request tags by their parents… So posts with that tag would just get 3 tags: “NSFW”, “NSFW/Porn” and “NSFW/Porn/Straight” in the API, and would be hidden / breadcrumbed in the UI.

    Though it’s not ideal to do it like that, as it would make maintaining structure more complicated - though not impossible.

    Just curious, how open / extendable is ActivityPub? Just to say “the protocol doesn’t have it (yet)” - doesn’t mean it can’t be implemented, either properly or through some workaround like mentioned above