Skip to content
This repository has been archived by the owner on Oct 21, 2019. It is now read-only.

Latest commit

 

History

History
25 lines (13 loc) · 1.11 KB

tinymce-style-formats.md

File metadata and controls

25 lines (13 loc) · 1.11 KB

TinyMCE Style Formats

Covers the following TinyMCE API:

  • style_formats

Overview

TinyMCE includes a default button which makes it possible to create UI for assigning custom inline text styles. This button (which renders as a dropdown) then appears in its registered position in the TinyMCE toolbar.

Existing Usage

From #12, the following screenshot depicts a style select dropdown that allows for different inline text markup:

image

Please open a new issue to suggest additional examples of existing usage.

Gutenberg Equivalent

While Gutenberg's implementation of the Classic Block will include the style select dropdown, there isn't a way to offer an equivalent experience for other rich-text editing experiences.

See these issues for related conversation: