Azona7720 downloadsA lightweight panel for tabs. Supports vertical and card layout. Performance first.
English | 中文
Lite Tabs is a lightweight Obsidian plugin that displays the tabs currently open in the editor area in a independent sidebar panel, with a focus on fast switching and low runtime overhead.

requestAnimationFrame to batch refreshes.Run npm run check:boundaries before release to check for common forbidden APIs.
Download main.js, manifest.json, and styles.css from the release, then place them in:
Vault/.obsidian/plugins/lite-tabs/
Restart Obsidian and enable Lite Tabs under Community Plugins.
npm install
npm run build
The production build outputs main.js to the repository root.
Open Lite Tabs: Open or reveal the Lite Tabs panel.Refresh Lite Tabs panel: Rebuild the panel based on the current workspace state.Lite Tabs 是一个轻量级 Obsidian 插件,用独立侧边栏面板展示当前编辑区打开的标签页,保持低运行开销。
requestAnimationFrame 合并刷新。从 release 下载 main.js、manifest.json 和 styles.css,放入:
Vault/.obsidian/plugins/lite-tabs/
重启 Obsidian 后,在第三方插件中启用 Lite Tabs。
npm install
npm run build
生产构建会把 main.js 输出到仓库根目录。
Open Lite Tabs:打开或显示 Lite Tabs 面板。Refresh Lite Tabs panel:根据当前工作区状态重建面板。