Problem
The obsidian skill currently only supports macOS. On Windows, installation fails with 'brew not installed' because:
obsidian-cli is only installable via Homebrew (yakitrak/yakitrak/obsidian-cli)
- The vault config path is hardcoded to
~/Library/Application Support/obsidian/obsidian.json (macOS only)
Windows Equivalent
- obsidian-cli: Available via
go install github.com/yakitrak/obsidian-cli@latest or scoop install obsidian-cli
- Vault config path on Windows:
%APPDATA%\Obsidian\obsidian.json
Request
Please add Windows support by:
- Detecting the OS and using the appropriate vault config path
- Supporting Windows installation methods (scoop/winget/go install) instead of brew-only
Many Obsidian users are on Windows and would benefit from this skill.
Problem
The obsidian skill currently only supports macOS. On Windows, installation fails with 'brew not installed' because:
obsidian-cliis only installable via Homebrew (yakitrak/yakitrak/obsidian-cli)~/Library/Application Support/obsidian/obsidian.json(macOS only)Windows Equivalent
go install github.com/yakitrak/obsidian-cli@latestorscoop install obsidian-cli%APPDATA%\Obsidian\obsidian.jsonRequest
Please add Windows support by:
Many Obsidian users are on Windows and would benefit from this skill.