CODEX KNOWLEDGE

Obsidian IDE Stack

2026/04/26 4 min read CODEX KNOWLEDGE OBSIDIAN IDE HOME OBSIDIAN IDE STACK

Obsidian IDE Stack

这页记录当前 vault 已安装并整合的“更像 VS Code”的插件栈。

已安装插件

  • code-files
  • obsidian-custom-file-extensions-plugin
  • obsidian-shellcommands
  • obsidian-git
  • obsidian-local-rest-api

当前整合策略

1. Code Files

用于直接在 Obsidian 里打开和编辑代码/配置类文件。

当前已预配扩展名:

  • json
  • yaml / yml
  • js / jsx
  • ts / tsx
  • css / scss
  • html
  • xml
  • sql
  • py
  • ps1 / psm1 / psd1
  • bat / cmd
  • sh
  • toml
  • ini / cfg / conf
  • env
  • log

2. Custom File Extensions and Types

只做补位,不和 Code Filesjson/js/ts/yaml 这些扩展名。

当前仅保留:

  • markdown: "", md, txt, csv

3. Shell Commands

当前已预置 11 个命令:

  • Open vault in VS Code
  • Open current file in VS Code
  • Open current folder in VS Code
  • Open current folder in PowerShell
  • Open current file folder in PowerShell
  • Open current folder in Explorer
  • Open current file in default app
  • Git status for current folder
  • Validate current JSON file
  • Validate document writing registry JSON
  • Open document writing system index in VS Code

4. Obsidian Git

当前已预开:

  • Source Control 刷新
  • split diff 风格
  • 行级 signs
  • hunk commands

5. Local REST API

已安装,但保留默认安全初始化路径。

首次启用后请到插件设置中查看:

  • API Key
  • 证书
  • 绑定端口

使用建议

  • 轻量代码 / JSON / YAML / 配置编辑:直接在 Obsidian 中打开
  • 重型工程开发:继续交给 VS Code
  • 需要快速跳转:用 Shell Commands 打开 VS Code
  • 需要自动化对接:后续使用 Local REST API

下一步

如果插件已经写入但界面里还没出现,请重启 Obsidian 或重新加载社区插件。

本地入口