I’m working on open source projects :)

🔗 Links:

GitHub Reddit

🍪 Get me a cookie:

Go to Ko-fi GitHub Sponsor
  • 5 Posts
  • 7 Comments
Joined 1 year ago
cake
Cake day: June 18th, 2023

help-circle




  • I’ll see if I can roll this into a future update for !instance_assistant@lemmy.ca . I wanted to try and get a “post to Lemmy” button working, and this is a part of that. Looks like the reddit one was done using a Reddit API, and while the Lemmy ones are different it shouldn’t be too bad.

    UPDATE: I’m able to search for links within the body of posts, but haven’t figured out why it doesn’t search the links yet. I’ll look into it later

    The only limitation might be that the search is limited to a particular instance. Since there is an unlimited number of instances, I don’t think there’s an easy way to search them all without some external service doing some caching of some kind. We could have it search a bunch of different instances, but I want to minimize unnecessary / spammy requests.

    @Bucky@816am.ddns.net, is it important for the extension icon to display the number, or did you usually run a manual search?****


  • This is something that is probably better if implemented in Lemmy itself. It would be tied to a particular community, and it wouldn’t need to cross over between instances.

    If someone tried to make a browser extension for it, it would only appear for people using the same browser extension. Some third party apps have it like that, and it’s not that helpful.

    What’s better for a browser extension / app to take on is cross-instance functionality, such as jumping between instances, having buttons / content in the UI, etc. I’m working on an extension for that ( !instance_assistant@lemmy.ca ), and while I really want flairs as well, I don’t think it would be good for a browser extension.

    Once it’s implemented in Lemmy itself, then we could probably make it easier to add/remove/view/filter flairs using a browser extension.