wepee102 downloadsOpen the current note's directory or vault root in Claude Code from the command palette or ribbon.
An Obsidian plugin that launches Claude Code in the directory of the current note or at the vault root.
enabledPlugins from the vault root's .claude/settings.json. If the directory doesn't have its own .claude/settings.json, one is created automatically.PATHmain.js and manifest.json from the latest release.open-in-claude-code inside your vault's .obsidian/plugins/ directory.git clone https://github.com/wepee/open-in-claude-code.git
cd open-in-claude-code
npm install
npm run dev
Copy or symlink the built main.js and manifest.json into your vault's .obsidian/plugins/open-in-claude-code/ folder.