GroupiesM38 downloadsLike IDEA's 'Scroll from Source' — reveal, scroll to center, and highlight the active note in the file explorer sidebar with one click.
像 IDEA 的 Scroll from Source 一样:一键在左侧文件浏览器(File Explorer)中定位、滚动居中并高亮当前正在编辑的笔记。
| 方式 | 操作 |
|---|---|
| 左侧栏图标 | 左侧 ribbon 栏的十字准星图标,点一下即可定位 |
| 快捷键 | Cmd+Shift+L(macOS)/ Ctrl+Shift+L(Windows) |
| 命令面板 | Cmd/Ctrl+P → 搜 "Locate in Explorer" → 回车 |
在 Obsidian 中:设置 → 社区插件 → 浏览,搜索 Locate in Explorer 安装。
BRAT → Add a beta plugin,填入:
https://github.com/GroupiesM/Obsidian-locate-in-explorer-PluginisDesktopOnly: true)git clone https://github.com/GroupiesM/Obsidian-locate-in-explorer-Plugin
# 插件为纯 JS,无需构建;直接编辑 main.js 后在 Obsidian 中重载(Cmd/Ctrl+R)
仓库根目录需包含:manifest.json、main.js、styles.css。发布时在 GitHub 创建以版本号(如 1.0.0)为标签的 Release,并把 manifest.json 与 main.js 作为发布附件上传。
MIT