🌐 US-Proxy
class="wp-singular plugin-template-default single single-plugin postid-237151 wp-embed-responsive wp-theme-wporg-parent-2021 wp-child-theme-pubwporg-plugins-2024 no-js">

Light Code Block

説明

The “Light Code Block” plugin is a simple and lightweight solution for inserting and displaying code snippets in posts and pages.
It works by adding a custom “LC” button to the TinyMCE (Classic) editor or a code block in the Gutenberg editor.

The inserted code will be shown on the front end in a clean, readable format.

Usage

  • Install and activate the plugin.
  • Go to the post or page edit screen.
  • In the TinyMCE (Classic) editor, click the “LC” button in the toolbar.
  • In the popup window that opens, paste or write your code, and click OK.
  • Save or update your post.

The code will be saved inside a special block and displayed on the front end within a <pre> tag with the class mce-simple-code-block (i.e., <pre class="mce-simple-code-block">...</pre>).

To insert code using the Gutenberg editor, you first need to add a Classic (TinyMCE) block, and then use it to insert your code.

スクリーンショット

インストール

  1. Install the “Light Code Block” plugin through the standard WordPress plugin installer.
  2. Or unzip and upload the “light-code-block” folder to the /wp-content/plugins/ directory.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress.

評価

このプラグインにはレビューがありません。

貢献者と開発者

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

貢献者

“Light Code Block” は1ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

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

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

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

変更履歴

1.0.2

  • Tested up to WordPress 6.9

1.0.1

  • For backward compatibility, the class “mce-simple-block-code” has been added.

1.0.0

  • Init release.