this post was submitted on 28 Aug 2026
146 points (96.8% liked)

Free and Open Source Software

22952 readers
6 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 4 years ago
MODERATORS
 

In the past I'd recommended Trilium Notes as a good FLOSS alternative to Obsidian for a note taking database app, but unfortunately today after failing to restore a trilium backup file to a new install, and finding that the documentation on backups isn't accurate (as in, there are not buttons in the app that the documentation claims are there, and nothing I have tried has worked to restore the backup), I discovered on the github a Claude.md in the repository, and the commit history shows that in the past few months Claude has become one of the most prolific contributors on the project.

If anyone is using this app based on my previous recommendation, I'd personally suggest migrating to a different note-taking app that isn't vibe-coded (and exports backups to plain text, instead of some database format), perhaps CherryTree?

all 35 comments
sorted by: hot top controversial new old
[–] Ahrotahntee@lemmy.ca 58 points 3 weeks ago (1 children)

Well that’s a shame. The developer considered it (approximately) feature complete and handed it off to a collection of devs for maintenance and this what they did with it?

[–] carotte@lemmy.blahaj.zone 26 points 3 weeks ago

the upside is it should be reasonably easy to fork it from before the slop and maintain it independently from there

[–] artyom@piefed.social 18 points 3 weeks ago* (last edited 3 weeks ago) (3 children)

I've really been enjoying https://helixnotes.com/ Kinda like Obsidian but looks nicer and its simpler and easier to use, IMO.

I think @rockyroad226@lemmy.world is the dev?

[–] AloneDownUnder@quokk.au 2 points 3 weeks ago (1 children)

Looks nice and seems to have reminders and a calendar built in.

Do you know if it has a sliding panes mode?

[–] artyom@piefed.social 2 points 3 weeks ago
[–] ProdigalFrog@slrpnk.net 2 points 3 weeks ago

Gave it a try and I have to say I like it quite a bit, and I like that it exports everything in markdown files for backups.

I've been a Joplin user for years, looked at Trilium once or twice, but the complexity and (iirc) database-backed storage kinda kept me away. The latter also always slightly irked me about Joplin, but at least you can export the whole notebook to markdown.

Which I did, when Joplin declared slop contributions OK (and a bunch of plugins were also on the slop teat, and you kind of need plugins). Then I started up SilverBullet and I haven't looked back.

In terms of "I want an alternative for Obsidian" I think it might actually come closest.

[–] uninvitedguest@piefed.ca 10 points 3 weeks ago

I wanted to like Trillium, and was even willing to forgoe the database style back-end... But it can't even handle markdown style notes and previews as graciously as Obsidian.

[–] confusedwiseman@lemmy.dbzer0.com 10 points 3 weeks ago (3 children)

I picked Logseq as the markdown note app when I started. It’s Foss, and I’ve been quite happy with it.

[–] ProdigalFrog@slrpnk.net 16 points 3 weeks ago* (last edited 3 weeks ago)

Unfortunately Logseq also has a claude section in their github, so they are using LLM's too, though I do not know to what extent (the cloude bot has few direct commits, but the devs could be using it for their own pull requests).

[–] SatyrSack@quokk.au 5 points 3 weeks ago (1 children)

How does the community feel about Joplin? I tried out Logseq a few times, but always went back to Joplin for whatever reason.

AFAIK, the Joplin lead dev is using slop machines as well, or anyway endorses it. It's what drove me away.

[–] lazylemons@lemmy.today 3 points 3 weeks ago

Recently made that switch myself. I have to say I do miss a lot of features from Obsidian, but I do appreciate the effort that goes into logseq and think it will continue to improve.

[–] oyzmo@piefed.social 8 points 3 weeks ago

Why not just use folder structure and markdown in textbundle files?

[–] Kissaki@beehaw.org 7 points 3 weeks ago

Well, shit. I only recently started using Trilium. If it were only some Claude commits, I would probably ignore it. But with your documented bad/issue experience, I guess I'll seek alternatives.

[–] moonshine69@lemmy.nz 6 points 3 weeks ago (2 children)

Referring to sqlite is "some database format" feels wrong

It's correct though, isn't it? And sure, it's free and open, and it allows you to do things that are hard/slow/impossible with just a bunch of markdown files, but it is an extra layer, and one that's more difficult than just opening a plaintext file.

[–] ProdigalFrog@slrpnk.net 3 points 3 weeks ago (1 children)

I've never interacted with database software directly before, I wouldn't have the expertise to tell the difference between any database formats without doing some research.

[–] AVincentInSpace@pawb.social 3 points 2 weeks ago (1 children)

SQLite is the single most widely deployed piece of software on Earth. You don't need to know everything about every database format, or even how to open a SQLite file for viewing (many FOSS apps that can do this), but you should at least know what it is.

[–] ProdigalFrog@slrpnk.net 5 points 2 weeks ago* (last edited 2 weeks ago)

I mean, I'm sure there's a very common stitch pattern used in most people's clothing, but I'm guessing most people wouldn't be familiar with it. 🤷

I've never had cause to work with anything related to databases. I'm familiar with SQlite being a database software, but I haven't ever had to open a .db file before, so I wouldn't have known .db is specifically the SQLite format.

[–] nfreak@lemmy.ml 6 points 3 weeks ago

Yeah I've been using this for a while and it's noticeably gone to shit recently. This would certainly explain it. Time to find an alternative

[–] nothingcorporate@lemmy.today 4 points 3 weeks ago

The plugin ecosystem of Obsidian is hard to beat. Now if a FLOSS app could figure out how to be compatible with Obsidian plugins...

[–] heliotrope@slrpnk.net 3 points 3 weeks ago (1 children)

I gave up on notes platforms like this a couple of years ago. I just have a bunch of well-sorted Markdown files that I edit with nano on desktop and Markor on mobile.

[–] SatyrSack@quokk.au 3 points 3 weeks ago (1 children)

I'm wondering why I don't do the same. I write all my notes using Markdown syntax anyway, have Syncthing set up to sync, and am comfortable with raw text editors on every platform. Why am I even bothering with the likes of Joplin? What benefit is that even providing me?

[–] doenietzomoeilijk@discuss.tchncs.de 2 points 3 weeks ago (1 children)

Search, ordering, crosslinking, embedding or at least adding additional formats, easily sharing notes if you have the server going, web clipper, and so on.

[–] SatyrSack@quokk.au 3 points 3 weeks ago (1 children)

Those are all either features of the text editors I am used to using or features that I just don't care about. I am just going to switch to manually managing a synchronized folder of *.md files for a while and determine if I want to switch back.

That's a totally valid approach, and hey, if you want to move back (or across) ti whatever tool after all, they all support ingesting or using markdown, anyway, so no loss.

[–] bookmeat@fedinsfw.app 3 points 3 weeks ago* (last edited 3 weeks ago)

I moved to Outline. The worst part of Trilium was that it didn't easily support copy paste of markdown which I heavily rely on. Outline is pretty great by comparison.

[–] TheButtonJustSpins@infosec.pub 3 points 3 weeks ago

I just started using Zettlr and like it so far.

[–] notSys@lemmy.cafe 2 points 3 weeks ago