obsidian-editor-group-arrangement
Arrange your editor group in a more flexible way.
Introduction
This is a plugin for Obsidian, which provides a way to arrange the editor group in a more flexible way. Currently, the plugin supports the following features:
- Arrange evenly: this action will arrange the editor group evenly.
- Expand active editor: this action will expand the active editor, and shrink the other editors to the minimum size. Just like what vscode does.
- Arrange Mode
- Auto Expand: Automatically expand the active editor when the active editor 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
Editor Group Arrangement when you hover on it.
- The command palette. Just type
Editor 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 editor or click on the editor tab to trigger the expand action.
TODOs