Modify paragraph formatting plugin “PS Disable Auto Formatting”

PS Disable Auto Formatting

Description

If you are annoying by the habit of the WordPress automatic formatting, try this plugin.

PS Disable Auto Formatting stops automatic formatting of WordPress (wpautop), and modifies the html source generated by the visual editor.

This plugin stops automatic formatting of WordPress (wpautop), and modifies the html source generated by the visual editor.

When editing it in the HTML mode, it stops unintended removal of br tag and p tag , either addition of p tag.
And when editing in the visual mode, it achieves to generate natural changing line and paragraph that you will intend.

Functions

  • Disable the auto formating in the each areas of post, comment, excerpt, terms description.
  • Stops the auto removal of p and br tag when editing html mode.
  • Batch formatting to all articles that you have already posted.

Requires WordPress Version

2.5 or higher

Download

Download (22.5KB)

Install

  1. Please download from link above
  2. Unzip the downloaded package and upload into your WordPress plugins directory.
    If you use WordPress 2.7 or later, you can install from admin page.
  3. Go to plugins list and activate “PS Disable Auto Formatting”.

Usage

menu

After install, a managing page of automatic forming is added to config list.
The default setting stops only the automatic formating of the post.
Change and submit the settings of each areas if necessary.

Batch formatting for past posts

Batch formatting is a function for the past posts posted before use this plugin. You do not have to use it if there are no post.

When you activate this plugin, there will be no changing line and paragraph in the past posts because auto formatting of WordPress has stopped.

To solve this problem, this function does the batch processing to the article within the specified range.

(Before use this function, reserve the [backup of the data base](http://codex.wordpress.org/Backing_Up_Your_Database “backup of the data base”) is recommended.)

FAQ

When is this plugin effective?

For example, it will be effective in case use HTML mode every time, and when copy from existing HTML files.
It also comes to be able to post consecutive changing line.

I do not understand whether which area to be stop batch formatting.

Try to stop the area where the visual editor is used.

Can the setting change and the batch formatting function be done at the same time?

No.
When “change setting” button is pushed, the setting is changed.
When “Batch formatting” button is pushed, the batch plastic operation is done. The setting is not changed.

It displays as “It is necessary to permit the batch formatting” and cannot do the batch formatting.

To prevent the operational error, the batch processing is not done if there is no permission.
Please check “Permit batch formatting” check box.

Version History

1.0.3
(2009.8.11)
  • compatible with WordPress version 2.8 (bugfix : post area is whiteouted when switching visual to html mode in version 2.8)
0.9.2
(2009.1.21)
  • bugfix : disappearing nothing included paragraph and linebreak element when load a post to edit
  • bugfix : wrong javascript path in case of WordPress is set as sub directory.
  • bugfix : in version 2.6 or 2.5, javascript isn’t replaced.
0.9.1
(2009.1.20)
  • bugfix : disappearing paragraph element with swithing mode in some browsers
  • compatible with quickpress
0.9.0
(2009.1.13)
  • Public release

Contact

If you have any request, question, feedback or found a bug, please contact us from comment form below.

プラグイン概要

PS Disable Auto Formattingは、WordPressの段落自動整形(wpautop)を停止させると共に、ビジュアルエディタが生成するhtmlソースを改変。HTMLモードでの編集時に、意図しないbrタグ、pタグの除去、pタグの付加が発生しないようにすると共に、ビジュアルモード編集時における意図した通りの自然な改行・段落の生成を実現します。

機能

  • 投稿・コメント・抜粋・説明、各エリア毎の自動整形停止
  • HTMLモード利用時のp, brタグ除去回避
  • 作成済み記事に対する一括整形処理

動作環境

2.5以上

ダウンロード

ダウンロード (22.5KB)

インストール方法

  1. 上記よりダウンロードしてください。
  2. 解凍して、WordPressのプラグインディレクトリにアップロードします。
    もしくは、バージョン2.7以上であれば、管理画面のプラグイン > 新規追加 より、インストールをすることも可能です。
  3. プラグイン > インストール済み のリストからPS Disable Auto Formattingを有効にしてください。

ご利用方法

メニューへの追加

インストールが完了すると、設定項目の中に自動整形という設定ページが追加されます。
デフォルトの設定は、投稿の自動整形のみ停止するようになっています。必要に応じて各エリアの設定を変更し保存してください。

一括整形機能

一括整形機能は、本プラグインを利用する前に作成した記事が存在する場合に対する機能です。作成済みの記事が存在しない場合は使用する必要はありません。
本プラグインの利用により自動整形が停止されると段落や改行の付加が行われなくなるため、作成済みの記事は段落・改行がない状態となってしまいます。これを是正するため、最終の編集が指定時刻前に行われている投稿・ページに対し、一括で段落・改行を付加するのが本機能です。

※ 一括整形機能を利用される場合には、バックアップ機能を持ったプラグイン等でデータベースのバックアップと取っておくことをおすすめいたします。

よくある質問

このプラグインはどんな時に有効ですか?

HTMLモードでの編集を行うことが多い方や、存在するHTMLのソースを直接ペーストするような場合に特に有効です。その他、連続改行なども行えるようになります。

どのエリアの整形を停止すれば良いかわかりません。

基本的にはビジュアルエディタを利用しているエリアの整形を停止していただくのが良いでしょう。

プラグインの設定変更と一括整形機能は同時に行えますか?

いいえ。
変更を保存ボタンを押すと各エリアの整形設定が変更されます。一括整形ボタンを押した場合には、一括整形機能のみが実行され、設定はチェックの状態に関わらず変更されません。

“一括処理の許可が必要です。”と表示され、一括処理が行えません。

間違って一括処理ボタンを押してしまって場合の安全性を考慮して、一括処理を許可がチェックされていなかった場合には、処理を行わないようになっています。
少々面倒でも、一括処理を許可した上で処理を行うようにしてください。

更新履歴

1.0.3
(2009.8.11)
  • 2.8系で編集モードをhtmlに切り替えた際、テキストが見えなくなる不具合を修正
0.9.2
(2009.1.21)
  • 編集時に空段落、改行タグが消える不具合を解消
  • WordPressがサブディレクトリに設置された場合にjavascriptのパスが正しく出力されない不具合を解消
  • WordPress2.5および2.6において、javascriptが差し替えられていなかった不具合を解消
0.9.1
(2009.1.20)
  • いくかのブラウザにおいて、編集モードの変更時にPタグが消滅する現象を解消
  • クイックプレスへの対応
0.9.0
(2009.1.13)
  • 一般公開

ご質問・ご感想等

不具合・ご質問・ご要望や感想などありましたら、コメントフォームよりお寄せください。

※ 不具合の報告は、サーバOS、PHPのバージョン、WordPressのバージョン、併用しているプラグイン、ブラウザ名およびバージョンなどを併記いただけると助かります。

Comments

  1. 本プラグインをwp2.7にて検証させて頂いているのですが「下書きを保存」する「投稿した記事を再度編集」する際にwpautopを通っているらしく自動整形されてしまう現象が下記環境で発生しております。全てのプラグインを外しても同様の動作となっておりましたので対応頂けると大変助かります。

    なお、補足として記事作成をする際一度「下書きを保存」するかと思いますが、保存された記事自体は自動整形されないものとなっております。

    お手数ではございますが対応の程宜しくお願い致します。

    □環境
    wordpress:2.7
    OS:CentOS5
    PHP:5.1.6
    ブラウザ:Firefox3.0.5

    コメント by zen
    2009 年 1 月 17 日 @ AM 11:47

  2. zenさん、プラグインのご利用ありがとうございます。

    自動整形されるとのことですが、下記2点を教えていただけると原因の特定と改善もしくは改良が出来るかもしれません。お手数ですがよろしくお願いいたします。

    記事の投稿方法(ビジュアルorHtmlモード、直接記述もしくは他のエディターで作成したhtmlをペーストなど)
    記述されたhtml

    コメント by 大曲
    2009 年 1 月 19 日 @ AM 11:31

  3. 大曲様、ご返信ありがとうございます。

    検証投稿記事についてはビジュアルモードにて記述したものを用いております。

    具体的な動作をご案内しますと

    1.ビジュアルモードにて以下の様に記述

    test ← enterで改行
    ← enterで改行
    ← enterで改行
    test ← shift+enterで改行
    ← shift+enterで改行
    ← shift+enterで改行
    test

    2.ビジュアルモードのまま下書き保存を行うと画面リロードと共に自動整形され
      下記の様になる。

    test

    test

    test

    3.しかし、実際のプレビューを見るとhtmlとしては以下として記述されている。

     test
     
     
     testtest

    4.その後、記事の一覧等編集を行おうとすると自動整形されてしまい[2]の状態
      にて編集となってしまう。

    と言った点になります。また、本日別途確認された事象も別コメントとして記述
    させていただきます。

    コメント by zen
    2009 年 1 月 20 日 @ AM 12:51

  4. すみません[3.]にソース(html)を入れたところ正しく表示されませんでした。
    改めてご案内します。

    [div class="textBody"]
     [p]test[/p]
     [p][/p]
     [p][/p]
     [p]test[br /][br /][br /]test[/p]
    [/div]

    となります[]の箇所はとして読み違えて下さい。

    コメント by zen
    2009 年 1 月 20 日 @ AM 12:55

  5. またもう一点、ビジュアルモードにて

    test ← enterで改行
    ← enterで改行
    ← enterで改行
    ← enterで改行
    ← enterで改行
    test ← shift+enterで改行
    ← shift+enterで改行
    ← shift+enterで改行
    ← shift+enterで改行
    ← shift+enterで改行
    ← shift+enterで改行
    ← shift+enterで改行
    test

    を作成後、保存せずそのままhtmlモードへ移行すると

    [p]test[/p]
    [p][/p]
    [p][/p]
    [p][/p]
    [p][/p]
    [p]test[br /][br /][br /][br /][br /][br /][br /]test[/p]

    となりますが再度ビジュアルモードへ移行しhtmlへ移行
    すると

    [p]test[/p]
    [p][/p]
    [p][/p]
    [p]test[br /][br /][br /][br /][br /][br /][br /]test[/p]

    [P]タグのみ削られ最終的に下記状態へとなってしまう現
    象も確認する事ができました。

    [p]test[/p]
    [p][/p]
    [p]test[br /][br /][br /][br /][br /][br /][br /]test[/p]

    ※[]は<>として読み違えて下さい。

    なお、本検証は何れも本プラグインのみを有効にした際の動作となります。

    また、テスト環境をご用意しておりますので必要とあればご提供させてい
    ただきます。その際はメールにてご連絡いただければ幸いです。

    コメント by zen
    2009 年 1 月 20 日 @ AM 1:03

  6. zenさん

    詳細な状況のご連絡ありがとうございました。
    当方にても同様の現象を確認いたしました。
    おおよその見当はつきましたので、早々に修正版をリリースできるかと思います。
    その際には、まずご一報さしあげますので、少しばかりお待ちいただければ幸いです。

    また、ご不便をおかけいたしましたことお詫び申し上げます。
    なお、先のご返信についてセキュリティのため、一部文面を編集させていただきましのでご了承ください。

    コメント by 大曲
    2009 年 1 月 20 日 @ AM 10:48

  7. プラグインをオンにすると、ビジュアルエディタが使えなくなります。
    投稿画面を表示するとビジュアルエディタのタブになっているのですが、装飾用のボタンはHTML用のものが表示されており、ビジュアル、HTMLの切り替えタブが操作できない状態です。
    PS Disable Auto Formattingをオフにすると、今まで通りビジュアルエディタが使用できるようになりました。

    とりあえず投稿するときはプラグインをオフにして使わせていただくつもりでございます(笑)。
    プラグインではなくて使用環境の問題かな?念のためのご報告でした。
    素敵なプラグインですね!イライラがなくなりそうです^^

    環境
    サーバOS:Apache 1.3.37 (coreserver.jpを利用しています)
    PHPのバージョン:5.2.5 (セーフモード有効)
    WordPressのバージョン:2.7
    併用しているプラグイン:他のプラグインはすべてオフの状態で発生
                (PS Disable Auto Formattingのみオンの状態です)
    ブラウザ名:Firefox 3.0.5、IE7.05730.13

    コメント by 匿名
    2009 年 1 月 20 日 @ PM 7:04

  8. 匿名さん

    プラグインのご利用と不具合のご連絡ありがとうございます。
    せっかくご利用いただいているのに申し訳ないのですが、投稿時のみオフにしていただいた場合、段落・改行のフォーマットがなされない状態で表示されてしまうため、残念ながらあまり利用価値がないと思われます。

    原因については、現状当方での現象再現が確認できないため、調査に時間がかかってしまうかもしれません。
    また、ほかにお気づきの点などありましたら、再度コメントいただければ幸いです。

    コメント by 大曲
    2009 年 1 月 20 日 @ PM 8:33

  9. 同環境に新しくwpをインストールしてテストしたところ正常に使用することが出来ました。
    どうやら運用中のwpがうまくバージョンアップできていなさそう感じです。
    大変お騒がせいたしました。ご対応ありがとうございます。

    コメント by 匿名
    2009 年 1 月 21 日 @ AM 12:09

  10. いきなりコメントしまくってしまい気が引けているのですが・・・
    新たにインストールしたwpで試したのですが、一般設定でブログアドレスを設定すると、ビジュアルエディターが使用できなくなるようです。サーバが影響してるかな?ちょっとすっきりしました。
    連投ほんと申し訳ないです。

    コメント by 匿名
    2009 年 1 月 21 日 @ AM 12:52

  11. ps_disable_auto_formatting.php の93行目を
    get_option( ‘home’ ) . ‘/’ . str_replace
    から
    get_option( ‘home’ ) . ‘/インストールフォルダ/’ . str_replace
    にしたらビジュアルエディターが使用できるようになりました。
    サイトの表示も正常っぽいです。
    詳しいことはわからないのですが、ご報告までに。
    この度は、大変お騒がせいたしました。

    コメント by 匿名
    2009 年 1 月 21 日 @ AM 1:07

  12. 自分の環境にて匿名さんの現象を再現する為にPHPのセーフモード有効にして確認させて頂きましたが再現出来ませんでした。

    環境によって色々問題が出るようですね。不思議です。

    大曲 様
    メールでのご連絡ありがとうございました。アップデート後確認した動作を申告させて頂きましたのでご確認ください。

    コメント by zen
    2009 年 1 月 21 日 @ AM 8:00

  13. 匿名さん

    問題点のご指摘ありがとうございます。
    プラグインのディレクトリ名に依存しないようにと努めていたつもりが、根本的なところが抜けていたようです。
    サブディレクトリでの運用時に、読み込むべきjavascriptのパスにサブディレクトリ名が抜けてしまうための問題でした。

    なお、修正方法ですが、get_option( 'home' )get_option( 'siteurl' )と変更いただくのが最良の修正方法かと存じます。

    今後ともどうぞよろしくお願いいたします。

    コメント by 大曲
    2009 年 1 月 21 日 @ AM 9:57

  14. zenさん

    メール確認いたしました。
    現象再現の確認と動作改善に努め、極力早い段階でのアップデートにこぎ着けたいと思います。

    コメント by 大曲
    2009 年 1 月 21 日 @ AM 9:59

  15. 大曲 様

    ご連絡遅くなりまして申し訳ございません。
    また、メールでのご連絡誠にありがとうございました。

    0.9.2リリース後、自環境下において検証を行ったところ記事投稿画面に関しては仕様通りになっているかと思われます。
    色々な想定されるタグを使用した記事でも問題ない様子です。

    また、その他に自動整形を停止させている「コメントの自動整形」等についてまだ詳細を確認しておりませんので適宜確認させて頂きたいと存じます。

    先ずはご連絡とご報告まで。

    コメント by zen
    2009 年 1 月 23 日 @ PM 3:54

  16. [...] wpautop → うまく動いてないっぽい。 PS Disable Auto Formatting [...]

    ピンバック by WordPressで自動整形しない - Raw HTML capabilityプラグイン >> 病的溺愛シンドローム
    2009 年 2 月 17 日 @ AM 12:54

  17. Hi,

    Nice plugin!

    I would like to see support for the Custom Field Template plugin:
    http://wordpressgogo.com/development/custom-field-template.html

    That plugin also uses the tinyMCE editor; would it be possible to add support for it?

    -Ray

    コメント by Ray
    2009 年 2 月 21 日 @ AM 9:54

  18. [...] 追記2:PS Disable Auto Formattingという自動整形解除に加え、今まで書いた記事が、解除によってレイアウトが崩れるのを自動で直してくれる、というすばらしいプラグインを発見して解決。な [...]

    ピンバック by Blue Skies - Wordpressを使っていて思ったこと
    2009 年 2 月 26 日 @ PM 8:08

  19. Hello Ray.

    Thank you for using my plugin.
    OK, I’ll try to use it and think how to support for it.
    Please give me a few weeks to solve it.

    Best regards.

    コメント by Hitoshi Omagari
    2009 年 2 月 26 日 @ PM 9:17

  20. [...] PS Disable Auto Formatting – de automatische formatting van WP uitzetten; [...]

    ピンバック by Een lijst met mijn 27 favoriete WordPress plugins - Hiranthi’s weblog
    2009 年 3 月 9 日 @ AM 12:07

  21. [...] PS Disable Auto Formatting [...]

    ピンバック by アフィリエイトから始めるネットビジネス攻略ドットコム
    2009 年 4 月 6 日 @ PM 8:56

  22. Impotence or erectile dysfunction is an inability to get an erection hard enough to achieve satisfactory intercourse.
    one of the most popular buy viagra medications for treatment of erectile dysfunction
    and the first of its type to be approved. If you feel any of these factors could be the cause of your impotence or Erectile
    Dysfunction, make a http://cerfdrugstore.com mental note and remember to inform, All these impotence treatments are
    clinically tested, safe and effective, and approved.

    コメント by buy levitra
    2009 年 4 月 7 日 @ PM 7:37

  23. こんにちは。このプラグインを使っているものです。
    ひとつ要望があります。

    <per>タグなど書いたまま表示するタグの中では<br />タグなどが見えてしまってプログラムソースを示したりするときにこのプラグインが逆に邪魔になってしまいます。これ、どうにかにならならいでしょうか?

    もっと具体的に書きますと、Syntax Highlighter for WordPress(http://wppluginsj.sourceforge.jp/syntax-highlighter/)というものも使っていまして、このプラグインで自動的に<per>タグで囲んで、自動成形させるようにして使っています。

    複数行改行したいのですが、上記の理由からなくなくこの手のプラグインを使っていないのが現状です。

    どうか、対応のほどを心からお願いします。

    コメント by kassyi
    2009 年 5 月 6 日 @ PM 11:21

  24. It is not working.. I’ve tried it and it is still giving me tags automatically

    コメント by Sarmad Hassan
    2009 年 5 月 8 日 @ AM 1:47

  25. とても素晴らしいプラグインですね!

    ひとつおうかがいしたいのですが、
    記事投稿ではなく、ページでWebサイトを作成しているのですが、
    imgタグにもpタグがついてしまい、困っています。

    こちらのプラグインを使用すると余分なpタグをHTMLエディタで消すことができ、
    これだけでも大変たすかるのですが、
    ビジュアルエディタに戻すと、またpタグが付いてしまうといった状況なので、
    これを回避できたらなぁ、と思っております…。

    【環境】
    ・サーバOS:Redhat系 Linux
    ・PHPバージョン:ver.5.2.6
    ・WordPress:2.7
    ・併用プラグイン:すべて停止した状態で試してみました。
    ・ブラウザ:Firefox3.0.10

    コメント by 匿名
    2009 年 5 月 22 日 @ AM 1:23

  26. 以前にフォーラムで教えてもらって以来、必ず利用しております。
    1つ要望がありコメントさせて頂きました。
    あるいは回避策があれば教えてください。

    行頭インデント(スペース)を削除しないようにすることは可能でしょうか?
    いろいろ試したのですが、全角スペースも、半角スペースも、&nbsp も行頭の場合は消されてしまいます。
    なお、投稿に関連するプラグインは「TinyMCE Advanced」くらいです。
    (「を削除しない」オプションは有効にしています)
    「Light Formatter」を入れてみましたが、どれかのプラグインと干渉しているらしく「^」が普通に表示されてしまいました。

    出来ればこのプラグインで、行頭スペースの削除も disable してくれるとうれしいと思っています。
    簡単ですが、よろしくお願いいたします。

    コメント by かとう
    2009 年 6 月 2 日 @ PM 4:08

  27. [...] sの機能の中で、いまだ不満の残るのが、「改行」改行を思った通りに表現してくれるプラグインを検索したところ、ひっかかったのは、PS Disable Auto Formatting と、brBrbrというプラグイン。 [...]

    ピンバック by sprust » Blog Archive » WordPressの改行プラグイン
    2009 年 6 月 15 日 @ PM 1:05

  28. [...] http://www.web-strategy.jp/wp_plugin/ps_disable_auto_formatting/ [...]

    ピンバック by wordpress プラグイン PS Disable Auto Formatting « syo-Design
    2009 年 7 月 27 日 @ PM 8:12

  29. 大曲 様

    何時ぞやは大変お世話になりました。

    WordPressも前回からアップデートを繰り返し現行 2.8.2 となりましたが当該プラグインを有効化し記事の編集を行うと不具合が発生します。

    環境は前回と同様でほかのプラグインはインストールされていない状態での確認となります。

    症状としては「htmlエディタ」と「ビジュアルエディタ」が編集の画面に上下に読み込まれてしまうといった症状となります。

    お手数ではございますが対応の程宜しくお願い致します。

    コメント by zen
    2009 年 7 月 28 日 @ PM 11:31

  30. これは最高のプラグインですね。
    感動しました。
    ずっと改行とかが上手くいかなくて死にそうだったんですが
    本当にこれはすばらしいです。
    ありがとうございました。

    コメント by searay
    2009 年 7 月 30 日 @ AM 11:58

  31. [...] タグの付加が嫌だったのでPS Disable Auto Formattingを使ってみたら、 余計におかしくなってしまったんですよね… [...]

    ピンバック by 失敗… - けた日記?
    2009 年 7 月 31 日 @ AM 2:41

  32. Bravo! Great work! It will help me copy all my blog into wordpress and move it to a new hosting company :) )) 115 articles to copy. Wish me courage!
    Hello from France!

    コメント by Mirabelle
    2009 年 8 月 9 日 @ PM 6:23

  33. [...] PS Disable Auto FormattingはWordPressの段落自動整形(wpautop)を停止させ手くれるプラグイン。 [...]

    ピンバック by 写真をめざせ!(略して写め) - PS Disable Auto Formattingにハマる
    2009 年 8 月 14 日 @ PM 5:24

  34. the ps_disable_auto_formatting plugin is sort of what i need, but i just want a version which leaves tags intact but does the usual WP formatting thing with tags/linebreaks. how easy would this be to do? can i edit the code easily to do this? i’ve had a look through the plugin code and can’t see where i would disable the stuff.

    thanks
    chris

    コメント by Chris Dawson
    2009 年 8 月 19 日 @ AM 1:21

  35. [...] PS Disable Auto Formatting(DL=Modify paragraph formatting plugin “PS Disable Auto Formatting”) [...]

    ピンバック by 真・帝王の一人遊び » Blog Archive » 英語シネ ※追記あり※
    2009 年 8 月 23 日 @ PM 11:04

  36. [...] ur de wordpress. vous conservez les 1<br /> et les <p>. Le site. [...]

    ピンバック by les plugins que j'utilise avec WordPress | Botch-Chi-Kii
    2009 年 9 月 6 日 @ AM 5:16

  37. [...] ダウンロードページ http://www.web-strategy.jp/wp_plugin/ps_disable_auto_formatting/ [...]

    ピンバック by 記事編集時、行間の自動整形を止める”PS Disable Auto Formatting”|プラグイン|情報商材レビューアフィリエイトブログ ネットで本業よりも稼ぐ秘訣
    2009 年 9 月 14 日 @ AM 10:49

  38. アーカイブのページなどで威力を発揮する素晴らしいプラグインですね。
    ただ、以下のようなエラーが出てしまい、設定を変更することができないのですが、
    どうしたらいいのでしょうか?アドバイス頂けると幸いです。

    「設定は変更されていません。変更された項目が存在しないか、データベースのアップデート失敗です。」

    コメント by KENT
    2009 年 9 月 16 日 @ PM 9:12

  39. [...] PS Disable Auto Formatting [...]

    ピンバック by wordpressで自動整形を阻止しつつビジュアルエディタも使用する | DAICHIFIVE
    2009 年 9 月 17 日 @ PM 11:56

  40. Hello,

    this plugin disable Wordpress built-in Gallery. Any solutions?

    Regards.

    Jani

    コメント by Jani
    2009 年 9 月 24 日 @ PM 3:15

  41. [...] 改行・段落の生成を実現するWordpressプラグイン・PS Disable Auto Formatting [...]

    ピンバック by Wordpress人生約2年、最も必要だったプラグイン | 神田由香の月刊三日坊主
    2009 年 9 月 24 日 @ PM 10:27

  42. [...] PS Disable Auto Formatting [...]

    ピンバック by 20 Best Wordpress Typography Plugins To Enhance Readability | Wordpress
    2009 年 10 月 24 日 @ AM 2:35

  43. [...] PS Disable Auto Formatting [...]

    ピンバック by 20 Best Wordpress Typography Plugins To Enhance Readability | Lunch Time Laugh
    2009 年 10 月 24 日 @ AM 3:55

  44. [...] PS Disable Auto Formatting [...]

    ピンバック by 20 Best Wordpress Typography Plugins To Enhance Readability | Mac Bargains
    2009 年 10 月 24 日 @ PM 8:19

  45. [...] PS Disable Auto Formatting [...]

    ピンバック by 20 Best Wordpress Typography Plugins To Enhance Readability | Technology you can trust here...
    2009 年 10 月 24 日 @ PM 10:42

  46. [...] PS Disable Auto Formatting [...]

    ピンバック by 20 Best Wordpress Typography Plugins To Enhance Readability | Providing Value First
    2009 年 10 月 25 日 @ PM 8:29

  47. [...] PS Disable Auto Formatting [...]

    ピンバック by 20 Best Wordpress Typography Plugins To Enhance Readability | dunyaMeri
    2009 年 10 月 26 日 @ PM 12:46

  48. [...] そりゃそうです。同じことをしている人は多いはずですね。 >> PS Disable Auto Formatting 丁寧に日本語でも解説されてます。 [...]

    ピンバック by Wordpressの自動改行を無効に — yomogi★log
    2009 年 10 月 27 日 @ AM 10:45

  49. [...] There’s a plugin which fixes this – it’s called PS disable auto formatting. It doesn’t work quite how you’d expect though. What it does is disable auto-formatting completely, therefore changing the appearance of all your past [...]

    ピンバック by hannah dee » Blog Archive » Controlling WordPress autoformatting
    2009 年 10 月 30 日 @ PM 7:10

  50. [...] PS Disable Auto Formatting [...]

    ピンバック by Mchiche.Com | Upgrade Your Mind ! » Typography 20 Best Wordpress Plugins pour améliorer la lisibilité
    2009 年 10 月 31 日 @ AM 4:38

  51. [...] Modify paragraph formatting plugin “PS Disable Auto Formatting” | WordPress Plugin for CMS [...]

    ピンバック by WordPressで最初に設定するべき4つのポイント | WordPress【ワードプレス】初心者の部屋~使い方知っとこ?
    2009 年 11 月 3 日 @ AM 9:02

  52. [...] PS Disable Auto Formatting [...]

    ピンバック by 20 Best Wordpress Typography Plugins To Enhance Readability « Blogoholics Anonymous
    2009 年 11 月 5 日 @ AM 7:27

  53. [...] Modify paragraph formatting plugin “PS Disable Auto Formatting” | WordPress Plugin for CMS [...]

    ピンバック by 今週の管理人Bookmark (11/1-11/8) - ElectricBrain Standard
    2009 年 11 月 8 日 @ PM 11:57

  54. [...] PS Disable Auto Formatting [...]

    ピンバック by 20 Best Wordpress Typography Plugins To Enhance Readability | Internet Marketing Tips and Strategy To Make Money Online
    2009 年 11 月 9 日 @ AM 5:26

  55. [...] PS Disable Auto Formatting [...]

    ピンバック by 10 Useful Text Enhancing Plugins for WordPress | Web Design Ledger
    2009 年 11 月 9 日 @ PM 4:52

  56. [...] PS Disable Auto Formatting [...]

    ピンバック by 20 Best Wordpress Typography Plugins To Enhance Readability | Graphic Design Pro
    2009 年 11 月 11 日 @ PM 4:04

  57. [...] でビジュアルエディタなんかなくてもOKなので)エディタをシンプルなものにできないかを調べたところ、どうやら「PS Disable Auto Formatting」なるプラグインを導入すれば解決すると判明。 [...]

    ピンバック by Wordpressの記事編集画面を改善する « DailyHckr
    2009 年 11 月 13 日 @ AM 12:35

  58. [...] PS Disable Auto Formatting意図しないbrタグ、pタグの除去、pタグの付加を抑止 [...]

    ピンバック by 向かい風でも軽やかに - re:当ブログはこんなモノでできている
    2009 年 11 月 18 日 @ PM 6:26

  59. 今このプラグインを入れてテストをしています。
    プラグインのチェックを全部はずして保存すると、下記のエラーメッセージが出ます。
    出ないようにして欲しいです…。

    ヘッダー下
    Warning: Invalid argument supplied for foreach() in /example/example/example/wp-content/plugins/ps-disable-auto-formatting/ps_disable_auto_formatting.php on line 215

    それぞれのチェックボックス部分(同じメッセージが並びます)
    Warning: in_array() [function.in-array]: Wrong datatype for second argument in /example/example/example/wp-content/plugins/ps-disable-auto-formatting/ps_disable_auto_formatting.php on line 255

    プラグインを「使用しない」にすればいいんですけどね;)

    WordPressのバージョン:2.8.5

    コメント by edoe
    2009 年 11 月 19 日 @ PM 6:12

  60. [...] PS Disable Auto Formatting [...]

    ピンバック by 20 Best Wordpress Typography Plugins To Enhance Readability | Web Developer
    2009 年 12 月 5 日 @ AM 3:03

  61. [...] PS Disable Auto Formatting [...]

    ピンバック by 20 Best Wordpress Typography Plugins To Enhance Readability | The Apple Tech Blog
    2009 年 12 月 13 日 @ PM 10:37

  62. [...] Installed the PS Disable Auto Formatting plugin, which prevents WordPress from adding/deleting <p> and <br />. [...]

    ピンバック by First Changes to My New WordPress Installation
    2010 年 1 月 3 日 @ AM 8:43

  63. [...] You can get PS Disable Auto Formatting From here Share Plugins, Tweaks, WordPress Disable Auto Formatting, WordPress Auto Formatting Twitter Icons – High Resolution [...]

    ピンバック by How to Disable Auto Formatting in WordPress | WordPress How To Plugins, Themes Usability
    2010 年 1 月 12 日 @ PM 8:33

  64. このプラグインは「ページ」には機能しないのでしょうか。
    「ページ」をメインに企業サイトを作っているので、ぜひ「ページ」に対応させてほしいのですが。。

    コメント by nuttspoyon
    2010 年 1 月 18 日 @ PM 7:37

  65. Hi,
    I can not install ps disable on 2.9.1

    コメント by Joe
    2010 年 1 月 24 日 @ PM 3:27

  66. [...] 次に「PS Disable Auto Formatting」というのを試してみる。 [...]

    ピンバック by ヘボプログラマの部屋 » Blog Archive » 改行プラグインを入れてみる
    2010 年 1 月 26 日 @ AM 12:54

  67. [...] PS Disable Auto Formatting [...]

    ピンバック by 20 test | yokozona
    2010 年 1 月 26 日 @ PM 11:10

  68. [...] PS Disable Auto Formatting 参照ページRelated Articles: WordPressメールマガジン(メルマガ)プラグインWordPress投稿ごとにデザインテンプレートを変更するプラグインWordPressフォーム送信内容をDBに [...]

    ピンバック by WordPressをMacから投稿で改行プラグイン | SHN JAPAN
    2010 年 1 月 28 日 @ AM 9:12

  69. [...] PS Disable Auto Formatting [...]

    ピンバック by 20 Best Wordpress Typography Plugins To Enhance Readability Read more: 20 Best Wordpress Typography Plugins To Enhance Readability | Wordpress http://www.hongkiat.com/blog/20-best-wordpress-typography-plugins-to-enhance-readability/#ixzz0dzLIdd5e «
    2010 年 1 月 29 日 @ PM 5:36

  70. [...] PS Disable Auto Formatting [...]

    ピンバック by 20 Best Wordpress Typography Plugins To Enhance Readability « qeqnes | Designing. jQuery, Ajax, PHP, MySQL and Templates
    2010 年 1 月 29 日 @ PM 5:57

  71. Awesome plugin, you are a life-saver!

    コメント by Laurent
    2010 年 1 月 30 日 @ AM 1:40

  72. [...] PS Disable Auto Formatting: [...]

    ピンバック by 10 “Gotta Have” Wordpress Plugins for Your Blog. | Halfbrown
    2010 年 1 月 30 日 @ AM 10:11

  73. [...] HTMLモード利用時のp, brタグ除去回避のプラグイン http://www.web-strategy.jp/wp_plugin/ps_disable_auto_formatting/ コメントをどうぞ 返信をキャンセル [...]

    ピンバック by WordPressの便利なプラグイン | 大阪のウェブデザイナー日記
    2010 年 1 月 30 日 @ PM 10:51

  74. はじめまして、PS Disable Auto Formattingは素晴らしいプラグインですね。愛用させて頂いております。そんな無償で使わせてもらっている身で恐縮なのですが、プラグインファイルを書き換えて「Enter」で改行に「Shift+Enter」で段落にすることは可能でしょうか?WordPressに詳しくない人に改行を「Shift+Enter」と教えても、度々間違えてしまうので…もしできましたらご教授お願い致します。

    コメント by show555
    2010 年 2 月 15 日 @ AM 10:28

  75. [...] PS Disable Auto Formatting [...]

    ピンバック by 10 WordPress Plugins For Enhancing Typography | Astagram Studios- A Creative Studio- Official Blog
    2010 年 2 月 25 日 @ PM 11:33

  76. I have installed this plug-in but it has no effect.
    I’m using Word Press Version 2.9.2. and the Auto Formatting continues.
    Is there a secret to making it work?

    コメント by oliver
    2010 年 2 月 27 日 @ AM 7:21

  77. Is it compatible with WP 2.9.2? If not, can you update it, please?

    コメント by Stachu
    2010 年 3 月 4 日 @ PM 6:26

  78. [...] そのなかで最も有効ではないかと思われたのが、【PS Disable Auto Formatting】のようです。 [...]

    ピンバック by WordPressの改行には参った! | 初心者が在宅副業で挑戦するアフィリエイト日記
    2010 年 3 月 15 日 @ PM 11:23

  79. [...] PS Disable Auto Formatting [...]

    ピンバック by 8 plugins Wordpress per migliorare la leggibilità di un blog | Pecciola
    2010 年 3 月 24 日 @ PM 1:34

  80. [...] PS Disable Auto Formatting [...]

    ピンバック by wordpress制作実績 | とんぼ整体院 | DAICHIFIVE blog
    2010 年 3 月 26 日 @ PM 6:26

  81. WordPress改行対策プラグイン

    WordPressは本文編集エリアで連続改行しても勝手に補正されて1行分しか空きません。 これがもう、ほんと不評でw 仕事でWP使うとほぼ「不具合報告」としてあがってきますが仕様なんです…

    トラックバック by ためしにブログ
    2010 年 3 月 29 日 @ AM 9:57

  82. [...] このプラグインのサイトはこちら>> [...]

    ピンバック by WIZ-WORDPRESS│EC-CUBE-LABO - TinyMCE AdvancedとPS Disable Auto Formatting
    2010 年 4 月 2 日 @ PM 10:27

  83. Does this work in 2.9.2 of WP? WP is removing spaces between the lines in my posts but the plug-in doesn’t seem to help. Other people seem to have this problem too – maybe changes in 2.9.2?

    http://wordpress.org/support/topic/274339

    コメント by Geoff
    2010 年 4 月 9 日 @ PM 12:24

  84. Thank you!!!

    コメント by jean
    2010 年 4 月 11 日 @ AM 6:14

  85. [...] PS Disable autoformatting is another, somewhat different and even more powerful approach to control the formatting of your articles. As an additional feature, it can modify the behavior of TinyMCE so that the editor will not automatically remove addi [...]

    ピンバック by Miranda@AT » Wordpress – the wpautop filter (updated)
    2010 年 4 月 12 日 @ AM 1:33

  86. [...] ワードプレスの改行を扱いやすくするためのプラグイン【PS Disable Auto Formatting】を導入したことによる、過去記事の表示の崩れを修正しました。 [...]

    ピンバック by ワードプレスの改行が原因の表示の崩れを修正 | 初心者が在宅副業で挑戦するアフィリエイト日記
    2010 年 4 月 14 日 @ PM 5:05

  87. Thank You from Italy.

    コメント by Pazzio
    2010 年 4 月 22 日 @ PM 9:24

  88. [...] 【PS Disable Auto Formatting】というのを試してみます。 [...]

    ピンバック by syzmagic » wordpress 投稿の改行
    2010 年 5 月 6 日 @ AM 1:32

  89. [...] PS Disable Auto Formatting [...]

    ピンバック by PS Disable Auto Formatting | Blogcss
    2010 年 5 月 10 日 @ PM 6:13

  90. I get this error when I save my changes on the settings page:

    Warning: Invalid argument supplied for foreach() in /my secret path to wordpress/wp-content/plugins/ps-disable-auto-formatting/ps_disable_auto_formatting.php on line 215

    コメント by Samuel Debruyn
    2010 年 5 月 12 日 @ PM 10:42

  91. 当方のクライアントのサイトに使わせていただいています。

    PS Disable Auto FormattingってGPLライセンスでの配布なんですよね…?
    phpファイルにも、Textファイルにも書かれていなかったのですが
    一応、Wordpressの公式プラグインサイトにはGPL互換しかアップロードできないみたいなのでそういうつもりで使っているのですが…基本的な質問で申し訳ありません。

    コメント by centree
    2010 年 5 月 12 日 @ PM 11:27

  92. [...] PS Disable Auto Formatting [...]

    ピンバック by 20 Best Wordpress Typography Plugins To Enhance Readability | Tut7
    2010 年 5 月 17 日 @ AM 2:58

  93. [...] ssages and pages. It prevents stripping tags on WP-Edit when you are in the HTML editor and has a positive influence on the nature of the visual editor formats your contributions as well. We know that the compatibility with WP 2.5 to 2.8.3 para. [...]

    ピンバック by Top 20 Wordpress plugins typography for improved readability | Internet Marketing Guru
    2010 年 5 月 25 日 @ AM 2:45

  94. [...] はPとして解釈されるという文章を発見した。 早速試してみる。 だが結局連続したBRは矢張り無効になるようだ。PS Disable Auto Formattingを導入した。改行に関しては取り敢えず解決を見る。 [...]

    ピンバック by Hello World. | 偽
    2010 年 6 月 5 日 @ AM 10:09

  95. [...] PS Disable Auto Formatting [...]

    ピンバック by Wordpressの改行 | メディア事業部ブログ|株式会社グランブルー
    2010 年 6 月 14 日 @ AM 11:08

  96. 優秀なプラグイン、ありがとうございます。

    少々、お聞きします。
    「自動整形」の項にあります「設定を保存」を押すと、
    「設定は変更されていません。変更された項目が存在しないか、データベースのアップデート失敗です。」と表示されます。
    これは、どういうことなのでしょうか?
    パーミッションの設定など、他に設定しないといけないのでしょうか?
    ただし、プラグインの機能「自動整形」は「停止」されており、正常に動作しています。

    wp2.92
    PS Disable Auto Formatting 1.0.3

    コメント by oda
    2010 年 6 月 15 日 @ PM 3:34

  97. [...] PS Disable Auto Formatting [...]

    ピンバック by Wordpress Plugins For Better Readability | joy IMAGINATION
    2010 年 6 月 19 日 @ AM 1:47

  98. [...] ・「全角スペース」+「Shift+Enter」 ・プラグインを用いるPS Disable Auto Formatting カテゴリー: 症例A タグ: コメント (0) トラックバック (0) [...]

    ピンバック by 改行について | hilogue
    2010 年 6 月 26 日 @ AM 7:16

  99. [...] Modify paragraph formatting plugin “PS Disable Auto Formatting” | WordPress Plugin for CMS [...]

    ピンバック by 極楽ひだまり保育園・・・猫になりたい - 抜粋表示でまた悩む。
    2010 年 7 月 6 日 @ PM 6:55

  100. [...] PS Disable Auto Formatting [...]

    ピンバック by Best Wordpress Plugins To Enhance Your Blog Apart from the Usual Ones
    2010 年 7 月 7 日 @ AM 3:13

  101. [...] Installed the plugin “leave the HTML the fuck alone”, formally known as “PS Disable Auto Formatting“. [...]

    ピンバック by lilymere » Blog Archive » Goober knows him some HTML
    2010 年 7 月 8 日 @ AM 3:52

  102. [...] 場合があります。 その時の解決策として、WordPressの自動整形機能を 無効化するプラグインを利用します。 PS Disable Auto Formatting http://www.web-strategy.jp/wp_plugin/ps_disable_auto_formatting/#lang_jp [...]

    ピンバック by WordPressのHTMLエディタでが除去されるのを防ぐ « ITScrapBook
    2010 年 7 月 11 日 @ AM 2:33

  103. [...] そこで、その機能をとめてくれるのが「PS Disable Auto Formatting」です。 [...]

    ピンバック by WordPressの段落自動整形(wpautop)を停止させつつ、ビジュアルエディタを使用ペロやんブログ | ペロやんブログ
    2010 年 7 月 11 日 @ PM 8:54

  104. [...] PS Disable Auto Formatting [...]

    ピンバック by 20 Best Wordpress Typography Plugins To Enhance Readability | Technology Blog
    2010 年 7 月 17 日 @ AM 3:39

  105. [...] PS Disable Auto Formattin: “When editing it in the HTML mode, it stops unintended removal of br tag and p tag , either addition of p tag.” [...]

    ピンバック by Wordpress auto formatting sucks (WP developers are DUMB) | Antonio Rojilla
    2010 年 7 月 19 日 @ PM 10:52

  106. [...] ここの“PS Disable Auto Formatting”プラグイン [...]

    ピンバック by wordpressのプラグイン”PS Disable Auto Formatting”を紹介する | LIFE
    2010 年 7 月 22 日 @ AM 2:45

  107. [...] http://www.web-strategy.jp/wp_plugin/ps_disable_auto_formatting/#lang_jp [...]

    ピンバック by WordPress導入記 » 複数改行できない不具合
    2010 年 7 月 26 日 @ PM 6:43

Comment Form