Excellent news ! Excellent note taking applications with its ecosystem of extensions.
Excellent news for myself. I’ve wanted to use this at work but it’s hard enough to convince people to use it without asking for money.
Dynalist is where it’s at.
I just don’t see the point of obsidian et al.
Just use a directory structure and save markdown files in it.
There are many apps that are great editors for this structure on every platform. IDK exactly what obsidian does but many editors have zettelkasten (fancy cross links) functionality, just no fancy graph.
Ghostty + helix is the sexxy RN.
the extensions mostly
Good point, the thing is… if you do have MarkDown in a directory, as suggested here, then your CLI tools become your extensions. One can start with git and voila, version tracked. One can used a Web server e.g. Apache or nginx, and voila, accessible anywhere on the network, possibly on the Internet (via e.g. Grok or TailScale). That also includes any programming language, e.g. invoking a Python script on said files. Might not sound like much but it’s a LOT.
So… I’d argue maybe not necessarily extensions themselves but the curation of extensions, namely their discoverability because they are all in one neat spot, with comments from users, etc whereas CLI commands are… all over.
That assumes the person using obsidian is a software dev or a sysadmin. Most users aren’t going to want the extra hassle, or they might be unable to do these things.
IMHO note taking systems are precisely about empowerment. The whole point is to learn… so even if they are not a dev or sysadmin, they can try and scaffold their knowledge, initially typing commands they don’t understand, copy/pasting from the Web, then discover they can write their own, add that knowledge to their system, etc. I’d argue for most people that might be at least as valuable as their own content.
TL;DR: let’s not infantilize fictional users. Having the option to do more, for those who do want to, is extremely valuable.
Source: I’ve seen nurses with no IT training installing drivers in the CLI for their WiFi card, no help from me. IT is cool but it’s nothing magical either, people CAN learn if they want to.
It is a really good app. But was a pain in the ass to keep the archive in sync using multiple different platforms without paying for their sync addon in my experience. You can roll your own sync with stuff like Syncthing, cloud storage, etc. But the archive had a bad habit of seemingly finding ways to get out of sync.
Take a look a SyncThing! It’s a free FOSS app for syncing files and is available on all devices, and it’s all self hosted. I initially used it for Obsidian syncing, but it’s proved incredibly useful beyond that
They mentioned SyncThing. 👍
Did you try any of the sync extensions?
The biggest issue I had was with folder permissions on Android. I also ended up paying for the sync functionality and have zero regrets.
I’ve had zero problems with Dropbox.
I like the Markdown-based approach but Sync is way to expensive for my use-case…
Have you looked at AnyType? Their free version includes 1gb of cloud storage. It’s far less mature than Obsidian, but may suit your use case.
I’ve been using it for a little over a year, and love it.
I like obsidian specifically because you don’t need to rely on some built-in sync tool. The files are right there and in a sane format, you can sync them however you want. I use syncthing for this at home, but the choice is yours
I used to get a lot of merge conflicts working with obsidian and syncthing, as I’d edit on my phone and my computer(s).
Honestly started considering just spinning up a git repo, but knowing me I’d forget to commit lol
The git plugin commits automatically. All configurable. I’ve set it up on both PC and Android once at the beginning and I didn’t have to think about it ever again.
Oooh, I will be setting this up tonight! Thanks!
Neat, I didn’t know that. I currently use Joplin this way, synced across my devices with Syncthing. Joplin also supports directly syncing to Google Drive or Dropbox (with optional encryption).
I tested it at work (we used Obsidian for a while to build an IT Knowledgebase but since moved away from it) and it really couldn’t be simpler.
The main thing that keeps me from trying it is that in order to pay with PayPal you have to use some janky workarounds… As soon as they figure that out I’ll absolutely consider it
I’ve heard about syncthing but fear that it won’t be compatible with all my devices
Syncthing works great for me. I don’t use it on my phone but I know there’s an android version.
Looks like it was deprecated last year, though
Whoo, some good news. Time to ask “Central IT” for it and get ready for another six month rodeo.
Saw this, super cool. Hope they make tons of money with Obsidian Sync
They do, because they don’t offer others easy sync options in the iOS app (only iCloud or Sync, no webDAV, no onedrive, no googledrive, etc. )
You mean all the other methods that exist that can be implemented with ease? My friends have their notes on iCloud to sync, I amuse syncthing, others use GitHub. There is a lot of choice, they just offer an easy alternative way to do it
You can choose to look at it like that, but for me, it was too big of a hassle and switched to appFlowy
It’s interesting that a closed-source app has good reputation among FOSS enthusiasts. Surely they are not a Microsoft or Apple, but still who controls your computer, you or them?
least paranoid foss nut
I just cant wrap my head around why they’re willing to go so far to gain good will from people by having such a generous free tier, but somehow licensing the code under a FOSS license is out of the question??
Why not just go all the way and make sure everyone who cares about reading the souce could also give you free contributions?
Yep and the Android app is full of small things to improve, for sure someone would put in contributions for free
It stores your data in plaintext, and simply uses the program to parse special formatting characters. There are no attempts at obfuscation or encryption, and it doesn’t lock you into a walled garden that refuses to play nice with other programs. The program itself is closed-source, but anyone could write an open source version to parse the same info… There just hasn’t been a good reason to do so. Even if Obsidian as a company and program ceases to exist overnight, your data is still safe on your machine and can be read by anyone who cares enough to dig into the file. Hell, you can even open it as the plaintext file and dig through it manually.
Hol up. Are notes stored in files in a directory structure or a single file? Just that you said “the file” so I’m wondering.
If so, that’s lock in.
And the old version you have on the pc still works, since there is no cloud communication needed to run it.
Obsidian stores the notes in a well known plaintext format on your computer. They can’t easily hold you hostage like with other closed source apps.
I think the big difference is that you can use it for free without any account needed, and all your data is stored locally in a format that remains accessible to alternative apps.
So the moment they start doing questionable stuff you are not a hostage to their app. There are alternatives, they are just not as nice as this currently.
The android app want to quit when you hit the back button and it drives my nuts
I assume this means free for local use? Not any kind of backups?
Use Logseq. It’s amazing IMO. And OSS
This is the same conversation they had with reddit for years. It’s being developed for everyone and we’ll make it open some day. Now look what happened.
I use obsidian but only with the bare minimum knowing that I may have to jump ship at any moment.
It’s regrettable that Obsidian isn’t open source. But the nice thing about it is that its data store is just a bunch of markdown files in a folder structure, and very easily migrated to any other application. They may have the code but they don’t take the data hostage like a lot of commercial software does.
It’s insane obsidian isn’t open source, since it’s just a fancy vscode plugin or fork basically (idk how they developed it obviously but that’s all you’d need to do). That’s why I don’t use it. It’s too simple not to be OSS
Agreed, I use it with as few options and extensions as possible. I don’t want to start creating a complex system of notes that will rely on anything specific. I try to stick to the core functions without any extras because of the worry of eventually falling into a proprietary black hole. I keep my foot in just enough to get my uses but not so much that I might get stuck with the software.
Now that it’s free, are its users the product?
Seems they’ll just keep making money on sync.
Doesn’t appear so but there is that potential in a future update as they’re in control of what the software actually does. If data is indeed stored in plain text files then hopefully an alternative software could could be made to still read that data.
Obsidian files are just Markdown, so there is plenty of software out there today that can parse them. The only thing you might miss is plugins that don’t exist outisd of obsidian.
The canvas built in is the easiest UI I’ve used to make mind maps, I’d surely miss it if I had to migrate.
Fwiw, they’ve open sourced the specification behind canvas, so there’s a good chance any OSS Obsidian “forks” that pop up if they do enshittify will be able to support it.
Essentially, just a giant W.
Nothing else is changing. No account required, no ads, no tracking, no strings attached. Your data remains fully in your control, stored locally in plain text Markdown files. All features are available to you for free without limits.
What’s the catch?
If you want to sync your notes between devices, Obsidian Sync is $48 a year. But since it’s all just markdown files anyway, you could just use dropbox to sync them anyway.
dam thats a lot for a sync. I guess its supporting the project.
Still closed source.
“…until we have a large enough userbase to start monetizing and enshittifying…”
They have a plenty large enough user base and have not done so. You’re literally commenting this on a post of them doing the exact opposite. The fear mongering is insane.
At least if/when that happens all your files are in markdown, owned and controlled by you so migrating to another tool is pretty easy.