EditorsKit provides a set of page building tools to supercharge the WordPress Gutenberg block editor.
EditorsKit provides set of page building block options and toolkit for the new WordPress Gutenberg editor.
You can now have better control, text formats, styling and workflow by simply utilizing the tools provided by EditorsKit plugin.
You can now easily create and manage all of your block styles with the new styles manager.
EditorsKit also adds the missing text formats for better content creation. The following rich text format are available upon plugin activation:
Insert special characters and symbols on Gutenberg editor at ease. Special characters are categorized and you can use the search field to find specific symbol.
Starting EditorsKit 1.6 , you can now use markdowns on Gutenberg editor while typing. Markdowns for *bold*
, _italic_
and ~strikethrough~
are available upon plugin activation. Lists of available markdowns are also accessible on the settings menu.
Using EditorsKit you will have the following visibility control in order to manage and display better contents.
Word count is already available on Gutenberg editor. EditorsKit then extend this word count and display estimated count as well. Using roughly 275 word per minute plus additional calculations based on image blocks, you can display better estimated reading time on your posts and pages.
Powered by shortcode you can display the Estimated Reading Time on your content by using the code below.
[editorskit display="wordcount" before="Reading Time: " after=" min"]
before
: Text or element you want to display before reading time.after
: Text or element you want to display after reading time.tag
: default div
: Html tag containerfallback
: set value to ‘true’ to display PHP based wordcount on old posts that are not edited or created through GutenbergEditorsKit features other tool aside from visibility management. With the new Block Guide Lines, you can easily toggle visible guide lines on title and each editor blocks in order to check the element boundaries. This feature will also help your workflow on handling nested blocks.
Note: This feature is no longer available in the latest versions of EditorsKit because this has been added to Gutenberg.
Note: This feature is deprecated and no longer available in the latest version. If you want to continue using Editorskit typography, You can download and install the editorskit deprecated typography addon manually from github.
Comes with selection of styles on Cover and Image Block for custom shapes and layouts such as diagonal, circular and rounder corners; and even add drop shadows.
Provides the following additional styling for list block:
Easily change text alignment per devices. This will help you provide different alignment view on mobile and tablet devices aside from the existing option for desktop.
Easily display selected blocks as full screen layout by toggling “Full Screen Height” option under the advanced panel. You’ll instantly have beautiful hero section by just using core blocks.
Easily hide post, page or any post type’s title on your website in just a click. This will enable you to create full Gutenberg editor’s driven posts and pages without getting “(No Title)” on your admin dashboard.
Export each block or selected blocks and reusable blocks directly on the editor, no need to navigate to separate admin dashboard. Then drag and drop exported JSON file on the editor and it will automatically be transformed into Gutenberg blocks, same goes with reusable blocks.
Huge improvement on Additional CSS Class(es)
option! EditorsKit provides better UI with classes suggestions while typing. Powered with custom PHP filter, theme developers can include custom Utility Classes for more customization options.
Enable selected image block to be set as featured image easily using the block settings dropdown.
Easily upload or change featured image on Gutenberg editor by dragging and dropping image on Featured Image sidebar panel.
Improve display when on “Code Editor Mode”. Powered by WordPress default CodeMirror library, Code Editor will be displayed with code syntax highlights and you will easily check each elements and if there are any errors on your HTML codes.
Assign custom link to Image on Media and Text Block. Add custom, media or attachment link easily. You can also set open to new tab, add no follow and/or set link to the whole block. Additionally, you can set Media and Text Block to display as card layout with option to set image on top or bottom. Integrated perfectly with the toolbar layour selection.
Assign link to cover, group and column blocks at ease with option to enable link attributes like open to new tab, apply nofollow and/or sponsored rel value. Additionally, you can enable the extra option to apply hover animation.
EditorsKit adds the missing keyboard shortcuts from Classic Editor. When activated you can use the following shortcuts to easily save time and improve writing workflow.
CTRL + ALT + 1
: Heading 1CTRL + ALT + 2
: Heading 2CTRL + ALT + 3
: Heading 3CTRL + ALT + 4
: Heading 4CTRL + ALT + 5
: Heading 5CTRL + ALT + 6
: Heading 6CTRL + ALT + c
: Align centerCTRL + ALT + r
: Align rightCTRL + ALT + l
: Align leftCTRL + ALT + j
: JustifyCMD + SHIFT + .
: Select Parent BlockDisplay “Block Navigator” on block that can contain multiple child blocks. Available on Columns Block and Group Block.
Improve interface and provide better writing experience.
Easily copy custom gradient colors to your clipboard and paste them anywhere. You can also select CopyGradients available combinations and easily paste the colors to Cover and Button blocks.
Enable or disable EditorsKit features using “EditorsKit Settings” menu. This will give you full control over the plugin features and let you disable the features that you don’t need on your website.
EditorsKit is moving towards being developer friendly as well. Starting version 1.5, custom theme_supports
were added to provide theme developers option to make Gutenberg block editing experience for their users match the frontend display. Learn more here.
Add help, tips and tricks button on the bottom right side of the editor to help users discover several helpful power tips and shortcuts. These tips will definitely improve your workflow and save time navigating the new block editor.
Insert your downloads from shareablock.com easily using this block. Browse through your block patterns and templates then add them to your content in just a click.
EditorsKit is created to help you navigate through the new editor. Each new features will make your page building more convenient and easier. You can help achieving this goal through the community:
EditorsKit is maintained and developed by Munir Kamal.
This section describes how to install the plugin and get it working.
e.g.
Text and Highlight Colors
Gutenberg Editor Rich Text Formats
Responsive and User Logged-in State Visibility
Block Settings
Image and Cover Block Styles
Settings and Options
Custom Classes Utility and Auto Suggestions
Code Editor Mode Syntax Highlighter
Drag and Drop Featured Image Upload
Link rel attributes nofollow and sponsored option
= 1.40.6
* Fix: Consecutive 3 paragraph space issue.
= 1.40.5
* Fix: Add allowed tags restriction in editorskit shortcode.
= 1.40.4
* Fix: Added a check for file type in styles importer to improve security.
= 1.40.3
* Fix: Styles manager conflicting with other post types.
CMD/CTRL + SHIFT + P
. #264 🎊List Block Styles
such as Arrow, Checked, Crossed, Connected and Starred 🎊add_theme_support( 'editorskit-color-palette-classnames' )
in order to use theme color palette specific classnames for color formats.CTRL/CMD + SHIFT + SPACE
keyboard shortcutCopy
single or muliple selected blocks and paste anywhere 🎊wp-scripts
for WordPress Gutenberg standardek-
identifier for custom Utility Classnamesregister_block_type
editorskit-title-hidden
body class when title is hiddeneditorskit-template-block-sizes
and editorskit-genesis-layout-block-sizes
theme supports 🎊