Snow Monkey Editor
The Snow Monkey Editor is a plugin that extends the block editor.
GitHub: https://github.com/inc2734/snow-monkey-editor/
Formatter
Click Snow Monkey button in toolbar.
- Text badge
- Text background color
- Text font size
- Text highlighter
- Text color
- Text gradient
- Text letter spacing
- Line break per screen size
- Format clear
Extensions
You can settings in inspector.
- Hide on smartphone size or tablet size or PC size. (Using media query)
- Hide by user roles. (Using
render_blockfilter hook. If it does not pass this filter, it is ignored) - Scroll animation
- Publish date time settings
- Unpublish date time settings
- Edit lock by user roles. (Only administrators can set it)
Block presets
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.)
Block styles
There can be used in paragraph blocks, group blocks, image blocks, etc.
- Alert
- Alert (Remarks)
- Alert (Success)
- Alert (Warning)
- Fluid shapes
- Post-it
- Post-it (Narrow)
- Shadowed
- Speech (Top)
- Speech (Right)
- Speech (Bottom)
- Speech (Left)
- List (Arrow)
- List (Check)
- List (Remarks)
- List (Times)
- Ordered list (Circle)
- Ordered list (Square)
Filter hooks (JavaScript)
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
);
}
);
| Domain | Exposures | Headers | Last Checked |
|---|---|---|---|
| r*a*y*g*.jp (WP 7.0.2) | F | Aug 6, 2026 | |
| h*n*p*i.c*.jp | F | Aug 6, 2026 | |
| s*i*a*u*k*i*i.jp | F | Aug 6, 2026 | |
| h*g*s*i*a*a*m*c*i.org (WP 7.0.2) | F | Aug 6, 2026 | |
| s*e*-*t.jp | F | Aug 6, 2026 | |
| s*-*r*n*e.jp | F | Aug 6, 2026 | |
| f*a*a*t*-*u*t*c*.jp | F | Aug 6, 2026 | |
| x*-*y*k*c*u*l*5*0*c*p*2*s*u*i.biz | F | Aug 6, 2026 | |
| m*r*c*e*w*b.com | F | Aug 6, 2026 | |
| q*a*i*y*d*p*.jp (WP 7.0.2) | F | Aug 6, 2026 | |
| y*c.o*.jp (WP 6.6.5) | F | Aug 5, 2026 | |
| c*r*o.jp | F | Aug 5, 2026 | |
| i*a*o*n*.jp | F | Aug 5, 2026 | |
| a*l*s*e*a*g*.tokyo (WP 7.0.2) | F | Aug 5, 2026 | |
| s*u*p*d*.net (WP 7.0.2) | F | Aug 5, 2026 | |
| a*y*z*.com | F | Aug 5, 2026 | |
| k*i*u*o.c*.jp | F | Aug 5, 2026 | |
| t*y*s*i*b*.com | F | Aug 5, 2026 | |
| k*m*f*k*.jp (WP 7.0.2) | F | Aug 5, 2026 | |
| m*n*r*k*w*.jp | D | Aug 5, 2026 | |
| f*k*j*u.c*.jp (WP 7.0.2) | F | Aug 5, 2026 | |
| t*w*-*w.jp (WP 7.0.2) | F | Aug 5, 2026 | |
| m*t*e*c*e*.jp (WP 6.7.5) | F | Aug 5, 2026 | |
| w*p*o*u*t*.jp (WP 6.9.5) | F | Aug 5, 2026 | |
| s*i*a*a*i*s*u*o.c*.jp (WP 6.4.8) | F | Aug 5, 2026 | |
| e*a*.jp (WP 6.2.9) | F | Aug 5, 2026 | |
| m*y*g*s*n*a*.c*.jp (WP 7.0.2) | D | Aug 5, 2026 | |
| y*g*-*a*o*.info | D | Aug 5, 2026 | |
| h*j*m*r*-*c.jp | F | Aug 5, 2026 | |
| s*i*i*o*c*m.jp | F | Aug 5, 2026 | |
| i*k*r*.info (WP 7.0.2) | F | Aug 4, 2026 | |
| w*l*o*.c*.jp (WP 6.4.1) | F | Aug 4, 2026 | |
| s*s*y*m*s*c.de (WP 7.0.2) | D | Aug 4, 2026 | |
| n*s*i*i*o*f*c*o*-*l*s.jp (WP 6.9.5) | F | Aug 4, 2026 | |
| n*t*c*o*.jp (WP 7.0.2) | F | Aug 4, 2026 | |
| s*m*s*e*l.jp (WP 7.0.2) | F | Aug 4, 2026 | |
| a*d*s*u*a.jp (WP 6.1.1) | F | Aug 4, 2026 | |
| g*a*e*o*h*r.com | F | Aug 4, 2026 | |
| t*x*e*i*f.jp (WP 7.0.2) | F | Aug 4, 2026 | |
| s*p*o*t*7.jp (WP 7.0.2) | F | Aug 4, 2026 | |
| k*r*s*k*-*e*.c*.jp | D | Aug 4, 2026 | |
| j*-*1.c*.jp | F | Aug 4, 2026 | |
| i*o*a*6*.c*.jp (WP 5.3.21) | F | Aug 4, 2026 | |
| g*s*k*u*o*k*.c*.jp | F | Aug 4, 2026 | |
| d*-*r*f*.c*.jp | F | Aug 4, 2026 | |
| j*a*n*t.o*.jp (WP 7.0.2) | F | Aug 4, 2026 | |
| j*p*n*t*c*n*.c*.jp (WP 6.1.10) | F | Aug 4, 2026 | |
| p*r*t*c*.jp | F | Aug 4, 2026 | |
| n*g*m*d*n*e*u.c*.jp | F | Aug 4, 2026 | |
| d*w*s.c*.jp (WP 7.0.2) | D | Aug 4, 2026 | |
| a*c*a*u.org (WP 7.0.2) | F | Aug 4, 2026 | |
| s*f*-*r*n*.jp (WP 6.7.5) | F | Aug 4, 2026 | |
| m*s*e*g*t*s.net (WP 7.0.2) | F | Aug 4, 2026 | |
| r*s*n*-*i*.jp | F | Aug 4, 2026 | |
| o*e*e*s*s*h*o*.org (WP 7.0.2) | F | Aug 4, 2026 | |
| b*i*g*t*e*a*.c*.jp (WP 7.0.2) | F | Aug 4, 2026 | |
| f*o*p*o.jp (WP 7.0.2) | F | Aug 4, 2026 | |
| g*-*e*.jp (WP 6.9.5) | F | Aug 4, 2026 | |
| 8*k*n*o*b*o*k.jp (WP 7.0.2) | F | Aug 4, 2026 | |
| i*e*-*.net | F | Aug 4, 2026 | |
| i*t*k*m*a*.o*.jp (WP 7.0.2) | F | Aug 4, 2026 | |
| k*u*e*-*i*a*e*i.jp (WP 7.0.2) | F | Aug 4, 2026 | |
| i*e*-*h*k*k*.org (WP 7.0.2) | F | Aug 4, 2026 | |
| r*s*o*t.tw (WP 7.0.2) | F | Aug 4, 2026 | |
| k*y*s*o*i.biz (WP 7.0.2) | F | Aug 4, 2026 | |
| c*i*a*c.c*.jp | F | Aug 4, 2026 | |
| s*n*a*o*e*u*i*a*b*x*u*e*m.org (WP 6.9.5) | F | Aug 3, 2026 | |
| s*h*i*m*n*.jp (WP 7.0.2) | F | Aug 3, 2026 | |
| t*m*k*g*m*.jp (WP 7.0.2) | F | Aug 3, 2026 | |
| k*t*d*n*q*.com (WP 7.0.2) | F | Aug 3, 2026 | |
| k*r*s*i*k*z*k*.net | F | Aug 3, 2026 | |
| f*r*t*f*k*o*a.c*.jp (WP 6.4.8) | D | Aug 3, 2026 | |
| m*e*d*s*o*y.com | F | Aug 3, 2026 | |
| h*m*j*-*o*l*c*i*n.jp (WP 7.0.2) | F | Aug 3, 2026 | |
| s*l*s*.c*.jp | F | Aug 3, 2026 | |
| u*a*n*g*t.com (WP 6.9) | F | Aug 3, 2026 | |
| c*w*b.cc (WP 5.7.15) | F | Aug 3, 2026 | |
| y*m*g*t*-*a*k*.jp (WP 7.0.2) | F | Aug 3, 2026 | |
| m*d*i*e*y*s*h*o*.jp (WP 7.0.2) | F | Aug 3, 2026 | |
| c*s*o*a*d*w*n*a.c*m.tw | A | Aug 3, 2026 | |
| t*f*a*.c*.jp (WP 7.0.2) | F | Aug 3, 2026 | |
| c*t*o*k.net (WP 7.0.2) | F | Aug 3, 2026 | |
| h*e*.org (WP 7.0.2) | F | Aug 3, 2026 | |
| s*n*i*e*h*.jp | F | Aug 3, 2026 | |
| d*y*o*a*.com | A | Aug 3, 2026 | |
| l*l*n*e*t*l.com | A | Aug 3, 2026 | |
| s*i*h*m*p.jp (WP 7.0.2) | D | Aug 3, 2026 | |
| k*n*u*i*h.tokyo | F | Aug 3, 2026 | |
| f*n*m*l*.jp (WP 7.0.2) | F | Aug 3, 2026 | |
| h*t*r*c*-*t*d*o.com | C | Aug 3, 2026 | |
| k*z*n*s*w*.jp (WP 7.0.2) | F | Aug 3, 2026 | |
| f*g*r*h*a*s.jp | C | Aug 3, 2026 | |
| f*u*a*a*o*.com | F | Aug 3, 2026 | |
| p*a*.tokyo (WP 7.0.2) | F | Aug 3, 2026 | |
| e*g*t*i*c.c*.jp | F | Aug 3, 2026 | |
| r*n*-*k*n*-*o*i.jp (WP 7.0.2) | F | Aug 3, 2026 | |
| r*p*o*d*c*.jp | F | Aug 3, 2026 | |
| r*p*o*a*p*.jp | F | Aug 3, 2026 | |
| k*n*o*c*o*.jp | F | Aug 3, 2026 | |
| t*u*h*n*a*o*u.c*.jp | F | Aug 3, 2026 |
Page 1 of 48 Next »