Obsidian is now free for work - Obsidian
-
I think for some brains it just doesn't click. How do you write a long form document? How would you write documentation? How would you write a blog post?
I tried for a while but I just couldn't understand the concept of "Everything as an outline."
-
Obsidian has a plug in for this... here is an announcement from the plugin author: https://www.reddit.com/r/ObsidianMD/comments/1bsa6dy/alpha_release_of_my_handwriting_plugin_ink/ (sorry for a reddit link)
-
Well I think the first thing is just simply that documents aren’t notes, so you wouldn’t write those things in Logseq.
What you are writing in Logseq is a zettlekasten, which is just a personal knowledge graph. And in a knowledge graph, everything needs to relate somehow to everything else, that’s why it has to be an outline.
So things can relate to the journal date they were written on, to their parent and children concepts, and to the links that they contain. Every idea has at least a relationship to the date you wrote it, but hopefully you can link that idea to more than just that relationship. You want to organically rediscover that next time you make a cake, that eggs are bad for your allergies, and be able to trace that you discovered that at this doctors appointment on this date.
Otherwise, how would you ever find anything? And more importantly, how would you rediscover it organically when researching other concepts in your graph?
Obsidian purports to help you create organized knowledge graphs, but it makes you plan your organization up front. Logseq lets it evolve naturally and organically, by giving you the necessary tools and constraints.
-
There's also syncthing, which allows syncing a folder... Hell theres even a git plugin to bypass obsidian sync, so you can get version controlled notes (which might be desirable in a work setting)
-
Yes, but the syntax and documentation on the queries is obtuse as hell in logseq. Like it is ridiculous how granular you have a to get of you want to return all links within a time period or something. If I need to write SQL to pull notes, I should just use a database, lol.
The nice thing about tags as a distinct entity is it offers the option you can utilize if you choose. It gives you two buckets you can sort into and connect between. And it does make creating "topic groups" easier than manually linking them all to a tag page in logseq, imo.
Conversely, I would massively prefer of Logseq abolished support for hashtags entirely if they are functionally identical to wikilinks. Or combine them so the hashtags auto-convert to wikilinks or vice versa. But supporting hashtags in any manner when they are frankly not a "real" feature is more frustrating. Making topic links in Logseq is harder because of this.
Also, the existence of tag pages themselves is a confusong abberation given the above...
Logseq is a great tool, but very different in terms of what it is best suited to handle. I think I will revisit it for if I do a lot of writing, but for disparate ideas or notation it is good but could be 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?
-
Can you elaborate on this? I use logseq as an information dump and use tags and hashtags to associate the individual entries with a certain topic. I love that i do not have to think about the file structure (where do i have to put it?) and instead can just write it down immediately.
E.g: had a meeting with #name with regards to #project Z. We have a set of new requirements that need to be implemented in by Q3 2025….
Would this be significantly different in obsidian?
-
Just because other tools use # in other ways doesn’t mean they aren’t useful the way they are now in Logseq. It’s just a one character shorthand rather than four characters. I find tags as they are in Evernote and Obsidian exceedingly worthless for all but the most strictly organized individuals, not so in Logseq. Call them what you will.
A query is helpful when you need it, but rarely needed.
-
Yeah Logseq is actually a much better knowledge management tool than obsidian. It’s literally built for that, whereas obsidian requires you to force structure onto it.
-
Saw this, super cool. Hope they make tons of money with Obsidian Sync
-
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.
-
Can you selfhost a sync server? Be completely independent of them?
-
I moved from Google keep notes to obsidian.
As for the onenote its useful for its hand written notes.
Yea i know obsidian has it but i have so many old notes there. But I'm making new notes in obsidian itself
-
Whoo, some good news. Time to ask "Central IT" for it and get ready for another six month rodeo.
-
I like the Markdown-based approach but Sync is way to expensive for my use-case..
-
If they open source all their code, some tech wizard will implement a self hosted obsidian sync server with the same convenience as theirs in a day, and the company will lose their revenue stream
Obsidian is storing everything as plaintext files. Those convenient selfhosted sync solutions have been out there for years.
-
That's a bit naive imho. Remaining closed source is a form of IP protection and that's really ok for what Obsidian is (a markdown editor). There's just not any benefit for them other than appreciation from FOSS enthusiasts. Also maintaining an open source repository causes a higher workload and they lose a lot of freedom.
If privacy is your concern you don't need source code anyway. It's quite easy to sandbox an application like that and analyse network traffic and such. Also Obsidian is built using Electron. That means with enough motivation one could quite easily reverse engineer most of the app. Most of the applications behaviour can also be observed via the integrated dev console, which lets you view source code.
In short I don't really see the need, unless I want to build or maintain it myself. And I think the negatives far outweigh the positives from the perspective of Obsidians team.
-
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.
-
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.
-
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.