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

Post Typographer

外掛說明

When you publish a post or update an already published post, this plugin will format the post’s content to certain typographic rules:

  1. All hyphens between two words (surrounded by spaces) will be transformed to m-dashes with the non-breaking spaces ahead of them.

  2. All hyphens between digits (without spaces) will be transformed to n-dashes. But it tries to preserve phone numbers.

  3. All spaces following these words will be replaced with the non-breaking spaces:

    • at
    • or
    • and
    • the
    • a
    • an
    • in
    • on
    • of
    • for
    • to
    • as
    • i
    • or
    • my
  4. Double and more spaces are replaced with the single ones.

  5. All misplaced spaces near dots, colons, semicolons, exclamation marks and question marks are fixed, where possible.

  6. Composed words with hyphens in them (e.g. easy-to-use) will be wrapped in <nobr></nobr> tags.

  7. <pre></pre> tag and its contents are preserved.

Problems:

  1. The plugin will not mess with the HTML tags or other mark-up tags delimited with < and >. It will mess with the Javascript code and such constructions as:

        
        bla bla bla
        

    Though, since version 6, the mess is minimized for and [video] tags.

  2. The n-dash thing will mess up with the phone numbers that have only one hyphen in them. They will be confused with the value ranges.

Thanks to

Typograf by Artemy Lebedev

安裝方式

From your WordPress dashboard

  1. Visit ‘Plugins > Add New’
  2. Search for ‘Post Typographer’
  3. Activate Post Typographer from your Plugins page.

From WordPress.org

  1. Download Post Typographer.
  2. Upload the ‘post-typographer’ directory to your ‘/wp-content/plugins/’ directory.
  3. Activate Post Typographer from your Plugins page.

常見問題集

Installation Instructions

From your WordPress dashboard

  1. Visit ‘Plugins > Add New’
  2. Search for ‘Post Typographer’
  3. Activate Post Typographer from your Plugins page.

From WordPress.org

  1. Download Post Typographer.
  2. Upload the ‘post-typographer’ directory to your ‘/wp-content/plugins/’ directory.
  3. Activate Post Typographer from your Plugins page.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Post Typographer〉的開發相關工作。

參與者

將〈Post Typographer〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

12

  • Fixed: Will no longer mess with the contents of the [pmath] shortcodes.

11

  • Fixed: Replaced numeric HTML entities with literal ones.
  • Fixed: Minor formatting and grammar error issues.

10

  • Fixed: Contents of <pre></pre> tag aren’t messed up with typographing.

9

  • Fixed: No longer removes backslashes from posts.
  • Fixed: Tries not to mess with the files’ extensions (like .txt).

8

  • Added: Tries to remove unneeded spaces before colons and semicolons without messing with the smiles.
  • Added: Word ‘by’ included to the list of words for &nbsp; after them.

7

  • Fixed: No longer removes spaces before colons and semicolons – not to mess with the smiles.

6

  • Fixed: Double (and more) wrapping with the <nobr> tags.
  • Fixed: <nobr> wrapping and some other formatting in the [code] and [video] embedded text.

5

  • Added: Wrapping the composed words with hyphens with <nobr> tags.

4

  • Fixed: Nasty double-space bug on post-updating.
  • Fixed: M-dash placement didn’t work in version 3.
  • Fixed: N-dashes are now placed correctly even if the value ranges are near the beginning or the end of the text.

3

  • Added: Replaces misplaced spaces near punctuation marks.
  • Fixed: Phone numbers and dates are now avoided (except single-hyphen phone numbers) when the hyphens in the value ranges are transformed into n-dashes.

2

  • Added: Replaces 2 or more spaces with a single space in the text.
  • Added: Word ‘my’ included to the list of words for &nbsp; after them.

1

  • The first working version.