WP Manifestindependent plugin directory
manifest / editor / wp-classic-editor-fullscreen-toggle

WordPress Classic Editor Fullscreen Toggle

Here's a simple, lightweight WordPress plugin that adds a keyboard shortcut (Ctrl+Shift+F) to toggle full-screen mode in the Classic Editor.

by HaywardGG · github.com/haywardgg/wp-classic-editor-fullscreen-toggle · website

0stars
0forks

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/haywardgg/wp-classic-editor-fullscreen-toggle/archive/refs/heads/main.zip

Here's a simple, lightweight WordPress plugin that adds a keyboard shortcut (Ctrl+Shift+F) to toggle full-screen mode in the Classic Editor. The plugin is minimal, focused only on the fullscreen toggle feature, works with the official classic editor plugin and should work with other classic editor plugins.

How It Works

  • Keyboard shortcut: Press Ctrl + Shift + F to toggle fullscreen mode
  • What gets hidden: Admin sidebar, admin bar, publish metabox, slug editor, and other distractions
  • Visual feedback: Shows a small hint in the editor toolbar with the shortcut
  • Editor expands: The editor area expands to fill most of the screen

What It Hides in Fullscreen Mode

  • WordPress admin sidebar menu
  • Admin toolbar at the top
  • Publish metabox (right sidebar)
  • Slug editor
  • Footer
  • Other post metaboxes

Optional Floating Button [Untested]

If you prefer a mouse-based toggle option, uncomment the addFloatingButton() line in the JavaScript file.