23
Lemmy app with community grouping?
(lemmy.world)
A home for discussion of Lemmy apps and tools for all platforms.
RULES:
An extensive list of Lemmy apps is available here:
Visit our partner Communities!
Lemmy Plugins and Userscripts is a great place to enhance the Lemmy browsing experience. !plugins@sh.itjust.works
Lemmy Integrations is a community about all integrations with the lemmy API. Bots, Scripts, New Apps, etc. !lemmy_integrations@lemmy.dbzer0.com
Lemmy Bots and Tools is a place to discuss and show off bots, tools, front ends, etc. you’re making that relate to lemmy. !lemmy_dev@programming.dev
Lemmy App Development is a place for Lemmy builders to chat about building apps, clients, tools and bots for the Lemmy platform. !lemmydev@lemm.ee
I actually looked for this too, connect had some separation with favorites, but I didn't see anything else.
Most of the devs are pulling existing repos for functionally that's common in app structure, but there's no way to even do something like list the communities on the instance you're connected to anywhere but the website yet, because it isn't even a thing on any other social media apps.
We'll get there.
It they can pull your favorited communities. On the community page? Add a drop-down menu for group (last option is always new group) Then they would just need a json file to save your grouping and add the groups to the home selection menu.
I guess the issue is at how to display them in a list that’s organized. You’d need to pull from each community separately and order the messages with an algo…