This is great, but as convenient as Obsidian Sync is, it'll never replace plain Git (for me) until it has unlimited version history: > The retention period for your version history depends on your Obsidian Sync plan. On the Standard plan, notes are retained for 1 month, while on the Plus plan, they are kept for 12 months. After this period, older versions of your notes are deleted.
You can use this to sync changes in (near) realtime and then either commit them to git, or use some other mechanism to increase retention.
Obsidian Sync now has a headless client
61–70 of 224 posts
Re: Obsidian Sync now has a headless client
#62Earlier quoted context omitted.
I can't wonder if that's by design to make it hard for a plugin to have it's own sync mechanism. Definitely not proof of this that I know of, but a thought.
Obsidian is plain Markdown and JSON files. There can't be a will from the devs to make it hard to sync. It's just that unlike git or Dropbox or whatever, that are just generic "syncing" tools, Obsidian Sync has been built to provide the best experience with Obsidian.
Re: Obsidian Sync now has a headless client
#63Re: Obsidian Sync now has a headless client
#64Re: Obsidian Sync now has a headless client
#65What’s the best way to sync Obsidian without upgrading to their paid tier?
Re: Obsidian Sync now has a headless client
#66What’s the best way to sync Obsidian without upgrading to their paid tier?
I no longer use Obsidian, so not sure what’s the best option for e.g. Linux iOS sync except their service.
Re: Obsidian Sync now has a headless client
#67What’s the best way to sync Obsidian without upgrading to their paid tier?
Re: Obsidian Sync now has a headless client
#68Also new: Obsidian joins the CLI gang https://help.obsidian.md/cli I’ve been having a lot of fun recently using AI CLIs with Obsidian. No plugins necessary because it’s just a directory tree of markdown files.
I've been using iCloud to sync Obsidian, and have consistently run into the problem that iCloud file container access needs full disk permissions that I don't want to give the agent (or Ghostty). Does everybody use Obsidian's paid sync instead or what? Or SyncThing?
- https://isolated.tech/apps/syncmd
- https://isolated.tech/apps/syncmd/blog/obsidian-git-ios-setu...
You can git clone directly to your iOS file system which fixes the Obsidian git plugin issue so you can use the Obsidian git plugin on your computer and mobile devices.
Re: Obsidian Sync now has a headless client
#69Earlier quoted context omitted.
Yeah we'll add that at some point. It's a bit trickier than it seems because a lot of Obsidian configuration and app functionality is vault-specific. E.g. what theme should be used? What plugins should be available? Does autocomplete for [[links]] or properties do anything? Etc.
VSCode opens single files outside of projects. What do they do? Personally I wouldn’t mind if it just defaulted to the settings of the last-used vault.
If you have a window open, the file is opened to the workspace for that window. You can see this in action because the "Trust" dialog specifically says that you're trying to open untrusted files into a trusted workspace.
Re: Obsidian Sync now has a headless client
#70I also built a cli tool to index embeddings in LanceDB and do semantic search. It helps agents create better internal links between notes. https://github.com/ravila4/obsidian-semantic-search