docs(obsidian-cli): vault discovery, WSL workaround, headless Linux setup#119
Open
mahihasinabrar-hub wants to merge 1 commit into
Open
Conversation
…nux Xvfb Fixes kepano#49: Add multi-vault discovery guidance — query vaults and always specify vault=<name> when more than one is open Fixes kepano#93: Document WSL workaround — use Obsidian.com not .exe, which silently swallows stdout Fixes kepano#62: Document headless Linux setup with Xvfb + DISPLAY env var Add cross-reference from intro line to platform notes section
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes #49
Fixes #93
Fixes #62
Changes
Multi-vault discovery (Proposal - Update the CLI Skill to always specify a vault if there are more than one #49): Added guidance to query available vaults with
obsidian vaultsand always specifyvault=<name>when more than one vault is open. The skill should ask which vault to work with rather than assuming the default.WSL workaround (obsidian-cli skill: add note about WSL —
.exeswallows stdout, use.com#93): Documented that on WSL,Obsidian.exesilently swallows stdout (exit code 0 but no output). UseObsidian.cominstead, which correctly flushes output to the terminal.Headless Linux / Xvfb (obsidian-cli skill: add note about headless Linux environments (Xvfb + DISPLAY) #62): Added setup instructions for headless Linux environments (servers, Docker, CI). The CLI requires
DISPLAYto be set to the Xvfb display (e.g.,:99) to find Obsidian's IPC socket.Intro cross-reference: Updated the intro line to link to the new Platform-Specific Notes section.
Files Changed
skills/obsidian-cli/SKILL.md