Obsidian is now free for work - Obsidian
-
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.
I just paid for the sync
β
οΈ
Itβs $4 a month, I drink one beer less a month and I actually save 3β¬
-
This post was how I learned about Obsidian.
For those of you that love it, how do you use it daily?
I use Obsidian as a tool to help my shitty memory.
I want to have one single place where I can go search for a thing I know I saw somewhere but can't remember where or what it was exactly
"Did I watch movie X" -> Obsidian -> Watchlist -> Movies and there it'll be.
Same for tv-series, anime, books, games. Yes there are services that do it like Trakt, Imdb, Letterboxd, TVMaze and god knows how many for games. They all get enshittified eventually requiring you to pay for basic functionality (looking at you trakt...)
I'm building a tool for getting my data out from all those services into Obsidian markdown format, maybe It'll get finished some day
(IMDB and Goodreads work, but you need to do a manual csv export)
"How did I install that finicky piece of software last time" -> Obsidian, I wrote something down because I knew I couldn't remember it. Then I'll improve the guide + refresh with new data.
Now I have a pretty good step-by step guide on how to set up a computer, no matter the OS, just how I like it - all in Obsidian. Mostly just commands I copy-paste and some manual steps that I can't be arsed to automate.
Same with my daily notes, I just write down what I did maybe with some tags so I can find them when I start wondering when did I visit X or put up the curtains in the bedroom.
-
There in fact are FOSS alternatives like Joplin. Personally, I actually switched from Joplin to Obsidian due to a larger community (and therefore community-driven plugins) and overall a more polished UX. That being said, I have the security of switching back if Obsidian ever becomes evil or unusable.
Another aspect is that the entire source code is technically viewable (partially obfuscated) since it's a web app. Having written plugins for Obsidian, you're very much interacting with the source code itself. Feels like open source with extra steps and I wish one day they will finally make the switch to true FOSS.
I switched from Joplin because Obisidian data is just markdown and I can edit and generate it with external apps
Joplin had a custom database system (at the time)
-
This post did not contain any content.
Read whole page. Not sure what Obsidian even is?
-
I like the Markdown-based approach but Sync is way to expensive for my use-case..
$4 a month?
There are sync plugins that use git, s3, WebDAV etc. Or you can use Dropbox or google drive or iCloud or sync thing.
Itβs just a bunch of markdown files and unless you edit with multiple devices at the same time itβs easy to sync
-
Read whole page. Not sure what Obsidian even is?
Note-taking app. Each note is a markdown file, so you can add formatting.
-
I use this as a backup in tandem with the official sync
And the official one works every time, remotely-save just fails randomly and I need to dig through the logs to see what happened this time
-
dam thats a lot for a sync. I guess its supporting the project.
Itβs $4 a month for 1GB of storage, not insane
-
This post was how I learned about Obsidian.
For those of you that love it, how do you use it daily?
I use it for note taking at work. I like that I can add code into markdown. But yeah post notes and paste screenshots. Useful when I want to go over my old tech notes when I've fixed stuff. A personal knowledge base. The fact it's markdown I could just upload this to somewhere like GitHub and it retains it's formatting
-
I just paid for the sync
β
οΈ
Itβs $4 a month, I drink one beer less a month and I actually save 3β¬
Oh I don't disagree, it is worth it. I ended up paying for it myself before I switched to Joplin. I just went down a rabbit hole of realizing I technically could self host the backend and stubbornly tried to make it work well beyond what was good sense at the time.
-
Note-taking app. Each note is a markdown file, so you can add formatting.
A very successful one with a large extension ecosystem to boot.
-
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
-
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.
-
A very successful one with a large extension ecosystem to boot.
What sort of extensions would one use for a note taking app? What sort of notes to you take with it?
-
What sort of extensions would one use for a note taking app? What sort of notes to you take with it?
I use mermaid and git extensions personally.
Lots of AI bros add LLMs to it but that's not my cup of tea
-
I like the Markdown-based approach but Sync is way to expensive for my use-case..
You could use regular Syncthing for any device other than iOS. And for iOS you could use Sushitrain/Synctrain: https://github.com/pixelspark/sushitrain
-
What sort of extensions would one use for a note taking app? What sort of notes to you take with it?
There's lots of types, think even stuff like d&d monster blocks, or custom date ones
-
Read whole page. Not sure what Obsidian even is?
It's like trillium, but not open source
Here is an enthusiastic person talking about the state of the art of one year ago for 20 minute.
https://youtu.be/XRpHIa-2XCE -
Can you selfhost a sync server? Be completely independent of them?
technically yes. they just recently made the sync server open source - https://github.com/streetwriters/notesnook-sync-server - but their documentation for it is still pending.
I've been following their progress for a while and can say that they appear to be following through on all their goals. and are very responsive to issues on GitHub. but don't take my word for it, check out their roadmap to see when they release the self hosting documentation- https://notesnook.com/roadmap/
-
Oh I don't disagree, it is worth it. I ended up paying for it myself before I switched to Joplin. I just went down a rabbit hole of realizing I technically could self host the backend and stubbornly tried to make it work well beyond what was good sense at the time.
Did you make it work? I kind of remember trying but failing. The promise of self host is a soothing edge against feature backsliding (enshittification) so it's a great selling point. But not if you try and it's not actually practical (looking at you signal)