Remix.run Logo
corysama 3 hours ago

Also 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.

manmal 3 hours ago | parent | next [-]

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?

vorticalbox a few seconds ago | parent | next [-]

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

seabrookmx 23 minutes ago | parent | prev | next [-]

I've had good luck with syncthing. But I only sync between laptop and desktop.. the mobile story with syncthing isn't ideal.

vergessenmir 2 hours ago | parent | prev | next [-]

Just pay for the sync. I used to juggle with git, rsync, inotify etc and other tools

Its one of the few subscriptions where it actually feels like money well spent

hombre_fatal an hour ago | parent [-]

I was using SyncThing, and it worked, but any time you have an Obsidian vault open on two devices, or shortly after another, you're always thinking about if you're going to have to clean up a bunch of sync conflict files later. And that mental overhead is not worth saving $4/mo.

The conflicts are never hard: it's like a git merge conflict where you just take the latest of every conflict block.

kcrwfrd_ an hour ago | parent | prev | next [-]

I just pay for the sync.

I like that I can have some vaults that sync to both my personal and work laptops and other vaults that only sync to one or the other.

It’s awfully convenient without any vendor lock in since I can just take my plain markdown files and leave anytime.

codybontecou 38 minutes ago | parent | prev | next [-]

I built a one-time purchase solution that might help you.

- 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.

typicalrunt 3 hours ago | parent | prev | next [-]

I used to use SyncThing, then Dropbox, then iCloud. But then I just caved and paid for Obsidian Sync and it is the best money spent aside from Claude. I don't have to tinker with weird settings anymore or deal with sync issues, it just works.

FloatArtifact 2 hours ago | parent | next [-]

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.

wiether 2 hours ago | parent [-]

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.

FloatArtifact an hour ago | parent [-]

I'm talking more about the plugin architecture not about the file format or third-party applications. sync plugins seems to be pretty limited compared to what's offered for a subscription.

peterb 2 hours ago | parent | prev [-]

Same

giancarlostoro an hour ago | parent | prev | next [-]

I use both and I prefer their builtin sync, since I also code on Linux.

qaq 14 minutes ago | parent | prev | next [-]

github private repo works fine

chrisweekly 2 hours ago | parent | prev | next [-]

Obsidian's paid sync works great for me.

poglet 2 hours ago | parent | prev [-]

https://github.com/vrtmrz/obsidian-livesync

willis936 an hour ago | parent [-]

I use this and a self-hosted couchdb. So far it seems to be good, but I haven't spent more than a few hours with it yet. I do have what appears to be a working setup on ios, macos, and linux. Obsidian's large number of plugins and control surfaces is a bit hazardous.

mihaelm 2 hours ago | parent | prev | next [-]

I love that CLIs are getting a second wind.

jadbox 2 hours ago | parent | prev | next [-]

It's not super useful yet- you can't really view notes in the CLI but you can can trigger features like search.

WNWceAJ9R9Ezc4 an hour ago | parent | next [-]

Notes are stored in Markdown files. Why do you need Obsidian CLI to view notes when `cat` will do?

xnyan 9 minutes ago | parent | next [-]

Hackernews is accessed using http. Why do you need a web browser when curl exists?

goodmythical an hour ago | parent | prev [-]

Okay, so my command line fu is not what it perhaps should be, but if I could use obsidian without the bloated app, I'd be even more in love.

How would I be able to search obsidian links from the command line?

Like, to travel between notes in the app of course I can just click on connecting links or search, but I wouldn't have the faintest idea how to do that in a cli.

Is there some handy way to search the current folder and subfolders for text in a file with regex? Like some kind of >find term for all of my [[term]] entries in markdown files ?

toddmorey an hour ago | parent [-]

What is obsidian beyond a pile of markdown files without the app?

kepano an hour ago | parent | prev [-]

You can view notes with Obsidian CLI. See the "read" commands. But also you can do that with your built-in command line tools.

https://help.obsidian.md/cli

giancarlostoro an hour ago | parent | prev | next [-]

Oh snap! Thanks for that, I can really make good use of this!

2 hours ago | parent | prev [-]
[deleted]