このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Cipher

説明

Cipher is a settings-free plugin that allows commenters to publish (pre-formatted) code.

Functionalities:

  • Backticks (`) can be used as an alternative to the <code> tag to mark up both in-line and pre-formatted code within a comment.
  • Formatted chunks of code or pieces of code longer than 70 characters posted via the comment form automatically wrapped in pre+code tags.
  • Special characters in code submitted through the comment form automatically converted to HTML entities.

インストール

Upload in the ‘plugins’ folder and activate.

評価

2018年2月15日
The snippet overlay doesn't open due to some Javascript error, but the wrapping button in post editor still works fine. UPD: a version with the snippet overlay fixed can be found here https://github.com/Exove/cipher. Would be glad to integrate the changes into the WP.org plugin, but can't find any contact of the author.
2件のレビューをすべて表示

貢献者と開発者

Cipher はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Cipher” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.2.2

Refreshed the plugin’s metadata.

1.2.1

Improved the namespacing of the base class.

1.2

  • Removed the QuickTags feature, incompatible with the new Gutenberg editor.
  • Periods, slashes and @ are no longer converted to HTML entities.