-
-
Notifications
You must be signed in to change notification settings - Fork 69.5k
[Feature]: Windows support for obsidian skill #26160
Copy link
Copy link
Closed as not planned
Description
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)- 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@latestorscoop 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.