awaken233696 downloadsAdd a hotkey to open the current file in Cursor IDE and jump to the cursor position
An Obsidian plugin that opens the current file in multiple IDEs (Cursor, VSCode, Kiro) and jumps directly to the current cursor position. It is designed for seamless workflows between Obsidian note-taking and external editors.
Use Command Palette entries Open in Cursor, Open in VSCode, and Open in Kiro.
You can assign different hotkeys for each command in Obsidian's Hotkeys settings.
Note: No default hotkey is provided to avoid conflicts with existing user configurations.
Community plugins and disable Safe modeVaultFolder/.obsidian/plugins/Open in CursorOpen in VSCodeOpen in KiroSet hotkeys per command in: Settings -> Hotkeys.
You can configure command/path for each IDE:
Cursor:
/Applications/Cursor.app/Contents/Resources/app/bin/cursor
Kiro:
/Applications/Kiro.app/Contents/Resources/app/bin/code
VSCode:
/Applications/Visual Studio Code.app/Contents/Resources/app/bin/code
If available in PATH, you can also use cursor, code, and kiro.
这是一个 Obsidian 插件,可在多个 IDE(Cursor、VSCode、Kiro)中打开当前文件,并自动跳转到当前光标位置,适合笔记与外部编辑器协同工作流。
可通过命令面板使用 Open in Cursor、Open in VSCode、Open in Kiro。
可在 Obsidian 热键设置中分别配置每个命令的快捷键。
注意:为避免与现有用户配置冲突,不提供默认快捷键。
第三方插件 并关闭安全模式VaultFolder/.obsidian/plugins/Open in CursorOpen in VSCodeOpen in Kiro在 设置 -> 快捷键 中按命令分别绑定快捷键。
您可以分别为不同 IDE 配置命令/路径:
Cursor:
/Applications/Cursor.app/Contents/Resources/app/bin/cursor
Kiro:
/Applications/Kiro.app/Contents/Resources/app/bin/code
VSCode:
/Applications/Visual Studio Code.app/Contents/Resources/app/bin/code
如果命令已在系统 PATH 中,也可直接使用 cursor、code、kiro。