logoalt Hacker News

himata4113today at 2:25 PM9 repliesview on HN

This made me realize that obsidian is *not* opensource, but in a way obsidian made me feel like it was opensource. Obviously now that I researched it, it is quite obvious that it is not, but still it 'feels' like it should be opensource.


Replies

bachmeiertoday at 3:27 PM

The data is open and stored in markdown format. Plugins are open source. The core product is not open source, but it's also just an electron app. I've always viewed Obsidian as the inverse of an open core product.

show 2 replies
flexagoontoday at 2:57 PM

To be fair, Obsidian is an Electron app with no obfuscation, so it's pretty easy to get its code. I think I even remember the official Obsidian team telling people to do that on their support forum if they distrusted the app.

show 1 reply
TheGRStoday at 3:17 PM

I don't think that was my impression, but their API is pretty open for creating plugins. In support of the Obsidian model, its a dedicated engineering team, a free tool, notes are stored as .md and not something proprietary, and if you want you can pay them for their sync tool which I find both pretty reasonable and a nice way to support their efforts. Also they keep on improving the product in interesting ways, the new plugin marketplace with all of its verification policies is really nicely done, aspirational even.

But in any case, this is also a nice project, but I guess I'm also an Obsidian evangelist.

zakirullintoday at 2:26 PM

That was the reason a few years ago I started this project.

It seems like software in AI-era should be distributed open source.

So that anyone could tweak it however he wants. Not though clunky plugins system.

show 4 replies
jlostoday at 3:18 PM

Why should it be opensource? Obsidian gives you complete control of your data, which it stores in an open standard.

Please explain to me why developers should act like monks who've taken a vow of poverty? The devs built something valuable, they should profit from it.

show 8 replies
fyredgetoday at 2:51 PM

The reason is open standard. Obsidian uses markdown, that's it. No proprietary database, no fancy algorithm, no locked in platform, just a convenient way to manage your notes (jesus, that sounded like AI). You can realistically do it yourself, but they've helped you to do it for the low price of an online sync subscription.

That's why I will always hammer on open standards and federation.

hdb2today at 4:17 PM

I had absolutely no idea either, I had just assumed that it was, which was a dumb assumption to make. Thanks for pointing it out!

tomberttoday at 5:14 PM

I don't really mind Obsidian being non-FOSS, since it doesn't lock you in to any kind of propriety bullshit.

All my files are just vanilla text files. All the folders are just vanilla folders. All the attachments are just vanilla attachments. If Obsidian pissed me off, then I'd still have my notes in a fairly accessible format.

cushtoday at 3:07 PM

I always just assumed!