Changeset 1600165
- Timestamp:
- 02/21/2017 12:02:24 AM (9 years ago)
- File:
-
- 1 edited
-
bi-button-changer/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bi-button-changer/trunk/readme.txt
r1600164 r1600165 11 11 == Description == 12 12 This plugin will : In the visual editor and text editor, when you click the B button, change the output tag from 'strong' to 'b' . 13 And when you click the I button, change the output tag from 'em' tag to 'i' tag. <br>14 <br> 15 このプラグインを使うと、投稿や固定ページのエディタで、[B]ボタンをクリックしたときには、strongタグではなく、Bタグを出力するようになります。 <br>16 同じく、[I]ボタンをクリックしたときには、emタグではなく、iタグを出力するようになります。 <br>13 And when you click the I button, change the output tag from 'em' tag to 'i' tag.<br> 14 <br> 15 このプラグインを使うと、投稿や固定ページのエディタで、[B]ボタンをクリックしたときには、strongタグではなく、Bタグを出力するようになります。<br> 16 同じく、[I]ボタンをクリックしたときには、emタグではなく、iタグを出力するようになります。<br> 17 17 18 18 = このプラグインを使う理由 = … … 34 34 == Screenshots == 35 35 36 1. When you click the B button, change the output tag from <strong> to <b>. 37 2. When you click the I button, change the output tag from <em> to <i>. 36 1. When you click the B button, change the output tag from <strong> to <b>.<br>Bボタンをクリックすると、strongタグではなく、bタグになります。 37 38 2. When you click the I button, change the output tag from <em> to <i>.<br>Iボタンをクリックすると、emタグではなく、iタグになります。 38 39 39 40 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.