Description
This plugin adds extra controls to the rich text formatting toolbar (the popup toolbar shown when you select text inside a block). Each control wraps the selected text in an inline element, similar to Bold or Italic, so you can mix formatting within a single paragraph or heading.
Github: https://github.com/torounit/inline-typography-controls
Controls
- Font Size — Apply an inline font size to the selected text. Choose from the font size presets defined in your theme’s
theme.json, or pick a custom value with the slider. - Inline Block — Wrap the selected text in an inline-block element (
display: inline-block), which is useful for keeping a phrase from breaking across lines. - Small — Wrap the selected text in a
<small>tag, useful for side comments and supplementary text such as captions or fine print.
Reviews
ഈ പ്ലഗിന് റിവ്യൂകൾ ഒന്നുമില്ല.
Contributors & Developers
“Inline Typography Controls” is open source software. The following people have contributed to this plugin.
Contributors“Inline Typography Controls” has been translated into 1 locale. Thank you to the translators for their contributions.
Translate “Inline Typography Controls” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.4.8
- Tested up to WordPress 7.0
