obsidian-tab-group-arrangement
Arrange your tab group in a more flexible way.
Introduction
This is a plugin for Obsidian, which provides a way to arrange the tab group in a more flexible way. Currently, the plugin supports the following features:
- Arrange evenly: this action will arrange the tab group evenly.
- Expand active tab group: this action will expand the active tab group, and shrink the other editors to the minimum size. Just like what vscode does.
- Arrange Mode
- Auto Expand: Automatically expand the active tab group when the active tab group is changed or when you click on the editor tab.
How to use
- Install and enable the plugin.
- Then you can make actions and switch modes from
- The status bar. You can find a clickable icon with tooltip
Tab Group Arrangement when you hover on it.
- The command palette. Just type
Tab Group Arrangement and you will find the commands.
- Enjoy!
Limitations
- The plugin is still in the early stage, so there might be some bugs.
- In some cases, after switching mode to auto expand, you should change the active tab group or click on the editor tab to trigger the expand action.
- Since double click on tab of editor will cause Obsidian window to maximize, the plugin does not support double click on tab to expand the active tab group.
TODOs