Live data from Hacker News

Obsidian Sync now has a headless client

help.obsidian.md

211–220 of 224 posts

Re: Obsidian Sync now has a headless client

#211
post #70

Nice! I rely on Obsidian a lot for syncing knowledge while working with Claude agents, such as storing research and daily logs to catch up on the prior day’s work. It already works quite well with a custom skill that I build, but this may make the workflow smoother. I 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…

Have you ever considered using a knowledge graph?

Re: Obsidian Sync now has a headless client

#212
post #210

What is the use case for this? Not being a dick. I think it's a me problem. I use Obsidian and love it, but I'm struggling to see the appeal of this.

- Automate remote backups - Automate publishing a website - Sync a shared team vault to a server that feeds other tools - Give tools like OpenClaw access to a vault without access to your full computer - Run scheduled automations e.g. aggregate daily notes into weekly summaries, auto-tag, etc

Thank you

Re: Obsidian Sync now has a headless client

#213

Earlier quoted context omitted.

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.

Then you have two solutions to maintain when one would suffice.

But one (git) doesn't suffice, it's way more limited for real-time sync when phones are involved

Re: Obsidian Sync now has a headless client

#214
post #209

What is the use case for this? Not being a dick. I think it's a me problem. I use Obsidian and love it, but I'm struggling to see the appeal of this.

It's literally in the second sentence. Obsidian Sync offers a headless client to sync vaults without using the desktop app. Useful for CI pipelines, agents, and automated workflows

I did see that but it did not help me understand the specific use cases. Someone else did, though.

Re: Obsidian Sync now has a headless client

#217

The thing is that there already is a very good self-hosted option for sync - Livesync. I won't say it's not eccentric and confusing (it is!) but once you get it to work, it actually works extremely well and is lightning fast too. I use syncthing as well for backups but livesync has the obvious advantage of working natively inside Obsidian. I'm so done with subscriptions for cloud based solutions and between livesync…

Thanks for the recommendation! Will get this set up for sure

Re: Obsidian Sync now has a headless client

#218
post #37
post #9

Earlier quoted context omitted.

Does the knowledge graph have a function other than to show off how big your vault is?

Only in 2nd-brain mythology, which holds that you'll discover connections between your notes that you didn't realize was there. I think it started as eye candy to confuse prospective users considering Roam Notes. They later did something similar with their "Canvas" feature. So, these are features you get with their lack of coherent vision, rather than basic usability and a safe plugin ecosystem, neither of which Obsi…

Let me provide a counter argument: with the graph you can browse your notes visually in 2D, instead of just the usual list. You can just take notes as usual, easily add #tags and [[links]] in them, and then when you go to graph view you can see connections between those links and you can color code or filter tags. You get a global graph view of all your vault, and local view of any note. Links and tags are literally the core Obsidian features and the graph view sits on top of that. For me that is a coherent vision and utility.

Re: Obsidian Sync now has a headless client

#219
post #17

Earlier quoted context omitted.

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?

I have been using remotely save and a free bucket from backblaze. It as a s3 compatible api so works using the s3 feature.

How is remotely save obsidian plugin mentioned only once here? I set it up with a OneDrive I was already using anyway to host and sync my vault there. I have it set up and synced on 4 devices with 4 different os (win11, macos, ios, android) and it works great and is free.

Re: Obsidian Sync now has a headless client

#220
post #195

This will save me the overhead of running it in a docker container (I think it used mono or something) so that’s cool. I am still split using Evernote mostly because the experience feels a little more purpose built. I have some annoying usability issues with Obsidian. Control-N starts a new note not in the folder I’m in, but at the top level. Then I have to go move it by hand. Having multiple vaults open winds up wit…

> Control-N starts a new note not in the folder I’m in, but at the top level Settings → Default location for new notes → Same folder as current file > items render well in Evernote but obsidian shows them as markdown Settings → Editor → Default editing mode → Live Preview

I will double check this, I was pretty sure I've done this already (seemed obvious) but perhaps something weird happened with the binding

ahhhhhhhhhh I thought it was a hotkey difference, I thought I've gone through all the settings many times, but maybe not. Found it. thank you!

Post reply on HN