I’m working on open source projects :)

🔗 Links:

GitHub Reddit

🍪 Get me a cookie:

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

help-circle


  • I was chatting with a friend, and she mentioned how she tries to at least set up a README, which includes her her vision for the project and her plan for the implementation, design, and goals.

    Best case scenario is that the planning helps her complete the project herself. Worst case scenario, someone else can pick up where she left off and use her considerations for the project.

    I’m thinking of doing that for future projects too

















  • I’ll see if I can roll this into a future update for [email protected] . 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.

    @[email protected], 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 ( [email protected] ), 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.





  • The basic features should work with Lemmy and Kbin, but some of the new ones are unique to Lemmy for now, such as the error page replacement. I’ve found Kbin a little harder to work with because while it’s more flexible, it’s harder to make sure I’m avoiding unintended actions.

    I don’t think there are any limitations with behaw, at least with the current features.

    I tested with mobile Firefox on an older version and it did work. However since you have to jump through hoops to install the extension in the first place, I haven’t looked into it much more. If you try to install it from the store on mobile, it should say that it isn’t compatible. :)