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

TRUEedit

描述

TRUEedit is designed specifically for people who understand HTML and want to format their HTML code for readability. By default WordPress modifies your post content with two filter, this plugin lets you disable those filters along with any other content filters. TRUEedit also enables the inserting of tab characters into the post’s content editor. You can even change the font, size and color of the editor, giving you more control over your blog editor.

Keep in mind that by default WordPress texturizes and automatically adds break and paragraph tags into your post content. Which means if you want to put HTML tags on different lines and format your code you could inadvertently be adding break and paragraph tags. Oh No? Use TRUEedit to fix this problem.

Highlighted Features:

  • Removes the wpautop filter which adds paragraph tags to your post content.
  • Removes the wptexturize filter which replaces characters and patterns.
  • Review and remove any other filter applied to the content of your blog.
  • Lets users insert tabs in the post HTML editor
  • Lets user change font, size, color and height of the post editor
  • Lets user go into a fullscreen editor mode.

屏幕截图

  • The default list of built in content filters for WordPress.
  • Feel free to write your HTML how ever you like and get wicked with the tabs.
  • Customize the post editor to your liking with fonts, size, color and height controls.

安装

  1. Upload the trueedit directory to your /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins menu in WordPress
  3. If you want you may also network activate for your WordPress MultiSite installations.

常见问题

How do I completely remove the Visual Editor

You should use WordPress’s built in “Visual Editor” option for each user whom you would like to stop from using the Visual Editor. Simply go to your Admin Panel’s User section, edit a user and check the checkbox near the top that is labeled “Disable the visual editor when writing”.

Can I Keep One Of The Filters

Yes, if you go to the TRUEedit Settings Panel you will see two check boxes which let you turn on and off the wpautop and wptexturize filters.

评价

阅读所有1条评价

贡献者及开发者

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

贡献者

帮助将「TRUEedit」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.4

  • fixed the jump bug when inserting tab characters in Firefox.
  • fixed the PHP warnings on the settings page when a filters array doesn’t exist.
  • html is no longer set as the default editor while the plugin is active, disable the visual editor in your user settings instead.

1.3

  • only show documentation links for specific built in filters.
  • fixed javascript bug when full screen button was disabled.

1.2.2

  • fixed syntax error that stopped activation.

1.2.1

  • display bug fix on plugin activation.

1.2

  • Disable any of the functions attached to ‘the_content’ filter.
  • Fix FullScreen Editor bugs.

1.1

  • Added Fullscreen Editor.

1.0

  • Initial Release