29
submitted 1 year ago* (last edited 1 year ago) by nieceandtows@lemmy.world to c/obsidianmd@lemmy.world

I have iOS, and use MacBook/Linux.

EDIT: Wow! It’s impressive how many different ways there are to achieve this. I tried obsidian git, but couldn’t get it to work as expected. Remotely Save is working perfect! Obsidian flew under my radar all these days because I thought sync was the only way. I’m looking into plugins and there’s literally a thousand plugins. It’s kinda overwhelming tbh. I’ll make another post for plug-in recommendations and workflow setup advice. Thank you all!

top 27 comments
sorted by: hot top controversial new old
[-] kionite231@lemmy.ca 15 points 1 year ago

If you don't want to pay then just use syncthing. It's free and cross platform.

[-] clearnew@mastodon.social 1 points 1 year ago* (last edited 1 year ago)

@kionite231 @nieceandtows I’m in the Apple ecosystem so I’ve been using iCloud for the same reason of the cost. My vault is relatively small and simple though. I’m assuming that once it starts to get larger and more complex I’m going to have to buck up for Sync.

[-] DrakeRichards@lemmy.world 10 points 1 year ago

If you only use iOS and a Mac then iCloud will work fine. It’s only a problem on Windows where the iCloud implementation is buggy.

[-] bowreality@lemmy.ca 6 points 1 year ago

I am all Apple so I use iCloud. Works like a charm. No issues at all

[-] dreboy@lemmy.world 5 points 1 year ago

Wanted to add to this, this method still works like a charm even with a windows pc. Haven’t had any issues with syncing across my iPhone, mac, and windows pc since I started doing this.

[-] DrakeRichards@lemmy.world 4 points 1 year ago

Do you do much editing on your Windows machine? I tried using iCloud sync but found that the documents would randomly undo a sentence or two as I typed. Also had problems with Windows sometimes not uploading whole files.

[-] dreboy@lemmy.world 1 points 1 year ago

Not much to be honest. I mainly use my pc for video games and to write down quick notes if needed

[-] Sheltac@lemmy.world 1 points 1 year ago

I had the file duplication bug a lot whenever I tried using iCloud on windows.

[-] brechmos@lemmy.ca 5 points 1 year ago

I purchased sync. I agree it is a little on the expensive side.

The one thing you can do is just use git and turn on the push and pull. It seems to be very reliable this way. Though you won't be able to use it on the phone as far as I have been able to figure out.

[-] hinterlufer@lemmy.world 2 points 1 year ago

The obsidian-git plugin works on Android

[-] HeinousTugboat@kbin.social 2 points 1 year ago

For varying definitions of "works". It's incredibly frustrating if you're using it across multiple devices. Any time I let the repo get more than a couple days behind, I wind up with nasty merge conflicts and it doesn't handle those. At all. It just sort of breaks.

So caveat emptor.

[-] somas@kbin.social 2 points 1 year ago

@brechmos

@nieceandtows

I pay for sync but also use git. I hate how obsidian works in mobile so I just use GitHub.com’s web interface to take notes on mobile and push to obsidian on save. Obsidian sync then syncs all my devices

[-] Chocrates@lemmy.world 4 points 1 year ago

I had mine backing up to a GitHub repository. I ended up abandoning it and just taking notes in a text editor. Gonna try org mode in vim with a plugin and see if I like that better. Main complaint is that I have 200k commits from obsidian

[-] INeedMana@lemmy.world 4 points 1 year ago

With rclone you can use any cloud (or just sync directly via WiFi when at home) to store your vaults

[-] uroybd@lemmy.world 4 points 1 year ago

You can use "Remotely Save" community plugin.

[-] unnoted@lemmy.one 4 points 1 year ago

If I didn't have a work Windows machine, I'd still be using iCloud to sync.

There is an education and non-profit discount that knocks 40% off Obsidian Sync, if you happen to qualify.

[-] kzs@feddit.ch 4 points 1 year ago

I see there's a variety of options. To add one more option: I use the extension Self-hosted live sync : it's very nice and easy to handle (though you have to be technically interested to set it up)

[-] Kata1yst@kbin.social 2 points 1 year ago

Self hosted live sync is killer. Amazing extension better then most commercial note sync systems.

[-] flynnguy@programming.dev 3 points 1 year ago

I currently use Syncthing and it works with the exception of syncing to my iPad (and I imagine iPhone but I have an Android)... need to figure out something else for that. I did see someone somewhere mention CouchDB combined with https://github.com/vrtmrz/obsidian-livesync so I might try that and see if it works.

[-] clearnew@mastodon.social 2 points 1 year ago

@nieceandtows I’m in the Apple ecosystem so I’ve been using iCloud for the same reason of the cost. My vault is relatively small and simple though. I’m assuming that once it starts to get larger and more complex I’m going to have to buck up for Sync.

[-] dgreenbhm@me.dm 2 points 1 year ago

@clearnew @nieceandtows @obsidianmd In addition to sync, Obsidian sync provides file version history including ability to see what changed.

[-] clearnew@mastodon.social 3 points 1 year ago

@dgreenbhm @nieceandtows @obsidianmd I did not know that. Versioning would have come in handy for me today as my hotdog thumbs deleted some characters from a link in a document today on my phone. Luckily, it was a highlight from Readwise so I deleted the document and reimported. So there’s an example of why the cost of #obsidian_sync is worth it.

[-] p0op@lemmy.world 2 points 1 year ago

I use Remotely Save with my Vault, synced to a local NAS that I connect to via WebDAV (but you can use sources like OneDrive, S3, etc.). Apart from some minor conflicts like deleted folders reappearing, it’s pretty stable.

I did a roll-your-own solution with private GitHub repo and a script to push changes and pull them from other machines. I update things on my main desktop, my laptop, and my Android phone this way, no extra costs incurred.

[-] DmMacniel@feddit.de 1 points 1 year ago

I use git as it even has a native interface; you only need to init the vault as a repo yourself. Then you can host that repository wherever you want, be it your own VPS, your local server, your local computer, a Git hosting service (e.g. github, gitea).

So to speak, what you get by Obsidian sync for your money is not having to deal with the hassle on hosting it yourself.

[-] nieceandtows@lemmy.world 1 points 1 year ago

So I tried setting up obsidian-git, but couldn't get it to work. I did it on mobile. I did a git init repository, and it said it did. Then I created a branch, and it said it did. I tried pushing it to github, it said no remotes defined. I then defined remotes using the command, and it said success. However, I still can't see it in the list of remotes, or see the branches, or set remote branch to push to. I gave up and used Remotely Save. Did I miss a step?

[-] fhein@lemmy.world 1 points 1 year ago

What's the output from git remote -v ?

load more comments
view more: next ›
this post was submitted on 09 Jul 2023
29 points (100.0% liked)

ObsidianMD

4052 readers
1 users here now

Unofficial Lemmy community for https://obsidian.md

founded 1 year ago
MODERATORS