=== Block Navigation === Contributors: melonpan Tags: gutenberg, blocks, navigation, editor Requires at least: 4.9.8 Tested up to: 4.9.8 Stable tag: 1.0.1 Requires PHP: 5.6 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html Block Navigation panel with useful features. == Description == A Block Navigation interface to visualize the blocks from the editor and facilitate the editing process. The plugin comes with several utilities inside the panel which provide a better UX, such as dragging blocks to a different location, moving them by click, selecting them, showing a small snippet of the block content, etc. These functionalities are especially useful for nested blocks - blocks that have children blocks which are difficult to select or move inside the editor. Until WordPress 5 is released this plugin depends on the latest version of Gutenberg plugin. == Screenshots == 1. Parent block selected, using a light scheme. 2. Opened block menu. 3. Click to move the block to the desired position, without drag. 4. Parent block selected, using a dark scheme. 5. List of available color schemes, light and dark. == Usage == Make sure [Gutenberg plugin](https://wordpress.org/plugins/gutenberg/) is installed and activated. Inside the Post editor on the right side of the top Toolbar the plugin icon/button should appear (if not, please read the FAQ below). Click the icon/button to open the plugin sidebar. == Installation == Installation from the WordPress admin. 1. Log in to the WordPress admin and navigate to Plugins > Add New. 2. Type "Block Navigation" in the Search field. 3. In the results list Block Navigation plugin should appear, click **Install Now** button. 4. Once it finished installing, click the Activate button. 5. That's it, now you can go to any post where Gutenberg is enabled and start using the plugin. == Frequently Asked Questions == = I do not see the plugin icon in the post editor = Alternatively the Plugin can be opened from the More button (the 3 dots on the right side of the Gutenberg top Toolbar). Click the More button and inside the menu list click on the plugin name "Block Navigation". == Credits == Images from the readme banner and screenshots belong to [Sander Wehkamp](https://unsplash.com/@sanderwehkamp). == Changelog == = 1.0.1 = * Fix bug with jQuery variable * Upgrade logo to SVG * Schemes naming fix = 1.0.0 = * Initial release.