이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Text Control

설명

Text Control will allow you to choose from a variety of formatting syntaxes and encoding options. You can choose between Markdown, Textile 1, Textile 2, nl2br, WPautop, and “No Formatting” for formatting along with the choice of SmartyPants, WPTexturize or “No Encoding” for character encodings.

Localizations

  • Thanks to Frank Bültge for german language file
  • Thanks to Brian Flores for spanish translation
  • Lithuanian translation files by Vincent G
  • Not really a bug so much, but an issue: Textile 2 is freaking huge (145k > 4000 lines of code) so it can be quite a burden on your server. If you can get away with not using it, I highly reccomend you do so.

  • Additionally, in Textile 2 there is a feature that would grab an image via PHP and get it’s height and width for placing in the IMG tags. This has been disabled It literally took a post from 1 second to display straight to 6 seconds — completely unacceptable.

Acknowledgements

Licence

Good news, this plugin is free for everyone! Since it’s released under the GPL, you can use it free of charge on your personal or commercial blog. But if you enjoy this plugin, you can thank me and leave a small donation for the time I’ve spent writing and supporting this plugin. And I really don’t want to know how many hours of my life this plugin has already eaten 😉

Translations

The plugin comes with various translations, please refer to the WordPress Codex for more information about activating the translation. If you want to help to translate the plugin to your language, please have a look at the .pot file which contains all defintions and may be used with a gettext editor like Poedit (Windows) or plugin for WordPress Localization.

스크린샷

  • Options in WP 2.9-rare
  • Settings on post in WP 2.9-rare
  • A shot of the configuration options that show up in your admin section allowing you to detup how the blog will parse entries and comments by default.
  • The mechanism for setting per-post formatting options.

설치

Requirements

  • WordPress version 1.5 and later

Installation

  1. Download
  2. Unzip and upload into wp-content/plugins/
  3. Activate in the Plugins section of your admin panel

Usage

When installed, this plugin will format text the exact same way that WordPress does by default.

You can define which text formatting engine to use by changing the values in the drop down menu on individual post pages.

Additionally, you can change the defaults on a blog-wide basis by changing the “Posts & Excerpts” options in “Your site Admin page >> Options >> Text Control“.

Finally, you can set text processing for all comments as well. Set this up in the “Comments” options in “Your site Admin page >> Options >> Text Control“.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Text Control”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Text Control”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

2.3.1

  • Add also settings for pages

2.3.0

  • Check on WP 3.2*, change different source, remove sql-queries and use WP-functions

2.2.3

  • WordPress 2.7 ready, new functions for more comfort

2.2.2

  • WP 2.5 ready, new metabox-function etc.

2.0b

  • Name changed from MTSpp to Text Control. Heavy updates!

1.0.1

  • Changed a variable so that this would actually work in places like, oh ya know, the index.php file (places where s_single would be false.)

1.0

  • Introduction