Live data from Hacker News

Show HN: Open-source obsidian.md sync server

news.ycombinator.com

31–40 of 157 posts

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

#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 sync your notes for free, including Git, Syncthing, and some other options more specialized for Obsidian (see community plugins).

Obsidian is a small company, we're not VC backed (100% user-supported), so the Sync pricing helps us stay in business and keep the lights on. We also have a 40% educational discount on all our services[1] so you could be paying $4.80 instead of $8 :)

Reverse engineering things is a fun technical challenge, and also helps us find potential holes in our system. The main problems I see with your solution: 1. it could easily break in a future update to the app, 2. "Obsidian Sync" is a trademark, so you should consider renaming the repo otherwise it can be confused for an official tool — that would be my only request

[1]: https://help.obsidian.md/Licenses+and+payment/Education+and+...

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

#32
post #29

What's wrong with using Dropbox or Github?

What's wrong with getting an FTP account, mounting it locally with curlftpfs, and then using SVN or CVS on the mounted filesystem?

Dropbox is a consumer product, while Github is a nerd's product. I put them both to indicate the range of options.

Dropbox or iCloud are solutions you could put on a blog for folks who have no interest in learning how to use a CLI.

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

#33

What is it that people love about Obsidian? (not trying to throw shade, genuine question as I never understood the hype) Obsidian is not able to open a local folder on my machine stored in Windows Subsystem for Linux, which for me makes it a non-starter (my personal knowledge base is stored there). I personally prefer the Notion UI but hate being locked into their cloud, so I created an offline-first Notion alternati…

> What is it that people love about Obsidian? (not trying to throw shade, genuine question as I never understood the hype)

Tribalism.

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

#35

What is it that people love about Obsidian? (not trying to throw shade, genuine question as I never understood the hype) Obsidian is not able to open a local folder on my machine stored in Windows Subsystem for Linux, which for me makes it a non-starter (my personal knowledge base is stored there). I personally prefer the Notion UI but hate being locked into their cloud, so I created an offline-first Notion alternati…

> What is it that people love about Obsidian?

When Obsidian launched, there was already a lot of hype building in the note-taking community around Zettelkasten and Roam Research. With Roam, basically any word in your note could immediately link to another note, and you could see backlinks in your notes prominently.

However, Roam was both expensive and online-only, so when Obsidian came out and it was: a) polished, b) provided most of the functionality of Roam, and c) was offline and plain-text (also unlike Notion), it was an immediate hit.

The other special feature Obsidian offered was easy and powerful customization. The major settings are actually core plugins that can be enabled or disabled (like daily journal, tagging, or slideshows). Plugins and themes are easily discovered and installed from inside the app, which has led to a vibrant and popular plugin community. All you need is one plugin to be indispensable for users to never leave.

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

#36

What is it that people love about Obsidian? (not trying to throw shade, genuine question as I never understood the hype) Obsidian is not able to open a local folder on my machine stored in Windows Subsystem for Linux, which for me makes it a non-starter (my personal knowledge base is stored there). I personally prefer the Notion UI but hate being locked into their cloud, so I created an offline-first Notion alternati…

- it's simple

  - (it's also customizable so it doesn't _have_ to be, but I happen to like pretty much the default features)
- it's free if you don't need their sync

  - I just save my vault on an iCloud drive, which is convenient to me, and publish to the web with my own tool
- it allows me to keep my files where I want them

- it's available on every platform I use

- the UI is not distracting, and is Good Enough™

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

#37

What is it that people love about Obsidian? (not trying to throw shade, genuine question as I never understood the hype) Obsidian is not able to open a local folder on my machine stored in Windows Subsystem for Linux, which for me makes it a non-starter (my personal knowledge base is stored there). I personally prefer the Notion UI but hate being locked into their cloud, so I created an offline-first Notion alternati…

It's a bit subtle and I didn't get it for a long time either. But the features are great: I want the content available as portable simple text, I love the text representation for the extras like graphs and math, I love the offline apps. Look through the community plugins to see lots of other cool ideas. I started using it this year and I've not been that excited about basically a text editor in ages.

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

#40
post #25
post #6

You're prob not violating ToS since you're not doing it for commercial use, and you're actually reinventing the wheel as a couple of options for that are already available as community plugins. I've been using Remote-save for a while with a almost free private S3 bucket and encryption to sync between my computers and phone for a while. https://github.com/remotely-save/remotely-save It supports more than just S3 (as i…

If Obsidian stops acheong08, I'm done with Obsidian. I want a durable way to edit, sync, and preserve my notes, not just a pretty interface. I'm happy to pay Obsidian for sync, but if they PM this to only one distribution channel and subsequently enshittify it, I don't want it. Stopping acheong08 would be a bad signal forewarning what's to come.

CEO Reply: https://news.ycombinator.com/item?id=37253639
Post reply on HN