Obsidian is now free for work - Obsidian
-
Markdown is also an open format. You aren't forced to use Obsidian for everything, and there are already numerous programs that are capable of displaying the formatted end-file, because it's standard markdown.
It's not some proprietary thing that only Obsidian uses.
-
This post was how I learned about Obsidian.
For those of you that love it, how do you use it daily?
I use it to track everything..
Quick notes
knowledgebase
Follow up (personal and work)The great thing about Obsidian is how flexible it is.
The bad thing about Obsidian is how flexible it is..I have seen may people comment, or outright leave, Obsidian because because there was too much to learn.. or too many plugins to explore..
Personally, I only look for plugins if I need something specific. Don't see the point of trying random plugins. Is like spending time finding solutions to a problem you may not have..
Also, I work on tech and many documents are in markdown. Obsidian makes it easier to read those. Specially the collapse / expand functionality is really great for exploring large docs.. as long as the creators properly used sections (basically # for level 1, ## for level 2..and so on)
-
It's not just about syncing files. It's also the fact I can edit stuff on my tablet and see the changes in almost real time on my laptop with Obsidian Sync. I believe most other solutions wouldn't play nice with such a workflow.
-
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
-
Markdown is also an open format. You aren't forced to use Obsidian for everything, and there are already numerous programs that are capable of displaying the formatted end-file, because it's standard markdown.
It's not some proprietary thing that only Obsidian uses.
Use obsidian enough and your brain also just starts to interpret raw markdown lmfao.
I've definitely caught myself using md to format pen and paper notes before.
-
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-fork for Android is the only tricky bit
-
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?
Well, the good news? A wider audience most certainly means a FLOSS suite that can parse the data from it. It doesn't seem very opaque, but more like Markup++.
-
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.
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 like the Markdown-based approach but Sync is way to expensive for my use-case..
Have you seen the community-made self hosted sync plugin?
-
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
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).
-
Obsidian is a note taking app. Todoist specializes in creating tasks and scheduling them. They are different tools for different jobs.
That doesn’t change the problems I had with todoist. I was using it in a note taking format, the scheduling part wasn’t really relevant to my use.
-
Obsidian is a note taking app. Todoist specializes in creating tasks and scheduling them. They are different tools for different jobs.
You can extend obsidian to basically do anything.
-
I use Obsidian between Ubuntu and IOS.. Sync is a bit erratic.. It always... eventually, refreshes, but have not been able to find how to force sync on IOS. Sometimes end up doing trivial changes to see if can get the sync on IOS to trigger.
Ubuntu client shows when it does sync and it does appear to do it fairly quick.
Good to know. Thanks for the real world use info.
-
Have you seen the community-made self hosted sync plugin?
I have not, does it work well?
-
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 pretty much everything. Any random crap i need to jot down go into the daily notes with a tag of some sort, Excalidraw extension for any sort of diagrams or a string board for connecting different notes/pictures together, code snippets, documentation etc.
I dont use their sync, but I have proton drive keeping the directory backed up in case of emergencies, and I have a git repo for when i want to officially keep something tracked.
-
You mean like the obsidian canvas?
That's the thing, thank you! I tried looking before and couldn't find anybody doing it. Maybe I discounted obsidian because it wasn't free or foss. If it's free now and the format is open then that helps a lot.
-
I have not, does it work well?
Yeah, works nice as long as you have a server to host it on.
The only annoyance is that it's not very space efficient and you have to rebuild your database like twice a year to bring the size back down. It might be not that bad depending on what you do. I create above thousand new lines of notes with a lot of pictures every day and I'm at around 2GB after rebuilding the database. I expect it to go up to like 6GB biyearly, but, again, clicking on the rebuild button deals with that.
-
This post was how I learned about Obsidian.
For those of you that love it, how do you use it daily?
Not daily, but their canvas feature has a feature that lets you embed previews of your files into the flow charts you make. It's pretty nice, since you can have shorter files entirely visible with everything else. Makes it pretty good for software development and project management, in my experience.
Careful not to go overboard with it, though. I feel like a lot of people fall down the "productivity pipeline" when using it, where they end up procrastinating by trying to optimize every little thing and end up doing nothing at all.
-
Looks like it was deprecated last year, though
It was yeah. But there's a fork which is much better.
-
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?
I've been really enjoying trilium as an open source alternative but fair warning it's not as polished as Obsidian