I have just deployed a script and a mastodon bot which attempt to hashtag lemmy posts so that they are better discoverable in microblogging services.

Please check the README for the why and the how.

If you have a microblogging account, please consider following the bot account which will help its hashtags federate to your instance’s public timeline.

Many thanks to @jgrim@discuss.online for hosting the bot.

PS: If you have a mastodon account, you can reply to your posts on mastodon (just search for their url) and add hashtags to your replies. This will achieve a quick and dirty version of what this bot is doing

  • nutomic@lemmy.ml
    link
    fedilink
    English
    arrow-up
    5
    ·
    7 months ago

    Well there are some different ideas for implementing hashtags. One idea was that Lemmy could follow hashtags from Mastodon etc to display them in the corresponding community. The only way to receive these hashtag posts is by following the users who create them, but Lemmy doesnt support user following.

    Another option would be that Lemmy adds hashtags to posts so that they are picked up by Mastodon etc, without Lemmy itself using hashtags. This is definitely doable, for example it would be very easy to automatically add hashtags based on the community name, so everything in /c/memes would have #memes hashtag. It would also be possible to configure the hashtags in community settings similar to this tagginator tool, but that would require more extensive changes.

    A third option would be to add hashtags based on post tags, thats what db0 was discussing before and which I referenced with that comment. However we are still discussing how post tags should work as you can see from the issue and from the RFC.

    So option two or three seem reasonable, but like you say none of the maintainers seem to give this much priority. So the only way this will get implemented is if someone else writes the code. Thats just the reality, complaining wont change anything.

    • 0x1C3B00DA@kbin.social
      link
      fedilink
      arrow-up
      3
      ·
      7 months ago

      I want to be able to add hashtags when I create a post, either through a field (like title, body, etc) or directly in the body of my post like everywhere else on the #fediverse. This doesn’t require any extra moderation, its compatible with the rest of the fediverse, and would increase discoverability.

      Thats just the reality, complaining wont change anything.

      I was venting a frustration with a fellow user, which is perfectly reasonable. And clearly, there’s a chance it could change something, because it got your attention and made you jump in.