Sure, but then you can’t access it on windows or android. Or the web.
I’m responding more to the comment that it’s extra steps. It’s clearly not as good a solution as obsidian, but there are no extra steps for it being accessible over the web or to all your devices - not just those for the devices built in cloud provider.
If windows or android is a must then use something that has a client in them. I use OneDrive because it's the cheapest in my region. It's got terrible support from Microsoft, just lazy and terrible, but there are third party sync solutions for all platforms.
I think GitHub/gitlab issues is totally viable. Obsidian/Logseq too.
If it doesn't, you just need to find one that does. I use it because I don't care about iOS. If you need one that supports iOS, macos, windows, Android and Linux and there isn't one, then it's justified to pay for their sync solution.
I have access on all my devices through my email provider WebDAV. I don't pay anything to Obsidian for this (but I do donate to them because it actually is the best notes provider, in my opinion).
So I guess the extra step is “not install and configure a 3rd party WebDAV plugin for all your devices while ensuring you have WebDAV support by your email provider”?
I guess so. I'm personally not getting bogged down in extra steps or not. I simply don't trust GH to keep my personal note data for me, it's much too valuable. It looks like it is possible to backup GH issue data... with some extra steps...
I’m not denying that obsidian is a better solution, just pointing out to the parent that there aren’t “extra steps” to the described solution - it is exactly what it is - but you need to add paid features (8$/m) to obsidian in order to get web access.
No you don't. You can use your own web-hosting or web-syncing solutions. I just use Git. There's an excellent (and free) plugin on Obsidian exactly for this reason.
I never said Obsidian doesn't require extra steps to setup sync without paying. Do you happen to know one that also allows you to save locally and have back-linking features?
Obsidian sounds like text files with extra steps, but your point remains, plain text files are great. There's multiple solutions from keeping them available across devices.
The extra step is to open the text file in an editor, except in this case the editor is called Obsidian.
Granted, you do have to install it versus using the default editor that comes with your operating system, so that is an extra step. But most people don't use the builtin editors from their OS anyway.
As others have pointed out you don't "host" Obsidian - it's just a local collection of markdown files. But if you're asking about a self-hosted alternative to "Obsidian Publish" for creating a knowledgebase that others can answer, I'm Quartz[0], a static-site generator designed to turn Obsidian markdown files into a website. I'm building and it and hosting it on Gitlab Pages at work[1].
Thanks, I just need it locally on my own machine, do t need to share. Just need to back it up.
I can't install software, but I can run containers, so I thought I'd just run osidians docker image and host on my mavhine
I recently went through this effort and I'd say it's worth it. In particular, I've used the "Self-hosted LiveSync" plug-in + docker.io/oleduc/docker-obsidian-livesync-couchdb, and I setup all my infrastructure within a VPN (with Tailscale, this was pain-free).
I knew about using just git, but having Windows, Linux, macOS, iOS and Android, it was just way easier to use this solution instead of fighting with git-like apps for each OS.