Skip to main content

TinyMCE

Yoko Core adds functionality to the default WordPress TinyMCE implementation.

Superscript and Subscript

Yoko Core reveals the superscript and subscript buttons that are hidden by default and adds shortcodes that are similar to other text editors.

CommandShortcut
SuperscriptCommand + Shift + .
SubscriptCommand + Shift + ,

These can be turned off with the following filter:

add_filter( 'yoko_show_superscript_subscript', '__return_false' );