

Seeing RocketChat in here, when they’ve been actively moving away from opensource for several years now, is at least a bit funny.
Seeing RocketChat in here, when they’ve been actively moving away from opensource for several years now, is at least a bit funny.
It seems recent versions of Lemmy don’t have that problem anymore, right?
I’ve recently discovered Trilium : markdown, electron app but works in pure web too if you host it somewhere, opensource, UX is ok by my standards, and the mobile web app works on Android too. And there is something of an ecosystem around, with extensions for browsers and the such. Sadly, I’ve also (and as recently) discovered its development was halted.
But there’s hope, and a TriliumNext project has seen light, which took right where Trilium stopped (and, from what I understood, they’re still mostly compatible at that point).
Well, I’ve finally found a way using plemmy instead of Lemmy.py. Basically :
from plemmy import LemmyHttp
lemmy = LemmyHttp('https://my.lemmy.instance/')
lemmy.login('username','password')
lemmy.edit_community(community_id=XXX,banner="http:/yyy.tld/img.jpg")
I discovered Trilium a couple days before discovering the project was dead. But here is TriliumNext now so it’s not that much of a problem (yay opensource!)
Works great on a computer, not as much on a phone. There are android apps to send directly something to it, but reading its content involves the webapp directly… which isn’t that bad but overall that’s not ideal. Still, after years of trying floss journaling apps one after another, it’s the only one I kept more than a couple weeks.