Live data from Hacker News

Show HN: Open-source obsidian.md sync server

news.ycombinator.com

111–120 of 157 posts

Re: Show HN: Open-source obsidian.md sync server

#111
post #31

(Obsidian CEO here) Impressive! It's fun to see the diversity of ways people sync/backup their Obsidian files. The nice thing about storing all your notes on your device is that it makes it possible to move and edit your Markdown files in many different ways. That diversity of solutions is what makes the ecosystem of Markdown tools resilient over the long term. There are already a handful of tools that allow you to s…

Just wanted to say thank you for not attacking/threatening the creator!

Re: Show HN: Open-source obsidian.md sync server

#114
post #31

(Obsidian CEO here) Impressive! It's fun to see the diversity of ways people sync/backup their Obsidian files. The nice thing about storing all your notes on your device is that it makes it possible to move and edit your Markdown files in many different ways. That diversity of solutions is what makes the ecosystem of Markdown tools resilient over the long term. There are already a handful of tools that allow you to s…

I just want to say how much I love your product. So many of the best things never make it financially, but I really really hope you all make it. I'm 100% willing to support obsidian financially, just need to know where and how to do that. I don't want an account or a sync thing, I just wanna give you all money for the great product.

Re: Show HN: Open-source obsidian.md sync server

#115
post #5

i use https://github.com/vrtmrz/obsidian-livesync and self-host a couchdb instance for it... this looks like it might be a bit cleaner once it's all fleshed out...

I use this as a docker instance running on my old laptop. It just took a minute to set up and works really well. The sync is as good as apple notes or whatever commercial software there is.

Only issue is i could not sync with an old iphone running iOS 12.

Re: Show HN: Open-source obsidian.md sync server

#117

Earlier quoted context omitted.

Yep; I switched from Obsidian to Logseq because Logseq works the way I always wanted to take notes. They are both great tools, even if Logseq lacks some in the polish department (and honestly, it's pretty good).

I really wish Logseq had better/more plugins, a less janky sync option, and publish. Maybe it'll get there, but I kinda doubt it. I've toyed with creating a plugin for neovim that parses Logseq formatted markdown and gives me a similar experience, but it would be a lot of work.

I was suprised at how smooth Obsidian's vim-mode is.

Re: Show HN: Open-source obsidian.md sync server

#118
post #90

Earlier quoted context omitted.

Yeah I can think of 30 different ways to make the sync work, but I can't be bothered to, Sync works really well, and I feel like financially supporting the Obsidian team in some way. $8/month is a bit steep, but I snatched $5/month early bird pricing and I consider that to be a lot more acceptable of a price. Edit: worth pointing out there's a 40% discount for non-profits and students: https://help.obsidian.md/Licens…

It kind of boggles my mind when people say 8$/month is steep. I get that we don't all live in rich countries, but still. If you are using a tool everyday this is really not much. I think we have been conditioned to expect software to be free. Maybe because there is nothing tangible? It's also hard to do micro payments on the internet ironically, on that 8$ you can easily pay almost a dollar of fees. If that wasnt the…

Dude you use ironically for no good reason, no wonder you don't understand how much $8 is in many countries. Utter ignorance.

Re: Show HN: Open-source obsidian.md sync server

#119

What I've long been looking for is a sync service that handles syncing these directories of markdown, but then provides value added HTTP APIs on top of them. I can sync my markdown files from place to place with ease, but what I really want is the ability to POST myserver.com/newpage and have it artificially inject a new Markdown file at the path I request. This could be system agnostic, Obsidian, Logseq, and tons of…

So you want WebDAV support?

This would be quite good if it also used SVN's autoversioning mode (essentially a webdav client can create new versions of a document in svn without knowledge of svn).

Re: Show HN: Open-source obsidian.md sync server

#120
post #22

I've been using the main Obsidian git extension, https://github.com/denolehov/obsidian-git . Took some work to set it up ergnonomically but it works great now. I enabled auto-commit and push on save, and auto-pull when you start the editor. No merge conflicts yet between two machines. Should note I use Obsidian for a journal, so it's pretty much append-only.

Obsidian Git has been working great for me too. I use different configuration directories for each device to avoid configuration conflicts. It works very seamlessly once set up.
Post reply on HN