外掛說明
Zeddotes Enhanced Code Block adds inspector controls to the WordPress core Code block:
- Language select with Prism.js highlighting in the editor and on the frontend
- Optional line numbers
- Tab key indents inside the block (Shift+Tab outdents); optional spaces instead of tabs
- Configurable tab size (2 / 4 / 8)
- Optional copy button before or after the code block, aligned left / center / right (or hidden)
No separate block type — authors keep using the standard Code block.
安裝方式
- Upload the plugin folder to
/wp-content/plugins/zeddotes-enhanced-code-block(or this directory name). - Run
npm installandnpm run buildifbuild/is not present. - Activate the plugin through the Plugins screen.
- Insert a Code block and open the Zeddotes Enhanced Code Block panel in the sidebar.
常見問題集
-
Does this replace the core Code block?
-
No. It extends
core/codevia block filters. -
Where does highlighting run?
-
In the block editor and on the frontend, via a bundled Prism.js build.
使用者評論
這個外掛目前沒有任何使用者評論。
參與者及開發者
變更記錄
1.0.0
- Initial release: language select, Prism highlighting, configurable copy button.