An Obsidian plugin that pins your frequently used folders as top buttons in the sidebar. Click one, and the sidebar will only show that folder's contents, saying goodbye to the clutter of the full vault file tree.

.obsidian/plugins/folder-pin-view/data.jsonmain.js, manifest.json, and styles.css from the latest release..obsidian/plugins/folder-pin-view/.Pin a folder — right-click any folder in the native file explorer → Pin folder.
Switch folders — click any button in the pin bar at the top of the panel.
Reorder pins — drag a button left or right.
Unpin — right-click a button → Unpin.
Create / rename / delete — right-click any file or folder inside the panel.
npm install
npm run build # outputs main.js
npm run dev # watch mode
一个 Obsidian 插件,将常用文件夹固定为侧边栏顶部按钮,点击后侧边栏只展示该文件夹的内容,告别全库文件树的干扰。
.obsidian/plugins/folder-pin-view/data.jsonmain.js、manifest.json、styles.css。.obsidian/plugins/folder-pin-view/ 目录。固定文件夹 — 在原生文件浏览器中右键任意文件夹 → Pin folder。
切换文件夹 — 点击面板顶部的固定按钮。
调整顺序 — 拖拽按钮左右移动。
取消固定 — 右键按钮 → Unpin。
新建 / 重命名 / 删除 — 右键面板内的任意文件或文件夹。
npm install
npm run build # 输出 main.js
npm run dev # 监听模式