Plugin info

Total downloads: 19,308
Active installs: 2,000
Total reviews: 6
Average rating: 4.8
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 8/14/2020 (1964 days ago)
Added to WordPress: 7/20/2016 (9 years old)
Minimum WordPress version: 4.3
Tested up to WordPress version: 5.5.17
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 1964 days ago • 6 reviews

22/100

Is Just TinyMCE Custom Styles abandoned?

Possibly abandoned (last update 1964 days ago).

Compatibility

Requires WordPress: 4.3
Tested up to: 5.5.17
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

This plugin controls the TinyMce “style_formats” parameter. It allows adding custom formatters to the Wysiwyg editor.

This is only a user interface to the standard feature, which is disabled by default and explained in the official
documentation on codex.wordpress.org: https://codex.wordpress.org/TinyMCE_Custom_Styles

Features

  • Load Settings from DB or .json file from theme
  • Enable/Disable some style_format features for more clean formatting
  • Nice interface to quickly add your formats
  • Ability to apply custom editor css for each rule separately
  • You can group your styles for more clear usage
  • Bootstrap preset: pre-defined bootstrap styles for editor.

Example: Custom link class

For example, you can define an addition dropdown option of the css classes for the link tag.
To do so, create such row formatter:.

  • Title: My Link Style
  • Selector: a
  • Classes: my-link-style
  • Editor CSS: a.my-link-style { color:red; }

Plugin Demo

Presets

We added special feature called “Presets” – these are pre-defined styles included inside the plugin.
You can import them to your site with a single click.

With presets we plan to add popular CSS framework classes to be able to use them inside the editor.
We started with a Bootstrap preset, because it’s one of the most popular CSS framework right now.

ISSUES TRACKER

If you have any feedbacks or bugs found, please write to our GitHub issues tracker:
https://github.com/justcoded/just-tinymce-custom-styles/issues

Installation

  1. Download, unzip and upload to your WordPress plugins directory.
  2. Activate the plugin within your WordPress Administration Backend.
  3. Go to Settings > TinyMCE Custom Styles.
  4. Open the Settings page, enable required elements and save Settings.
  5. Open the TinyMCE Styles page and add your options.
  6. Save values.

Frequently Asked Questions

No FAQ available

Review feed

AMIB
7/1/2019

Easy to use and developer friendly

Easy to use plugin and created for WP developers

Screenshots

  1. Plugin settings page where you can enable/disable formatter options

    Plugin settings page where you can enable/disable formatter options

  2. Style formatters edit

    Style formatters edit

  3. WordPress editor look

    WordPress editor look

  4. Bootstrap styles preset

    Bootstrap styles preset

Changelog

  • Version 1.2
    • Fixed preset import: If you don’t have “type” feature enabled in your settings, import will enable it for you.
  • Version 1.1
    • Ability to group new styles into dropdowns
    • Presets: pre-defined list of styles. Bootstrap added.
  • Version 1.0
    • First version of the plugin