Title: Just TinyMCE Custom Styles
Author: Alex Prokopenko / JustCoded
Published: <strong>2016 年 7 月 20 日</strong>
Last modified: 2020 年 8 月 14 日

---

搜索插件

![](https://ps.w.org/just-tinymce-styles/assets/banner-772x250.png?rev=1470610)

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://ps.w.org/just-tinymce-styles/assets/icon-128x128.png?rev=1470610)

# Just TinyMCE Custom Styles

 作者：[Alex Prokopenko / JustCoded](https://profiles.wordpress.org/aprokopenko/)

[下载](https://downloads.wordpress.org/plugin/just-tinymce-styles.zip)

 * [详情](https://cn.wordpress.org/plugins/just-tinymce-styles/#description)
 * [评价](https://cn.wordpress.org/plugins/just-tinymce-styles/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/just-tinymce-styles/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/just-tinymce-styles/#developers)

 [支持](https://wordpress.org/support/plugin/just-tinymce-styles/)

## 描述

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

## 屏幕截图

 * [[
 * Plugin settings page where you can enable/disable formatter options
 * [[
 * Style formatters edit
 * [[
 * WordPress editor look
 * [[
 * Bootstrap styles preset

## 安装

 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.

## 评价

![](https://secure.gravatar.com/avatar/c551932fa77d46e377f87b557a20ce08ce6b905e067de5aaceb64a2712cf96ec?
s=60&d=retro&r=g)

### 󠀁[Easy to use and developer friendly](https://wordpress.org/support/topic/easy-to-use-and-developer-friendly-2/)󠁿

 [AMIB](https://profiles.wordpress.org/amib/) 2019 年 7 月 1 日 1 回复

Easy to use plugin and created for WP developers

![](https://secure.gravatar.com/avatar/ea4a57e0738d1069ce513e192db119256eb5d0ee6307702e7846b8a4e73c8acc?
s=60&d=retro&r=g)

### 󠀁[Problem with plugin](https://wordpress.org/support/topic/problem-with-plugin-49/)󠁿

 [vstrelianyi](https://profiles.wordpress.org/vstrelianyi/) 2018 年 8 月 7 日 1 
回复

When activating the plugin I’m receiving the following error: Fatal error: Class‘
jtmce\core\Singleton’ not found in \wp-content\plugins\just-tinymce-styles\just-
tiny-mce-styles.php on line 20

![](https://secure.gravatar.com/avatar/ceff2bd01e05b04e37a8483763db02b2a53a2bb2415e48e086f537be7455c99d?
s=60&d=retro&r=g)

### 󠀁[Total breakthrough in post editing](https://wordpress.org/support/topic/total-breakthrough-in-post-editing/)󠁿

 [btsybulnyk](https://profiles.wordpress.org/btsybulnyk/) 2018 年 3 月 20 日

I had a lot of problems with adding custom styles to post content. This plugin solved
all of my problems. Thanks, Alex!

![](https://secure.gravatar.com/avatar/a6ce9e3fbd93c7d2c6033399036ce1dc6bd3483fcee8678682d93c5f4731ca98?
s=60&d=retro&r=g)

### 󠀁[Could be better documented](https://wordpress.org/support/topic/could-be-better-documented/)󠁿

 [asha23](https://profiles.wordpress.org/asha23/) 2017 年 3 月 15 日 1 回复

This works well, however a lot of knowledge is assumed. I think the documentation
could be a lot clearer.

![](https://secure.gravatar.com/avatar/cfa361cb565f1c5cc9085e8d13e51c7ed0b487fb74df094b65dab276ea86f86b?
s=60&d=retro&r=g)

### 󠀁[Works well](https://wordpress.org/support/topic/works-well-906/)󠁿

 [DerHerrMeier](https://profiles.wordpress.org/derherrmeier/) 2016 年 12 月 15 日

Installed and just works well so far.

![](https://secure.gravatar.com/avatar/d0033d93efc0a12337b61e86c29f485aff5f9c5e1e7935e041f8d160fa3d56f4?
s=60&d=retro&r=g)

### 󠀁[This is REALLY useful](https://wordpress.org/support/topic/this-is-really-useful-2/)󠁿

 [GregW](https://profiles.wordpress.org/gwmbox/) 2016 年 10 月 9 日

Where has this been for so long 🙂 This really is a great little plugin (for TinyMCE
advanced) that lets developers add specific class elements that any WYSIWYG user
can use without needing to go into the code to add a class element to a required
tag. With options to have a class title that makes sense to anyone, plus the ability
to add the class to a tag selector or name to a specific tag just makes it so easy
to use in the WYSIWYG editor. The ability to add additional styles is a bonus, however
I tend to leave those blank (my personal choice) and simply have the sites theme
editor css file contain the styles predefined. Some may say why not just use the
editor css file for classes under the formats menu? While that does work this plugin
allows you to have full control of all editor classes you want to use within the
editor that are easier to use and to match your front end styles. You may need to
experiment a little to get the correct class added to your required tag, but once
it is all done the WYSIWYG TinyMCE Editor is so much more useful. The main benefit
of this is that you can be sure you are adding the required class (and styles) to
the tags YOU want. Big thanks to the developer, please keep this plugin alive …

 [ 阅读所有6条评价 ](https://wordpress.org/support/plugin/just-tinymce-styles/reviews/)

## 贡献者及开发者

「Just TinyMCE Custom Styles」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Alex Prokopenko / JustCoded ](https://profiles.wordpress.org/aprokopenko/)

[帮助将「Just TinyMCE Custom Styles」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/just-tinymce-styles)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/just-tinymce-styles/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/just-tinymce-styles/)，或通过[RSS](https://plugins.trac.wordpress.org/log/just-tinymce-styles/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/just-tinymce-styles/)。

## 更新日志

 * 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

## 额外信息

 *  版本 **1.2.1**
 *  最后更新：**6 年前**
 *  活跃安装数量 **1,000+**
 *  WordPress 版本 ** 4.3 或更高版本 **
 *  已测试的最高版本为 **5.5.18**
 *  语言
 * [English (US)](https://wordpress.org/plugins/just-tinymce-styles/)
 * 标签
 * [custom-styles](https://cn.wordpress.org/plugins/tags/custom-styles/)[editor](https://cn.wordpress.org/plugins/tags/editor/)
   [styles](https://cn.wordpress.org/plugins/tags/styles/)[tinyMCE](https://cn.wordpress.org/plugins/tags/tinymce/)
 *  [高级视图](https://cn.wordpress.org/plugins/just-tinymce-styles/advanced/)

## 评级

 4.8 星（最高 5 星）。

 *  [  5 条 5 星评价     ](https://wordpress.org/support/plugin/just-tinymce-styles/reviews/?filter=5)
 *  [  1 条 4 星评价     ](https://wordpress.org/support/plugin/just-tinymce-styles/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/just-tinymce-styles/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/just-tinymce-styles/reviews/?filter=2)
 *  [  0 条 1 星评价     ](https://wordpress.org/support/plugin/just-tinymce-styles/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/just-tinymce-styles/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/just-tinymce-styles/reviews/)

## 贡献者

 *   [ Alex Prokopenko / JustCoded ](https://profiles.wordpress.org/aprokopenko/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/just-tinymce-styles/)