這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Client-proof Visual Editor

描述

Simple, option-less (yeah, that’s a feature), plugin to make TinyMCE – the WordPress Visual Editor – easier for clients and n00bs. It removes a bunch of TinyMCE features that could potentially be used by inexperienced clients to screw-up the theme developers hard work! It also makes TinyMCE remove the nasty formatting when you paste content directly in it – so, there is no need to use the “paste from Word” or “paste from text” buttons!

Thanks to Zé Fontainhas for testing and SVN help and Tiago Rodrigues for help with TinyMCE “paste” issues.

螢幕截圖

  • screenshot-1.png

安裝

  1. Upload clientproof-visual-editor.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Enjoy the simplified Visual Editor

常見問題

What buttons are kept in the Editor?
  • Strong
  • Emphasis
  • Strike Through
  • Format (h2, h3, h4, Paragraph, Code)
  • Unordered Lists
  • Ordered Lists
  • Blockquote
  • Link Buttons
  • Horizontal Line
  • More Tag
  • Full Screen mode
Where are the plugin options?

This plugin has no options. That is a feature! Just activate it and enjoy the simplicity.

Does it do anything else?

When you paste text directly into the visual editor, all formatting gets removed automagically! There’s no need to teach clients to use the “Paste as Text” or “Paste from Word” buttons (which I always found hard to get people to remember using them).

評價

2016年9月3日
This is one of my new favourite plugins. Gone are the days of idiots sticking hideous colour schemes and weird unwanted code into pages via the visual editor 🙂
2016年9月3日
Really nice, simple and effective! Often i need to tell clients not to touch some of the things, but this is really make it easier. Good job on this one and I hope, that you gonna update this for every new version of WP :>
閱讀全部6個評價

貢獻者及開發者

“Client-proof Visual Editor” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Client-proof Visual Editor 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.7.1

  • Less stringent PHP/WP requirements

1.7

  • Updated WordPress version tested up to 5.4.
  • Implement WordPress Coding Standards
  • Fix plugin header comments

1.6

  • Updated WordPress version tested up to 4.9.
  • Implement WordPress Coding Standards
  • Update contributors list

1.5

  • Updated WordPress version tested up to 4.2.

1.4

  • Updated WordPress version tested up to 4.1
  • Cleaned up code and added some comments
  • Fixed the fullscreen button (using TinyMCE’s fullscreen mode, not the WordPress Distraction-Free mode.)

1.3

  • Updated WordPress version tested up to.

1.2

  • Updated code to fix bug with second row of buttons showing up sometimes.

1.1

  • Updated code to add full-screen mode button and update version compatibility to WordPress 3.8

1.0

  • Plugin creation