Hacker News new | past | comments | ask | show | jobs | submit login

Out of curiosity, what's the rationale for using git? Is it to get a history of notes or just for sync? If it's the latter, I believe obsidian has a paid offering for that, or one can MacGyver it with syncthing.



You don't even need to macguyver really. There may be some potential conflict issues, but you could probably put the obsidian vault directory inside of dropbox, apple cloud, etc (I'm doing this with apple cloud, but I really only use one device)

Maybe a little bit of Macguyvering to add backups is a good idea


> you could probably put the obsidian vault directory inside of dropbox

I've done this and it seems to work fine.

In theory I guess you could end up with sync conflicts if you are literally editing the same note on two devices at the same time, in which case Dropbox will create a "Conflicted Copy" which will pop up in Obsidian so you can resolve it manually.

But in practice, because Obsidian saves pretty much constantly, and Dropbox syncs pretty much constantly, in a typical connected office use case you don't run into this much. If you work offline a lot, you might need to think about a more structured workflow (i.e. using Git). But for me it wasn't worth the hassle to commit/push every time I wanted to switch devices. Dropbox (and presumably the many Dropbox-like folder-sync tools) worked fine when I was testing it out.


I'm doing this with Google drive over Autosync and mostly it is fine. Occasional merge conflicts where it generates an extra file that is the other version, but I just run winmerge. It helps if you are careful about syncing and don't use obsidian in both places simultaneously.


With git you are less bound to a specific provider and your "software driver" is simpler and more standard




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: