Anything you can do in Obsidian you can do from the command line.
#Obsidian CLI is now available with 1.12 (early access).
Anything you can do in Obsidian you can do from the command line.
#Obsidian CLI is now available with 1.12 (early access).
@djchateau @millie @obsidian I had to stop using Obsidian and get back with my notes to Neovim because of this reason.
Having an always-on app that hogged whatever resources I had was too bad.
Even on 48GB of RAM.

@millie @DoomHammerNG @obsidian I'm fully aware of what I'm running, but the fact that it is a web stack is an irrelevant point. The overhead may be orders of magnitude higher, but the development cost of this functionality are significantly lower and my machine isn't a machine from the 1990s. I bought RAM to use the RAM and additional benefit from it using a web stack like this allows for a lot of community participation that otherwise wouldn't be there if this had been done in Qt or GTK.
I don't argue that it could not perform better if C was used, but there's obvious trade-offs using C instead of using something like TypeScript with Electron. I haven't seen a better replacement for Obsidian that does what Obsidian does and is cross-platform. If it did, I'd likely jump on it, but I think solely saying, "Oh, it's on Electron, it's garbage." is pretty reductive.
from the docs: "Note: Obsidian CLI requires the Obsidian app to be running. If Obsidian is not running, the first command you run launches Obsidian." So it's more a remote control for your existing obsidian instance than an independent app
I initially had trouble thinking of what this could be useful for; If i want to write a script for my obsidian base, any language can read or write markdown just fine, but this one in particular caught my eye >:)
@obsidian ooh interesting! This would be incredibly helpful for OpenClaw.
Seeing as you're in the CLI space now, a feature request: An Obsidian Sync CLI for Linux that doesn't require the app or a GUI. So I can have a containerised agent interacting with my vault and still getting all the benefits of the desktop/iOS apps.