Resizable Editor Sidebars
Fork of https://wordpress.org/plugins/resizable-editor-sidebar/
by Alex Goller · github.com/alpipego/resizable-editor-sidebars
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/alpipego/resizable-editor-sidebars/archive/refs/heads/stable.zipDeclares an update source (alpipego/resizable-editor-sidebars), so updates arrive through the plugin's own updater.
Readme
Resizable Editor Sidebars
This is a WordPress plugin for resizing the sidebars in the Block Editor/Gutenberg.
After activation, both sidebars in the Block Editor should be resizable. The current width of the sidebar gets saved to local storage. Therefore, if you open a different post or page, the sidebars should retain their previously set widths.
Installation
You can install this plugin in multiple ways:
- Use Git Updater, this should give you automatic updates as well.
- Download either a tag or the stable branch as a zip file from GitHub and upload it to your site. This won't show or install updates for this plugin and you have to manually keep track.
- Install via Composer by adding this repo to your composer.json
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/alpipego/resizable-editor-sidebars"
}
],
"require": {
"alpipego/resizable-editor-sidebars": "^1.0.0"
}
}
Attribution
This plugin is licensed under GPL-2.0-or-later. See the LICENSE file for more details.
This fork is based on Resizable Editor Sidebar which is distributed under the same license. It retains the original contributors' work and incorporates additional changes by Alexander Goller.
Props to aaronj1998 and @davros20 for their initial work.
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.