30,000+
May 21, 2026
January 18, 2020
The Snow Monkey Editor is a plugin that extends the block editor.
GitHub: https://github.com/inc2734/snow-monkey-editor/
Click Snow Monkey button in toolbar.
You can settings in inspector.
render_block filter hook. If it does not pass this filter, it is ignored)This feature allows you to save the settings of a block and set them for other blocks of the same type at the touch of a button.
(The number of blocks/attributes that can be used by the block preset feature is limited by default.)
There can be used in paragraph blocks, group blocks, image blocks, etc.
SnowMonkeyEditor.extension.allowedNameSpaces
JavaScript
import { addFilter } from '@wordpress/hooks';
addFilter(
'SnowMonkeyEditor.extension.allowedNameSpaces',
'snow-monkey-blocks/apply-snow-monkey-editor-extensions',
( allowedNameSpaces, extensionName ) => {
return [
...allowedNameSpaces,
'snow-monkey-blocks',
];
}
);
PHP
add_action(
'admin_enqueue_scripts',
function() {
$data = "wp.hooks.addFilter(
'SnowMonkeyEditor.extension.allowedNameSpaces',
'snow-monkey-blocks/apply-snow-monkey-editor-extensions',
( allowedNameSpaces, extensionName ) => {
return [
...allowedNameSpaces,
'snow-monkey-blocks',
];
}
);";
wp_add_inline_script(
'snow-monkey-editor@editor',
$data
);
}
);
SnowMonkeyEditor.extension.allowedRoles
JavaScript
import { addFilter } from '@wordpress/hooks';
addFilter(
'SnowMonkeyEditor.extension.allowedRoles',
'snow-monkey-blocks/apply-snow-monkey-editor-extensions',
( allowedNameSpaces, extensionName ) => {
return [ 'administrator' ];
}
);
PHP
add_action(
'admin_enqueue_scripts',
function() {
$data = "wp.hooks.addFilter(
'SnowMonkeyEditor.extension.allowedRoles',
'snow-monkey-blocks/apply-snow-monkey-editor-extensions',
( allowedRoles, extensionName ) => {
return [ 'administrator' ];
}
);";
wp_add_inline_script(
'snow-monkey-editor@editor',
$data
);
}
);
This plugin can be installed directly from your site.
Yes! You can use the Snow Monkey Editor with any theme, but we recommend using our Snow Monkey theme for the best presentation.
<ServerSideRender /> in <Disabled /> disappears without becoming transparent when the display settings (window size) are set.defer attribute to wp_enqueue_script().Popover.isAlternate to Popover.variant.display from inline-block to inline in the list..sme-font-size and .sme-line-height to inline-block..sme-hidden-xxx styles. Using display: none.SnowMonkeyEditor.extension.allowedRoles.SnowMonkeyEditor.extension.allowedNameSpaces.| Version | Download | Type |
|---|---|---|
| 12.0.0 | Download | Stable |
| 11.0.5 | Download | Stable |
| 11.0.4 | Download | Stable |
| 11.0.3 | Download | Stable |
| 11.0.2 | Download | Stable |
| 11.0.1 | Download | Stable |
| 11.0.0 | Download | Stable |
| 10.2.0 | Download | Stable |
| 10.1.2 | Download | Stable |
| 10.1.1 | Download | Stable |
| 10.1.0 | Download | Stable |
| 10.0.6 | Download | Stable |
| 10.0.5 | Download | Stable |
| 10.0.4 | Download | Stable |
| 10.0.3 | Download | Stable |
| 10.0.2 | Download | Stable |
| 10.0.1 | Download | Stable |
| 10.0.0 | Download | Stable |
| 9.4.0 | Download | Stable |
| 9.3.3 | Download | Stable |
| 9.3.2 | Download | Stable |
| 9.3.0 | Download | Stable |
| 9.2.5 | Download | Stable |
| 9.2.4 | Download | Stable |
| 9.2.3 | Download | Stable |
| 9.2.1 | Download | Stable |
| 9.2.0 | Download | Stable |
| 9.1.2 | Download | Stable |
| 9.1.1 | Download | Stable |
| 9.1.0 | Download | Stable |
| 9.0.3 | Download | Stable |
| 9.0.2 | Download | Stable |
| 9.0.1 | Download | Stable |
| 9.0.0 | Download | Stable |
| 8.0.2 | Download | Stable |
| 8.0.1 | Download | Stable |
| 8.0.0 | Download | Stable |
| 7.0.1 | Download | Stable |
| 7.0.0 | Download | Stable |
| 6.2.1 | Download | Stable |
| 6.2.0 | Download | Stable |
| 6.1.0 | Download | Stable |
| 6.0.1 | Download | Stable |
| 6.0.0 | Download | Stable |
| 5.0.6 | Download | Stable |
| 5.0.5 | Download | Stable |
| 5.0.4 | Download | Stable |
| 5.0.3 | Download | Stable |
| 5.0.2 | Download | Stable |
| 5.0.1 | Download | Stable |
| 5.0.0 | Download | Stable |
| 4.1.0 | Download | Stable |
| 4.0.1 | Download | Stable |
| 4.0.0 | Download | Stable |
| 3.0.5 | Download | Stable |
| 3.0.4 | Download | Stable |
| 3.0.3 | Download | Stable |
| 3.0.2 | Download | Stable |
| 3.0.1 | Download | Stable |
| 3.0.0 | Download | Stable |
| 2.1.2 | Download | Stable |
| 2.1.1 | Download | Stable |
| 2.1.0 | Download | Stable |
| 2.0.0 | Download | Stable |
| 1.1.0 | Download | Stable |
| 1.0.0 | Download | Stable |
| 0.8.2 | Download | Stable |
| 0.8.1 | Download | Stable |
| 0.8.0 | Download | Stable |
| 0.7.0 | Download | Stable |
| 0.6.1 | Download | Stable |
| 0.6.0 | Download | Stable |
| 0.5.4 | Download | Stable |
| 0.5.3 | Download | Stable |
| 0.5.2 | Download | Stable |
| 0.5.1 | Download | Stable |
| 0.5.0 | Download | Stable |
| 0.4.1 | Download | Stable |
| 0.4.0 | Download | Stable |
| 0.3.0 | Download | Stable |
| 0.2.4 | Download | Stable |
| 0.2.3 | Download | Stable |
| 0.2.2 | Download | Stable |
| Development | Download | Trunk |